HFST - Helsinki Finite-State Transducer Technology - Python API
version 3.12.3 (under development)
Main Page
Related Pages
Namespaces
Classes
Files
Bug List
Member
hfst.read_att_transducer
(f, epsilonstr=
hfst.EPSILON
)
Empty transducers are in theory represented as empty strings in AT&T format. However, this sometimes results in them getting interpreted as end-of-file. To avoid this, use an empty line instead, i.e. a single newline character.
Member
HfstTransducer.minimize
(self)
OpenFst's minimization algorithm seems to add epsilon transitions to weighted transducers?
Generated by
1.8.11