HFST - Helsinki Finite-State Transducer Technology API
version 3.7.1
|
An OpenFst transducer does not have an input symbol table. More...
#include <HfstExceptionDefs.h>
Additional Inherited Members | |
Public Member Functions inherited from HfstException | |
std::string | operator() (void) const |
Get the error message. 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(HfstInputStream&)