Searched refs:wordmap_find_index (Results 1 – 7 of 7) sorted by relevance
/external/srec/srec/crec/ |
D | text_parser.c | 79 wdID = wordmap_find_index(context->olabels, copy_of_word); in check_word_path() 164 wordID k, wdid = wordmap_find_index(context->olabels, p); in FST_CheckPath_Complex()
|
D | srec_context.c | 454 wordID wordmap_find_index(wordmap* wmap, const char* word) in wordmap_find_index() function 967 fst->hmm_ilabel_offset = wordmap_find_index(fst->ilabels, "hmm0"); in FST_LoadGraph() 1060 atoken->ilabel = wordmap_find_index(fst->ilabels, ilabel_str); in FST_LoadGraph() 1062 atoken->olabel = wordmap_find_index(fst->olabels, olabel_str); in FST_LoadGraph() 1112 fst->beg_silence_word = wordmap_find_index(fst->olabels, "-pau-"); in FST_LoadGraph() 1113 fst->end_silence_word = wordmap_find_index(fst->olabels, "-pau2-"); in FST_LoadGraph() 1114 fst->hack_silence_word = wordmap_find_index(fst->olabels, "silence"); in FST_LoadGraph() 1794 word_label = wordmap_find_index(context->olabels, word_label_as_str); in FST_LoadReverseWordGraph()
|
D | astar.c | 176 wordID wdid = wordmap_find_index(wmap, word); in get_arc_for_word_without_slot_annotation()
|
/external/srec/srec/Semproc/src/ |
D | SemanticGraphImpl.c | 429 ilabel = wordmap_find_index(ilabels, iword); in SR_SemanticGraph_LoadFromTextFiles() 443 olabel = wordmap_find_index(semgraph->scopes_olabels, oword); in SR_SemanticGraph_LoadFromTextFiles() 454 olabel = wordmap_find_index(ilabels, oword); in SR_SemanticGraph_LoadFromTextFiles() 1078 scriptID = wordmap_find_index(impl->scripts, script); in SR_SemanticGraph_AddWordToSlot() 1159 scriptID = wordmap_find_index(impl->scripts, union_script); in SR_SemanticGraph_AddWordToSlot()
|
D | SemanticProcessorImpl.c | 380 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp)); in checkpath_forward() 399 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp)); in checkpath_forward() 405 wdID = wordmap_find_index(semgraph->ilabels, firstWord(transp)); in checkpath_forward() 1281 if (wordmap_find_index(semgraph->scripts, word) != MAXwordID) in accumulate_scripts()
|
/external/srec/srec/include/ |
D | srec_context.h | 223 wordID wordmap_find_index(wordmap* wmap, const char* word);
|
/external/srec/srec/Grammar/src/ |
D | SR_GrammarImpl.c | 697 wdids[nw] = wordmap_find_index(fst->olabels, word); in SR_GrammarAllowOnly()
|