Skip to content

ImplementationType

eaxelson edited this page Sep 5, 2017 · 5 revisions

Class ImplementationType

A class for back-end implementation types.

Class members:

MemberExplanation
SFST_TYPEAn SFST transducer, unweighted.
TROPICAL_OPENFST_TYPEAn OpenFst transducer with tropical weights.
LOG_OPENFST_TYPEAn OpenFst transducer with logarithmic weights (limited support).
FOMA_TYPEA foma transducer, unweighted.
HFST_OL_TYPEAn HFST optimized lookup transducer, unweighted.
HFST_OLW_TYPEAn HFST optimized lookup transducer with weights.
HFST2_TYPEHFST2 header present, conversion required.
UNSPECIFIED_TYPEType left unspecified.
ERROR_TYPEType not recognised. This type might be returned by a function if an error occurs.

See also:

Clone this wiki locally