Am 2012-03-24 20:11, schrieb Jason Grout: > On 3/24/12 3:05 PM, Daniel Krenn wrote: > >> Further, there are a lot of packages written in Python on that things, >> but it seems, that each is just for a special purpose; nothing that can >> be easily adapted to do all (and maybe more) of the things above. >> So the question here is: Does anyone know about a "good" package (that >> could be used in Sage, too)? > > I'm curious: can you give a short "literature survey" of the programs > you have found and how they are fit/unfit for a general class and what > you want to do? http://wiki.python.org/moin/FiniteStateMachine gives a short overview.
The only thing that does some of the things and seems to be flexible in some way is http://www.openfst.org/twiki/bin/view/FST/WebHome But I'm not sure, if including that as an optional package is "the solution". The plan is to reimplement the algorithms (most of them are small algorithms) in Sage fitted in a "structure" that allows to do all thing in a nice, uncomplicated way and to communicate easily with existing Sage components. Daniel -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org