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

  /external/srec/srec/Semproc/include/
SR_SemanticGraph.h 89 ESR_ReturnCode(*addWordToSlot)(struct SR_SemanticGraph_t* self, const LCHAR* slot, const LCHAR* word, const LCHAR* tag, const ESR_BOOL maybeMultiMeaning);
  /external/srec/srec/Grammar/include/
SR_Grammar.h 130 ESR_ReturnCode(*addWordToSlot)(struct SR_Grammar_t* self, const LCHAR* slot, const LCHAR* word,
  /external/srec/srec/Grammar/src/
SR_Grammar.c 47 return self->addWordToSlot(self, slot, word, pronunciation, weight, tag);
SR_GrammarImpl.c 49 impl->Interface.addWordToSlot = &SR_Grammar_AddWordToSlot;
255 CHKLOG(rc, impl->semgraph->addWordToSlot(impl->semgraph, slot, word, tag, 1));
260 CHKLOG(rc, impl->semgraph->addWordToSlot(impl->semgraph, slot, word, tag, 0));
334 CHKLOG(rc, self->addWordToSlot(self, slot, nametagImpl->id, nametagImpl->value, weight, tag));
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 67 * for (String name : names) grammar.addWordToSlot("@Names", name, null, 1, "V=1");
205 public void addWordToSlot(String slot, String word, String pron, int weight, String tag) {
356 * <code>Grammar.addWordToSlot</code>.
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 209 mSrecGrammar.addWordToSlot("@Names", name, null, 1, sb.toString());
336 mSrecGrammar.addWordToSlot("@Opens", label, null, 1, "V='" + label + "'");
    [all...]
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 61 impl->Interface.addWordToSlot = &SR_SemanticGraph_AddWordToSlot;
    [all...]

Completed in 61 milliseconds