Lines Matching refs:Pronunciation
54 Pronunciation::Pronunciation() in Pronunciation() function in Pronunciation
58 Pronunciation::~Pronunciation() in ~Pronunciation()
62 void Pronunciation::clear() in clear()
72 int Pronunciation::lookup( Vocabulary & vocab, std::string & phrase ) in lookup()
117 int Pronunciation::addPron( std::string & s ) in addPron()
123 int Pronunciation::getPronCount() in getPronCount()
128 bool Pronunciation::getPron( int index, std::string &s ) in getPron()
140 void Pronunciation::print() in print()
151 void Pronunciation::printModelIDs() in printModelIDs()
169 int Pronunciation::getPhonemeCount( int pronIndex ) in getPhonemeCount()
176 bool Pronunciation::getPhoneme( int pronIndex, int picIndex , std::string &phoneme ) in getPhoneme()
185 bool Pronunciation::getPIC( int pronIndex, int picIndex, std::string &pic ) in getPIC()
219 int Pronunciation::lookupModelIDs( AcousticModel &acoustic ) in lookupModelIDs()
260 int Pronunciation::getModelCount( int pronIndex ) in getModelCount()
265 int Pronunciation::getModelID( int pronIndex, int modelPos ) in getModelID()