Phonetisaurus
1.0
FST-based Grapheme-to-Phoneme conversion
|
#include <PhonetisaurusRex.h>
Public Member Functions | |
IdentityPathFilter () | |
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 153 of file PhonetisaurusRex.h.
|
inline |
Definition at line 155 of file PhonetisaurusRex.h.
|
inline |
Definition at line 159 of file PhonetisaurusRex.h.
vector<vector<int> > IdentityPathFilter< Arc >::ordered_paths |
Definition at line 157 of file PhonetisaurusRex.h.
unordered_map<vector<int>, Path, VectorIntHash> IdentityPathFilter< Arc >::path_map |
Definition at line 156 of file PhonetisaurusRex.h.