HFST - Helsinki Finite-State Transducer Technology - C++ API  version 3.9.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members
MissingOpenFstInputSymbolTableException Struct Reference

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

#include <HfstExceptionDefs.h>

Inheritance diagram for MissingOpenFstInputSymbolTableException:
HfstException

Additional Inherited Members

- Public Member Functions inherited from HfstException
HFSTDLL std::string operator() (void) const
 Get the error message. 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(HfstInputStream&)


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