/external/srec/srec/Vocabulary/src/ |
D | VocabularyImpl.c | 166 impl->vocabulary = NULL; in SR_VocabularyCreateImpl() 181 if (impl->vocabulary!=NULL) in SR_VocabularyDestroyImpl() 183 CA_UnloadDictionary(impl->vocabulary); in SR_VocabularyDestroyImpl() 184 CA_FreeVocabulary(impl->vocabulary); in SR_VocabularyDestroyImpl() 185 impl->vocabulary = NULL; in SR_VocabularyDestroyImpl() 196 LCHAR vocabulary[P_PATH_MAX]; in sr_vocabularyloadimpl_for_real() local 199 impl->vocabulary = CA_AllocateVocabulary(); in sr_vocabularyloadimpl_for_real() 200 if (impl->vocabulary==NULL) in sr_vocabularyloadimpl_for_real() 211 LSTRCPY(vocabulary, impl->filename); in sr_vocabularyloadimpl_for_real() 213 CHKLOG(rc, ESR_SessionPrefixWithBaseDirectory(vocabulary, &len)); in sr_vocabularyloadimpl_for_real() [all …]
|
/external/srec/srec/Grammar/include/ |
D | SR_GrammarImpl.h | 80 SR_Vocabulary* vocabulary; member 122 …ReturnCode SR_Grammar_AddRuleFromList(SR_Grammar* self, SR_Vocabulary* vocabulary, const LCHAR* na… 203 …GRAMMAR_API ESR_ReturnCode SR_Grammar_SetupVocabulary(SR_Grammar *self, SR_Vocabulary *vocabulary);
|
D | SR_Grammar.h | 218 ESR_ReturnCode(*setupVocabulary)(struct SR_Grammar_t *self, SR_Vocabulary *vocabulary); 385 …_GRAMMAR_API ESR_ReturnCode SR_GrammarSetupVocabulary(SR_Grammar *self, SR_Vocabulary *vocabulary);
|
/external/srec/srec_jni/ |
D | android_speech_srec_Recognizer.cpp | 376 (JNIEnv *env, jclass clazz, jint grammar, jint vocabulary) { in Java_android_speech_srec_Recognizer_SR_1GrammarSetupVocabulary() argument 377 checkEsrError(env, SR_GrammarSetupVocabulary((SR_Grammar*)grammar, (SR_Vocabulary*)vocabulary)); in Java_android_speech_srec_Recognizer_SR_1GrammarSetupVocabulary() 443 SR_Vocabulary* vocabulary = NULL; in Java_android_speech_srec_Recognizer_SR_1VocabularyLoad() local 444 checkEsrError(env, SR_VocabularyLoad(filename, &vocabulary)); in Java_android_speech_srec_Recognizer_SR_1VocabularyLoad() 445 return (jint)vocabulary; in Java_android_speech_srec_Recognizer_SR_1VocabularyLoad() 449 (JNIEnv *env, jclass clazz, jint vocabulary) { in Java_android_speech_srec_Recognizer_SR_1VocabularyDestroy() argument 451 checkEsrError(env, SR_VocabularyDestroy((SR_Vocabulary*)vocabulary)); in Java_android_speech_srec_Recognizer_SR_1VocabularyDestroy() 455 (JNIEnv *env, jclass clazz, jint vocabulary, jstring word) { in Java_android_speech_srec_Recognizer_SR_1VocabularyGetPronunciation() argument 459 …ESR_ReturnCode esr_status = SR_VocabularyGetPronunciation((SR_Vocabulary*)vocabulary, wo, rtn, &rt… in Java_android_speech_srec_Recognizer_SR_1VocabularyGetPronunciation()
|
/external/srec/srec/Grammar/src/ |
D | SR_GrammarImpl.c | 65 impl->vocabulary = NULL; in SR_Grammar_Create() 206 if (impl->vocabulary == NULL) in SR_Grammar_AddWordToSlot() 218 vocab = (SR_Vocabulary*) impl->vocabulary; in SR_Grammar_AddWordToSlot() 528 rc = SR_VocabularyGetLanguage(impl->vocabulary, &locale); in SR_Grammar_GetSize_tParameter() 633 …_GRAMMAR_API ESR_ReturnCode SR_Grammar_SetupVocabulary(SR_Grammar *self, SR_Vocabulary *vocabulary) in SR_Grammar_SetupVocabulary() argument 637 if (vocabulary == NULL) in SR_Grammar_SetupVocabulary() 642 impl->vocabulary = vocabulary; in SR_Grammar_SetupVocabulary()
|
D | SR_Grammar.c | 153 ESR_ReturnCode SR_GrammarSetupVocabulary(SR_Grammar *self, SR_Vocabulary *vocabulary) in SR_GrammarSetupVocabulary() argument 160 return self->setupVocabulary(self, vocabulary); in SR_GrammarSetupVocabulary()
|
/external/srec/doc/logs/srec/ |
D | out_SHIP_set_get_param.txt | 6 Create vocabulary object and associate with grammar:
|
D | out_SHIP_bothtags5.txt | 6 Create vocabulary object and associate with grammar:
|
D | out_SHIP_bothtags5_from_saved.txt | 6 Create vocabulary object and associate with grammar:
|
D | out_SHIP_change_sample_rate2.txt | 6 Create vocabulary object and associate with grammar:
|
/external/srec/config/en.us/ |
D | baseline11k.par | 13 cmdline.vocabulary = dictionary/cmu6plus.ok.zip 14 #cmdline.vocabulary = dictionary/large.ok
|
D | baseline8k.par | 13 cmdline.vocabulary = dictionary/cmu6plus.ok.zip 14 #cmdline.vocabulary = dictionary/large.ok
|
D | baseline.par | 13 cmdline.vocabulary = dictionary/large.ok
|
/external/srec/srec/Vocabulary/include/ |
D | SR_VocabularyImpl.h | 48 CA_Vocab* vocabulary; member
|
/external/srec/srec/test/SRecTestAudio/src/ |
D | SRecTestAudio.c | 135 SR_Vocabulary *vocabulary; /* The current vocabulary. */ member 419 …etup_status = SR_GrammarSetupVocabulary ( data->grammars [grammar_num].grammar, data->vocabulary ); in SetupGrammarLoad() 2882 if (applicationData->vocabulary != NULL) in srec_test_shutdown_application_data() 2941 applicationData->vocabulary = NULL; in srec_test_init_application_data() 3017 SR_VocabularyDestroy ( applicationData->vocabulary ); in srec_test_run_test_shutdown_vocab_grammar() 3018 applicationData->vocabulary = NULL; in srec_test_run_test_shutdown_vocab_grammar() 3041 esr_status = SR_VocabularyLoad ( filename, &applicationData->vocabulary ); in srec_test_run_test_init_vocab_grammar() 3046 … esr_status = SR_VocabularyGetLanguage ( applicationData->vocabulary, &applicationData->locale ); in srec_test_run_test_init_vocab_grammar() 3057 SR_VocabularyDestroy ( applicationData->vocabulary ); in srec_test_run_test_init_vocab_grammar() 3058 applicationData->vocabulary = NULL; in srec_test_run_test_init_vocab_grammar() [all …]
|
/external/srec/srec/test/SRecTest/src/ |
D | SRecTest.c | 136 SR_Vocabulary *vocabulary; /* The current vocabulary. */ member 421 …etup_status = SR_GrammarSetupVocabulary ( data->grammars [grammar_num].grammar, data->vocabulary ); in SetupGrammarLoad() 3267 if (applicationData->vocabulary != NULL) in srec_test_shutdown_application_data() 3324 applicationData->vocabulary = NULL; in srec_test_init_application_data() 3400 SR_VocabularyDestroy ( applicationData->vocabulary ); in srec_test_run_test_shutdown_vocab_grammar() 3401 applicationData->vocabulary = NULL; in srec_test_run_test_shutdown_vocab_grammar() 3424 esr_status = SR_VocabularyLoad ( filename, &applicationData->vocabulary ); in srec_test_run_test_init_vocab_grammar() 3429 … esr_status = SR_VocabularyGetLanguage ( applicationData->vocabulary, &applicationData->locale ); in srec_test_run_test_init_vocab_grammar() 3440 SR_VocabularyDestroy ( applicationData->vocabulary ); in srec_test_run_test_init_vocab_grammar() 3441 applicationData->vocabulary = NULL; in srec_test_run_test_init_vocab_grammar() [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 3654 N "vocabulary" :G2P
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 31153 vocabulary v@kaby6ler/
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 63669 http://www.pcspeak.com/hints/general/vocabulary/codecitations.shtml
|