Package recognizer
[hide private]
[frames] | no frames]

Source Code for Package recognizer

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