Home
last modified time | relevance | path

Searched refs:SR_GrammarAddWordToSlot (Results 1 – 5 of 5) sorted by relevance

/external/srec/srec/Grammar/src/
DSR_Grammar.c38 ESR_ReturnCode SR_GrammarAddWordToSlot(SR_Grammar* self, const LCHAR* slot, const LCHAR* word, in SR_GrammarAddWordToSlot() function
/external/srec/srec/Grammar/include/
DSR_Grammar.h337 SREC_GRAMMAR_API ESR_ReturnCode SR_GrammarAddWordToSlot(SR_Grammar* self, const LCHAR* slot,
/external/srec/srec_jni/
Dandroid_speech_srec_Recognizer.cpp362 checkEsrError(env, SR_GrammarAddWordToSlot((SR_Grammar*)grammar, sl, wo, pr, weight, ta)); in Java_android_speech_srec_Recognizer_SR_1GrammarAddWordToSlot()
/external/srec/srec/test/SRecTestAudio/src/
DSRecTestAudio.c814 …esr_status = SR_GrammarAddWordToSlot ( active_grammar, slot, word, pron, weightNumber, semanticTag… in srec_test_add_word()
/external/srec/srec/test/SRecTest/src/
DSRecTest.c822 …esr_status = SR_GrammarAddWordToSlot ( active_grammar, slot, word, pron, weightNumber, semanticTag… in srec_test_add_word()