Home | Trees | Indices | Help |
---|
|
1 """ 2 This module contains various kinds of finite-state tools, including fsa 3 recognizers and transducer recognizers, analyzers, and generators. 4 5 @group simple: nondet_fsa_rec det_fsa_rec 6 @sort: class_fsa_recognize class_det_fsa_recognize class_nondet_fsa_recognize 7 @group class-based: class_fsa_recognize class_det_fsa_recognize class_nondet_fsa_recognize 8 @group transducers: fta_rec 9 @group translators: read_dot_file 10 """ 11
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Feb 4 22:00:34 2009 | http://epydoc.sourceforge.net |