Home
last modified time | relevance | path

Searched refs:vocabulary (Results 1 – 19 of 19) sorted by relevance

/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c166 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/
DSR_GrammarImpl.h80 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);
DSR_Grammar.h218 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/
Dandroid_speech_srec_Recognizer.cpp376 (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/
DSR_GrammarImpl.c65 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()
DSR_Grammar.c153 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/
Dout_SHIP_set_get_param.txt6 Create vocabulary object and associate with grammar:
Dout_SHIP_bothtags5.txt6 Create vocabulary object and associate with grammar:
Dout_SHIP_bothtags5_from_saved.txt6 Create vocabulary object and associate with grammar:
Dout_SHIP_change_sample_rate2.txt6 Create vocabulary object and associate with grammar:
/external/srec/config/en.us/
Dbaseline11k.par13 cmdline.vocabulary = dictionary/cmu6plus.ok.zip
14 #cmdline.vocabulary = dictionary/large.ok
Dbaseline8k.par13 cmdline.vocabulary = dictionary/cmu6plus.ok.zip
14 #cmdline.vocabulary = dictionary/large.ok
Dbaseline.par13 cmdline.vocabulary = dictionary/large.ok
/external/srec/srec/Vocabulary/include/
DSR_VocabularyImpl.h48 CA_Vocab* vocabulary; member
/external/srec/srec/test/SRecTestAudio/src/
DSRecTestAudio.c135 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/
DSRecTest.c136 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/
Den-GB_lexpos.utf3654 N "vocabulary" :G2P
/external/srec/config/en.us/dictionary/
Dlarge.ok31153 vocabulary v@kaby6ler/
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en63669 http://www.pcspeak.com/hints/general/vocabulary/codecitations.shtml