Phonetisaurus
1.0
FST-based Grapheme-to-Phoneme conversion
|
#include <PhonetisaurusRex.h>
Public Member Functions | |
M2MPathFilter (const SymbolMap12M &label_map, const VetoSet &veto_set) | |
void | Extend (Path *path, const Arc &arc) |
Public Attributes | |
unordered_map< vector< int >, Path, VectorIntHash > | path_map |
vector< vector< int > > | ordered_paths |
Definition at line 176 of file PhonetisaurusRex.h.
|
inline |
Definition at line 178 of file PhonetisaurusRex.h.
|
inline |
Definition at line 183 of file PhonetisaurusRex.h.
vector<vector<int> > M2MPathFilter< Arc >::ordered_paths |
Definition at line 181 of file PhonetisaurusRex.h.
unordered_map<vector<int>, Path, VectorIntHash> M2MPathFilter< Arc >::path_map |
Definition at line 180 of file PhonetisaurusRex.h.