HFST - Helsinki Finite-State Transducer Technology - Python API
version 3.12.1
|
Back-end implementations. More...
Static Public Attributes | |
ERROR_TYPE = _libhfst.ERROR_TYPE | |
Type not recognised. More... | |
FOMA_TYPE = _libhfst.FOMA_TYPE | |
A foma transducer, unweighted. More... | |
HFST2_TYPE = _libhfst.HFST2_TYPE | |
HFST2 header present, conversion required. More... | |
HFST_OL_TYPE = _libhfst.HFST_OL_TYPE | |
An HFST optimized lookup transducer, unweighted. More... | |
HFST_OLW_TYPE = _libhfst.HFST_OLW_TYPE | |
An HFST optimized lookup transducer with weights. More... | |
LOG_OPENFST_TYPE = _libhfst.LOG_OPENFST_TYPE | |
An OpenFst transducer with logarithmic weights (limited support). More... | |
SFST_TYPE = _libhfst.SFST_TYPE | |
An SFST transducer, unweighted. More... | |
TROPICAL_OPENFST_TYPE = _libhfst.TROPICAL_OPENFST_TYPE | |
An OpenFst transducer with tropical weights. More... | |
UNSPECIFIED_TYPE = _libhfst.UNSPECIFIED_TYPE | |
Format left open by e.g. More... | |
Back-end implementations.
|
static |
Type not recognised.
This type might be returned by a function if an error occurs.
|
static |
A foma transducer, unweighted.
|
static |
HFST2 header present, conversion required.
|
static |
An HFST optimized lookup transducer, unweighted.
|
static |
An HFST optimized lookup transducer with weights.
|
static |
An OpenFst transducer with logarithmic weights (limited support).
|
static |
An SFST transducer, unweighted.
|
static |
An OpenFst transducer with tropical weights.
|
static |
Format left open by e.g.
default constructor.