- Notifications
You must be signed in to change notification settings - Fork1
ImplementationType
eaxelson edited this pageSep 5, 2017 ·5 revisions
A class for back-end implementation types.
| Member | Explanation |
|---|---|
SFST_TYPE | An SFST transducer, unweighted. |
TROPICAL_OPENFST_TYPE | An OpenFst transducer with tropical weights. |
LOG_OPENFST_TYPE | An OpenFst transducer with logarithmic weights (limited support). |
FOMA_TYPE | A foma transducer, unweighted. |
HFST_OL_TYPE | An HFST optimized lookup transducer, unweighted. |
HFST_OLW_TYPE | An HFST optimized lookup transducer with weights. |
HFST2_TYPE | HFST2 header present, conversion required. |
UNSPECIFIED_TYPE | Type left unspecified. |
ERROR_TYPE | Type not recognised. This type might be returned by a function if an error occurs. |