Phonetisaurus  1.0
FST-based Grapheme-to-Phoneme conversion
Public Member Functions | Public Attributes | List of all members
IdentityPathFilter< Arc > Class Template Reference

#include <PhonetisaurusRex.h>

Public Member Functions

 IdentityPathFilter ()
 
void Extend (Path *path, const Arc &arc)
 

Public Attributes

unordered_map< vector< int >, Path, VectorIntHashpath_map
 
vector< vector< int > > ordered_paths
 

Detailed Description

template<class Arc>
class IdentityPathFilter< Arc >

Definition at line 153 of file PhonetisaurusRex.h.

Constructor & Destructor Documentation

template<class Arc>
IdentityPathFilter< Arc >::IdentityPathFilter ( )
inline

Definition at line 155 of file PhonetisaurusRex.h.

Member Function Documentation

template<class Arc>
void IdentityPathFilter< Arc >::Extend ( Path path,
const Arc &  arc 
)
inline

Definition at line 159 of file PhonetisaurusRex.h.

Member Data Documentation

template<class Arc>
vector<vector<int> > IdentityPathFilter< Arc >::ordered_paths

Definition at line 157 of file PhonetisaurusRex.h.

template<class Arc>
unordered_map<vector<int>, Path, VectorIntHash> IdentityPathFilter< Arc >::path_map

Definition at line 156 of file PhonetisaurusRex.h.


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