Home
last modified time | relevance | path

Searched refs:wordmap_find_index_in_rule (Results 1 – 5 of 5) sorted by relevance

/external/srec/srec/crec/
Dtext_parser.c168 wdid = wordmap_find_index_in_rule(context->olabels, p, k); in FST_CheckPath_Complex()
Dastar.c221 wdid = wordmap_find_index_in_rule(wmap, word, tmp->ilabel); in get_arc_for_word_without_slot_annotation()
Dsrec_context.c503 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/
Dsrec_context.h224 wordID wordmap_find_index_in_rule(wordmap* wmap, const char* word, wordID rule);
/external/srec/srec/Semproc/src/
DSemanticGraphImpl.c1054 wdID = wordmap_find_index_in_rule(impl->ilabels, word, slotID); in SR_SemanticGraph_AddWordToSlot()