HFST - Helsinki Finite-State Transducer Technology - C++ API
version 3.9.1
|
A namespace for all code that forms a bridge between backend libraries and HFST. More...
Classes | |
class | HfstTransition |
A transition that consists of a target state and transition data represented by class C. More... | |
class | HfstTransitionGraph |
A simple transition graph format that consists of states and transitions between those states. More... | |
class | HfstTropicalTransducerTransitionData |
One implementation of template class C in HfstTransition. More... | |
class | MyTransducerLibraryInputStream |
A skeleton class for reading a new type of binary transducers from a stream. More... | |
class | MyTransducerLibraryOutputStream |
A skeleton class for writing a new type of binary transducers to a stream. More... | |
class | MyTransducerLibraryTransducer |
A skeleton library class that contains operations for a new transducer type that is added under the HFST interface. More... | |
Typedefs | |
typedef HfstTransitionGraph < HfstTropicalTransducerTransitionData > | HfstBasicTransducer |
An HfstTransitionGraph with transitions of type HfstTropicalTransducerTransitionData and weight type float. More... | |
typedef HfstTransition < HfstTropicalTransducerTransitionData > | HfstBasicTransition |
An HfstTransition with transition data of type HfstTropicalTransducerTransitionData. More... | |
typedef unsigned int | HfstState |
The number of a state in an HfstTransitionGraph. More... | |
A namespace for all code that forms a bridge between backend libraries and HFST.
Most code in this namespace is not intended to be accessed by the user of the HFST interface. An exception is HFST's own transducer class hfst::HfstTransitionGraph and classes that are needed to use it.
An HfstTransitionGraph with transitions of type HfstTropicalTransducerTransitionData and weight type float.
This is probably the most useful kind of HfstTransitionGraph.
An HfstTransition with transition data of type HfstTropicalTransducerTransitionData.
This implementation is compatible with HfstBasicTransducer.
typedef unsigned int HfstState |
The number of a state in an HfstTransitionGraph.