Searched refs:beg_silence_word (Results 1 – 9 of 9) sorted by relevance
83 next_atok = get_arc_for_word(atok, wdID, context, context->beg_silence_word); in check_word_path()87 …next_atok = get_arc_for_word_without_slot_annotation(atok, wd, context, context->beg_silence_word); in check_word_path()
251 if (parp && parp->word == rec->context->beg_silence_word) in srec_nbest_get_resultWordIDs()377 if (wtoken->word == rec->context->beg_silence_word) in srec_nbest_get_choice_info()
140 if (ftoken->word != rec->context->beg_silence_word) in srec_check_end_of_speech()
1336 … if (end_model_index == SILENCE_MODEL_INDEX && ftoken->word != rec->context->beg_silence_word) in update_from_hmms_to_fsmnodes()1439 … if (end_model_index == SILENCE_MODEL_INDEX && ftoken->word != rec->context->beg_silence_word) in update_from_hmms_to_fsmnodes()2375 if (wtoken->word == rec->context->beg_silence_word) in multi_srec_get_speech_bounds()2384 if (next_wtoken->word == rec->context->beg_silence_word) in multi_srec_get_speech_bounds()
214 if (currentLen >= 1 && wordIDs[0] == rec->context->beg_silence_word) in sprint_word_token_backtraceByWordID()
1112 fst->beg_silence_word = wordmap_find_index(fst->olabels, "-pau-"); in FST_LoadGraph()3098 tmp[i++] = context->beg_silence_word; in FST_DumpContextAsImageV2()3310 fst->beg_silence_word = tmp[i++]; in FST_LoadContextFromImageV2()
756 rec->context->beg_silence_word); in astar_stack_do_backwards_search()
131 wordID beg_silence_word; member
706 else if (wdid == fst->beg_silence_word) ; in SR_GrammarAllowOnly()