Searched refs:vocab (Results 1 – 9 of 9) sorted by relevance
/external/srec/tools/dictTest/ |
D | dictTest.c | 42 void doGetProns(SR_Vocabulary *vocab, LCHAR* phrase, size_t len, FILE* fout) in doGetProns() argument 47 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len); in doGetProns() 64 void doInputTestPhonemes(SR_Vocabulary *vocab, PFile* fin, FILE* fout) in doInputTestPhonemes() argument 93 rc = vocab->getPronunciation(vocab, phrase, phoneme, &len); in doInputTestPhonemes() 113 SR_Vocabulary *vocab = 0; in main() local 263 rc = SR_VocabularyLoad(vocabfile, &vocab); in main() 274 rc = SR_VocabularyCreate(localeTag, &vocab); in main() 277 rc = SR_VocabularyCreate(ESR_LOCALE_EN_US, &vocab); in main() 305 doGetProns(vocab, phrase, MAX_PRONS_LENGTH, fout); in main() 317 doInputTestPhonemes(vocab, fin, fout); in main() [all …]
|
/external/srec/tools/grxmlcompile/ |
D | grxmlcompile.cpp | 581 SR_Vocabulary *vocab = 0; in make_openfst_graphs() local 592 rc = SR_VocabularyLoad(vocabFilename, &vocab); in make_openfst_graphs() 706 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len); in make_openfst_graphs() 709 SR_VocabularyDestroy(vocab); in make_openfst_graphs() 931 if(vocab) { in make_openfst_graphs() 932 SR_VocabularyDestroy(vocab); in make_openfst_graphs() 933 vocab = NULL; in make_openfst_graphs()
|
D | vocab.h | 75 int lookup( Vocabulary & vocab, std::string & phrase );
|
D | Android.mk | 23 LOCAL_SRC_FILES += sub_phon.cpp vocab.cpp
|
D | vocab.cpp | 72 int Pronunciation::lookup( Vocabulary & vocab, std::string & phrase ) in lookup() argument 86 SR_Vocabulary *p_SRVocab = vocab.getSRVocabularyHandle(); in lookup()
|
/external/srec/srec/Grammar/src/ |
D | SR_GrammarImpl.c | 153 SR_Vocabulary* vocab; in SR_Grammar_AddWordToSlot() local 218 vocab = (SR_Vocabulary*) impl->vocabulary; in SR_Grammar_AddWordToSlot() 219 CHKLOG(rc, vocab->getPronunciation(vocab, word, buffer, &len)); in SR_Grammar_AddWordToSlot()
|
/external/srec/config/en.us/grammars/ |
D | run_compile_grammars.sh | 4 grxmlcompile -par $BASELINE_PAR_FILE -grxml $GMR.grxml -vocab dictionary/$GMR.ok
|
/external/srec/config/en.us/ |
D | Android.mk | 60 $(GRXML) -par $(DEFAULT_PAR) -grxml $< -vocab dictionary/enroll.ok -outdir $(G2G_INSTALL_PATH)
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 16553 http://steve-and-pattie.com/esperantujo/vocab.html
|