|
HFST - Helsinki Finite-State Transducer Technology API
version 3.7.1
|
| A stream for reading HFST binary transducers | |
| A stream for writing binary transducers | |
| A tokenizer for creating transducers from UTF-8 strings | |
| A synchronous finite-state transducer | |
| One implementation of template class C in HfstTransition | |
| A transition that consists of a target state and transition data represented by class C | |
| A simple transition graph format that consists of states and transitions between those states | |
| One implementation of template class C in HfstTransition | |
| A skeleton class for reading a new type of binary transducers from a stream | |
| A skeleton class for writing a new type of binary transducers to a stream | |
| A skeleton library class that contains operations for a new transducer type that is added under the HFST interface | |
| A rule that contains mapping and context and replace type (if any). If rule is A -> B || L _ R , than mapping is cross product of transducers A and B, context is pair of transducers L and R, and replType is enum REPL_UP | |
| Mark up rule has two markers on the right side of the mapping. Mapping is only left side of the mapping | |
| A spellchecker, constructed from two optimized-lookup transducer instances. An alphabet translator is built at construction time | |
| A compiled transducer format, suitable for fast lookup operations | |
| Base class for HfstExceptions. Holds its own name and the file and line number where it was thrown | |
| Context transducers are not automata | |
| The set of transducer pairs is empty | |
| The stream is at end | |
| Function has not been implemented (yet) | |
| An error happened probably due to a bug in the HFST code | |
| Two or more HfstTransducers are not of the same type | |
| The library required by the implementation type requested is not linked to HFST | |
| String is not valid utf-8 | |
| An OpenFst transducer does not have an input symbol table | |
| The stream does not contain transducers | |
| The stream is not in valid AT&T format | |
| The StateId argument is not valid | |
| State is not final (and cannot have a final weight) | |
| Stream cannot be written | |
| Stream is closed | |
| Stream cannot be read | |
| Transducer has wrong type | |
| Transducer has a malformed HFST header | |
| Transducer is cyclic | |
| Transducers are not automata | |
| Two or more transducers do not have the same type |
1.8.6