OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Vocabulary
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/grxmlcompile/
vocab.h
23
** DESCRIPTION: Container class for Nuance
Vocabulary
access
45
class
Vocabulary
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;
vocab.cpp
38
Vocabulary
::
Vocabulary
( std::string const & vocFileName )
49
Vocabulary
::~
Vocabulary
()
72
int Pronunciation::lookup(
Vocabulary
& vocab, std::string & phrase )
Completed in 22 milliseconds