HFST - Helsinki Finite-State Transducer Technology - Python API
version 3.12.1
|
An OpenFst transducer does not have an input symbol table. More...
Additional Inherited Members | |
Public Member Functions inherited from HfstException | |
def | what |
A message describing the error in more detail. More... | |
An OpenFst transducer does not have an input symbol table.
When converting from OpenFst to tropical or log HFST, the OpenFst transducer must have at least an input symbol table. If the output symbol table is missing, it is assumed to be equivalent to the input symbol table.
Thrown by hfst.HfstTransducer.__init__