HomeSort by relevance Sort by last modified time
    Searched full:vocab (Results 1 - 24 of 24) 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/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
libraries.apt 5 caused some confusion in regard to the fact that generated vocab files (<<<xxx.tokens>>>) can also
10 directive and also require the use of a vocab file then you will need to locate
13 location of your imported grammars and ANTLR will not find any vocab files in
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
TTree.g 9 // Use the vocab from the parser (not the lexer)
  /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...]
grxmldoc.h 29 #include "vocab.h"
sub_grph.h 26 #include "vocab.h"
  /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/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
BuildDependencyGenerator.java 113 // add output vocab file; e.g., T.tokens. This is always generated to
AssignTokenTypesBehavior.java 106 // Might have ';'=4 in vocab import and SEMI=';'. Avoid
Grammar.java 433 * regular rules. We don't need to specify a token vocab import as
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 465 // write out the vocab interchange file; used by antlr,
806 * code template. This is not the token vocab interchange file, but
855 /** Generate a token vocab file with all the token names/types. For example:
866 vocabFileST.impl.name = "vocab-file";
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
AssignTokenTypesWalker.g 67 * Imports any token vocab name/type pairs into a local hashtable.
  /external/srec/config/en.us/
Android.mk 62 $(GRXML) -par $(DEFAULT_PAR) -grxml $< -vocab dictionary/enroll.ok -outdir $(G2G_INSTALL_PATH)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntervalSet.java 232 // add a range from 0 to first.a constrained to vocab
246 // add a range from last.b to maxElement constrained to vocab
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestIntervalSet.java 142 s.add(10000); // this is outside range of vocab and should be ignored
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 486 milliseconds