Home
last modified time | relevance | path

Searched refs:SR_VocabularyGetPronunciation (Results 1 – 6 of 6) sorted by relevance

/external/srec/srec/Vocabulary/include/
DSR_Vocabulary.h154 SREC_VOCABULARY_API ESR_ReturnCode SR_VocabularyGetPronunciation(SR_Vocabulary* self, const LCHAR* …
/external/srec/tools/dictTest/
DdictTest.c47 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len); in doGetProns()
/external/srec/tools/grxmlcompile/
Dvocab.cpp90 rc = SR_VocabularyGetPronunciation( p_SRVocab, c_phrase, prons, &len ); in lookup()
Dgrxmlcompile.cpp706 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len); in make_openfst_graphs()
/external/srec/srec/Vocabulary/src/
DVocabulary.c95 ESR_ReturnCode SR_VocabularyGetPronunciation(SR_Vocabulary* self, const LCHAR* word, LCHAR* phoneme… in SR_VocabularyGetPronunciation() function
/external/srec/srec_jni/
Dandroid_speech_srec_Recognizer.cpp459 …ESR_ReturnCode esr_status = SR_VocabularyGetPronunciation((SR_Vocabulary*)vocabulary, wo, rtn, &rt… in Java_android_speech_srec_Recognizer_SR_1VocabularyGetPronunciation()