| Home | Trees | Indices | Help |
|---|
|
|
1 """
2 This package defines a deterministic finite-state recognizer in the recognizer module. No S{epsilon}-transitions are allowed.
3
4 This package also defines a complementation function in the complementation module.
5 The complement machine of a machine M1 with language L recognizes the complement of L.
6 If the alphabet is S{Sigma} then the complement set is S{Sigma}* - L.
7 """
8
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 5 10:55:15 2009 | http://epydoc.sourceforge.net |