HFST - Helsinki Finite-State Transducer Technology - Python API  version 3.12.1
 All Classes Namespaces Files Functions Variables Pages
Static Public Attributes | List of all members
ImplementationType Class Reference

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...
 

Detailed Description

Back-end implementations.

Member Data Documentation

ERROR_TYPE = _libhfst.ERROR_TYPE
static

Type not recognised.

This type might be returned by a function if an error occurs.

FOMA_TYPE = _libhfst.FOMA_TYPE
static

A foma transducer, unweighted.

HFST2_TYPE = _libhfst.HFST2_TYPE
static

HFST2 header present, conversion required.

HFST_OL_TYPE = _libhfst.HFST_OL_TYPE
static

An HFST optimized lookup transducer, unweighted.

HFST_OLW_TYPE = _libhfst.HFST_OLW_TYPE
static

An HFST optimized lookup transducer with weights.

LOG_OPENFST_TYPE = _libhfst.LOG_OPENFST_TYPE
static

An OpenFst transducer with logarithmic weights (limited support).

SFST_TYPE = _libhfst.SFST_TYPE
static

An SFST transducer, unweighted.

TROPICAL_OPENFST_TYPE = _libhfst.TROPICAL_OPENFST_TYPE
static

An OpenFst transducer with tropical weights.

UNSPECIFIED_TYPE = _libhfst.UNSPECIFIED_TYPE
static

Format left open by e.g.

default constructor.


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