HomeSort by relevance Sort by last modified time
    Searched refs:vocab (Results 1 - 9 of 9) sorted by null

  /external/srec/tools/dictTest/
dictTest.c 39 LPRINTF("usage: dictTest [-words words.txt] [-vocab dictionary.ok] [-itest input.tst] [-out output.txt] [-locale en-us|en-gb|fr-fr|de-de] [-parfile baseline.par]\n");
42 void doGetProns(SR_Vocabulary *vocab, LCHAR* phrase, size_t len, FILE* fout)
47 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len);
48 // rc = vocab->getPronunciation(vocab, phrase, prons, &len);
64 void doInputTestPhonemes(SR_Vocabulary *vocab, PFile* fin, FILE* fout)
93 rc = vocab->getPronunciation(vocab, phrase, phoneme, &len);
113 SR_Vocabulary *vocab = 0; local
166 else if(!LSTRCMP(argv[i], L("-vocab")))
    [all...]
  /external/srec/tools/grxmlcompile/
vocab.h 2 * vocab.h *
21 /** FILE: vocab.h
74 // Pronunciation( Vocabulary & vocab );
75 int lookup( Vocabulary & vocab, std::string & phrase );
Android.mk 23 LOCAL_SRC_FILES += sub_phon.cpp vocab.cpp
vocab.cpp 2 * vocab.cpp *
29 #include "vocab.h"
72 int Pronunciation::lookup( Vocabulary & vocab, std::string & phrase )
86 SR_Vocabulary *p_SRVocab = vocab.getSRVocabularyHandle();
grxmlcompile.cpp 153 printf("USAGE: -par <par file> -grxml <grxml grammar file> -vocab <dictionary file (.ok)> [-outdir <output directory>]\n");
193 else if(!strcmp(argv[i],"-vocab"))
581 SR_Vocabulary *vocab = 0; local
592 rc = SR_VocabularyLoad(vocabFilename, &vocab);
706 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len);
709 SR_VocabularyDestroy(vocab);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 165 if vocab = grammar.token_vocab and
166 tfile = find_tokens_file( vocab, grammar )
183 def find_tokens_file( vocab, grammar )
184 gram = @grammars.find { | gram | gram.name == vocab } and
186 file = locate( "#{ vocab }.tokens" ) and return( file )
188 | unable to locate .tokens file `#{ vocab }' referenced in #{ grammar.path }
  /external/srec/config/en.us/grammars/
run_compile_grammars.sh 4 grxmlcompile -par $BASELINE_PAR_FILE -grxml $GMR.grxml -vocab dictionary/$GMR.ok
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 153 SR_Vocabulary* vocab; local
218 vocab = (SR_Vocabulary*) impl->vocabulary;
219 CHKLOG(rc, vocab->getPronunciation(vocab, word, buffer, &len));
  /external/srec/config/en.us/
Android.mk 62 $(GRXML) -par $(DEFAULT_PAR) -grxml $< -vocab dictionary/enroll.ok -outdir $(G2G_INSTALL_PATH)

Completed in 600 milliseconds