Searched refs:wdid (Results 1 – 6 of 6) sorted by relevance
/external/srec/srec/crec/ |
D | text_parser.c | 164 wordID k, wdid = wordmap_find_index(context->olabels, p); in FST_CheckPath_Complex() local 165 if (wdid < MAXwordID) continue; in FST_CheckPath_Complex() 168 wdid = wordmap_find_index_in_rule(context->olabels, p, k); in FST_CheckPath_Complex() 169 if (wdid < MAXwordID) break; in FST_CheckPath_Complex() 171 if (wdid == MAXwordID) in FST_CheckPath_Complex()
|
D | astar.c | 176 wordID wdid = wordmap_find_index(wmap, word); in get_arc_for_word_without_slot_annotation() local 215 if (tmp->ilabel == wdid) in get_arc_for_word_without_slot_annotation() 221 wdid = wordmap_find_index_in_rule(wmap, word, tmp->ilabel); in get_arc_for_word_without_slot_annotation() 222 if (wdid != MAXwordID) in get_arc_for_word_without_slot_annotation()
|
D | srec_context.c | 3497 wordID wdid; in FST_LoadContextFromImageV2() local 3508 for (i = 1, wdid = NUM_ITEMLIST_HDRWDS; wdid < fst->olabels->num_words; i++, wdid++) in FST_LoadContextFromImageV2() 3511 atli->ilabel = wdid; in FST_LoadContextFromImageV2() 3512 atli->olabel = wdid;/*not used*/ in FST_LoadContextFromImageV2()
|
/external/srec/srec/Grammar/src/ |
D | SR_GrammarImpl.c | 704 wordID wdid = fst->FSMarc_list[i].olabel; in SR_GrammarAllowOnly() local 705 if (wdid < EPSILON_OFFSET) ; in SR_GrammarAllowOnly() 706 else if (wdid == fst->beg_silence_word) ; in SR_GrammarAllowOnly() 707 else if (wdid == fst->end_silence_word) ; in SR_GrammarAllowOnly() 711 if (wdid == wdids[j]) break; in SR_GrammarAllowOnly()
|
/external/srec/srec/Semproc/include/ |
D | SR_SemanticGraphImpl.h | 116 arc_token* arc_tokens_find_ilabel(arc_token* base, arc_token* arc_token_list, wordID wdid);
|
/external/srec/srec/Semproc/src/ |
D | SemanticProcessorImpl.c | 91 static const LCHAR* lookUpWord(SR_SemanticGraphImpl* semgraph, wordID wdid); 1163 static const LCHAR* lookUpWord(SR_SemanticGraphImpl* semgraph, wordID wdid) in lookUpWord() argument 1165 int wdID = wdid; in lookUpWord()
|