Home
last modified time | relevance | path

Searched defs:pronunciation (Results 1 – 6 of 6) sorted by relevance

/external/srec/tools/test_swiarb/
Dtest_swiarb.c60 char pronunciation[256]; in main() local
/external/srec/srec/ca/
Dsyn_srec.c54 const char *phrase, const char* pronunciation, in CA_AddWordToSyntax()
264 const char* pronunciation, /* WB assumed at the edges */ in CA_ArbdataGetModelIdsForPron()
/external/srec/srec/Grammar/src/
DSR_Grammar.c39 const LCHAR* pronunciation, int weight, const LCHAR* tag) in SR_GrammarAddWordToSlot()
DSR_GrammarImpl.c150 const LCHAR* pronunciation, int weight, const LCHAR* tag) in SR_Grammar_AddWordToSlot()
/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c410 …aryGetPronunciationImpl(SR_Vocabulary* self, const LCHAR* phrase, LCHAR* pronunciation, size_t* pr… in SR_VocabularyGetPronunciationImpl()
/external/srec/srec_jni/
Dandroid_speech_srec_Recognizer.cpp353 …(JNIEnv *env, jclass clazz, jint grammar, jstring slot, jstring word, jstring pronunciation, jint … in Java_android_speech_srec_Recognizer_SR_1GrammarAddWordToSlot()