Searched refs:wordmap_find_index_in_rule (Results 1 – 5 of 5) sorted by relevance
/external/srec/srec/crec/ |
D | text_parser.c | 168 wdid = wordmap_find_index_in_rule(context->olabels, p, k); in FST_CheckPath_Complex()
|
D | astar.c | 221 wdid = wordmap_find_index_in_rule(wmap, word, tmp->ilabel); in get_arc_for_word_without_slot_annotation()
|
D | srec_context.c | 503 wordID wordmap_find_index_in_rule(wordmap* wmap, const char* word, wordID rule) in wordmap_find_index_in_rule() function 1322 olabel = wordmap_find_index_in_rule(fst->olabels, word, fst->addWordCaching_lastslot_num); in FST_AddWordToGrammar()
|
/external/srec/srec/include/ |
D | srec_context.h | 224 wordID wordmap_find_index_in_rule(wordmap* wmap, const char* word, wordID rule);
|
/external/srec/srec/Semproc/src/ |
D | SemanticGraphImpl.c | 1054 wdID = wordmap_find_index_in_rule(impl->ilabels, word, slotID); in SR_SemanticGraph_AddWordToSlot()
|