Searched defs:wordmap_find_index (Results 1 - 1 of 1) sorted by relevance

/external/srec/srec/crec/
H A Dsrec_context.c454 wordID wordmap_find_index(wordmap* wmap, const char* word) function
967 fst->hmm_ilabel_offset = wordmap_find_index(fst->ilabels, "hmm0");
1060 atoken->ilabel = wordmap_find_index(fst->ilabels, ilabel_str);
1062 atoken->olabel = wordmap_find_index(fst->olabels, olabel_str);
1112 fst->beg_silence_word = wordmap_find_index(fst->olabels, "-pau-");
1113 fst->end_silence_word = wordmap_find_index(fst->olabels, "-pau2-");
1114 fst->hack_silence_word = wordmap_find_index(fst->olabels, "silence");
1794 word_label = wordmap_find_index(context->olabels, word_label_as_str);

Completed in 38 milliseconds