Finite State Automata Examples and Scripts in Python
Damir Cavar
Last change: Feb. 2011


The following algorithm and the code example are used for teaching and research purposes. I do not consider them appropriate for any kind of production environment. If you need help with such tools for production environments, contact me.
The code on this page is released under the
Lesser GNU Public License 3 (or newer). Feel free to use it for any purpose you like. However, keep in mind that I take no responsibility for any kind of data loss, or damage on your systems or computers whatsoever.

See the
Wikipedia entry on Finite State Automata for more details on, and references to various models and theories related to FSA approaches and algorithms in language processing.

CHANGES:
None

Description


Download
See in the
Files section...