HFST - Helsinki Finite-State Transducer Technology - C++ API
version 3.9.1
|
A directory for the different backend implementations.
More...Directories | |
directory | optimized-lookup |
A directory for optimized lookup transducer implementations. | |
Files | |
file | ConvertFomaTransducer.cc |
file | ConvertLogWeightTransducer.cc |
file | ConvertOlTransducer.cc |
file | ConvertSfstTransducer.cc |
file | ConvertTransducerFormat.cc |
file | ConvertTransducerFormat.h [code] |
Declarations of functions for converting between transducer backend formats. | |
file | ConvertTropicalWeightTransducer.cc |
file | ConvertXfsmTransducer.cc |
file | FomaTransducer.cc |
file | FomaTransducer.h [code] |
Declarations of functions and datatypes that form a bridge between HFST API and foma. | |
file | HfstOlTransducer.cc |
file | HfstOlTransducer.h [code] |
Declaration of classes for HFST's optimized lookup transducer format. | |
file | HfstTransition.h [code] |
Class HfstTransition. | |
file | HfstTransitionGraph.cc |
file | HfstTransitionGraph.h [code] |
Class HfstTransitionGraph. | |
file | HfstTropicalTransducerTransitionData.cc |
file | HfstTropicalTransducerTransitionData.h [code] |
file | LogWeightTransducer.cc |
file | LogWeightTransducer.h [code] |
Declarations of functions and datatypes that form a bridge between HFST API and OpenFst's transducers with logarithmic weights. | |
file | MyTransducerLibraryTransducer.cc |
file | MyTransducerLibraryTransducer.h [code] |
Declarations of functions and datatypes that form a bridge between the HFST API and your transducer library. | |
file | SfstTransducer.cc |
file | SfstTransducer.h [code] |
Declarations of functions and datatypes that form a bridge between HFST API and SFST. | |
file | TropicalWeightTransducer.cc |
file | TropicalWeightTransducer.h [code] |
Declarations of functions and datatypes that form a bridge between HFST API and OpenFst's transducers with tropical weights. | |
file | XfsmTransducer.cc |
file | XfsmTransducer.h [code] |
Declarations of functions and datatypes that form a bridge between HFST API and xfsm. | |
A directory for the different backend implementations.
The files in this directory act as a bridge between the HFST interface and the backend libraries. Basicly this directory contains two files per implementation, for example the files SfstTransducer.h and SfstTransducer.cc define the SFST implementation.
The implementation of HFST's own transducer format, HfstTransitionGraph is also placed here.