HFST - Helsinki Finite-State Transducer Technology - Python API  version 3.12.2
List of all members
MissingOpenFstInputSymbolTableException Class Reference

An OpenFst transducer does not have an input symbol table. More...

Inheritance diagram for MissingOpenFstInputSymbolTableException:
HfstException

Additional Inherited Members

- Public Member Functions inherited from HfstException
def what ()
 A message describing the error in more detail. More...
 

Detailed Description

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__


The documentation for this class was generated from the following file: