Searched defs:Vocabulary (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dvocab.h23 ** DESCRIPTION: Container class for Nuance Vocabulary access
45 class Vocabulary class
48 Vocabulary();
49 Vocabulary( std::string const & vocFileName );
50 ~Vocabulary();
74 // Pronunciation( Vocabulary & vocab );
75 int lookup( Vocabulary & vocab, std::string & phrase );
91 Vocabulary *m_pVocab;
H A Dvocab.cpp38 Vocabulary::Vocabulary( std::string const & vocFileName ) function in class:Vocabulary
49 Vocabulary::~Vocabulary()
72 int Pronunciation::lookup( Vocabulary & vocab, std::string & phrase )

Completed in 2508 milliseconds