OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addWordToSlot
(Results
1 - 3
of
3
) 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,
/frameworks/base/core/java/android/speech/srec/
Recognizer.java
66
* for (String name : names) grammar.
addWordToSlot
("@Names", name, null, 1, "V=1");
204
public void
addWordToSlot
(String slot, String word, String pron, int weight, String tag) {
355
* <code>Grammar.
addWordToSlot
</code>.
Completed in 591 milliseconds