Home
last modified time | relevance | path

Searched refs:beg_silence_word (Results 1 – 9 of 9) sorted by relevance

/external/srec/srec/crec/
Dtext_parser.c83 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()
Dsrec_results.c251 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()
Dsrec_eosd.c140 if (ftoken->word != rec->context->beg_silence_word) in srec_check_end_of_speech()
Dsrec.c1336 … 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()
Dword_lattice.c214 if (currentLen >= 1 && wordIDs[0] == rec->context->beg_silence_word) in sprint_word_token_backtraceByWordID()
Dsrec_context.c1112 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()
Dastar.c756 rec->context->beg_silence_word); in astar_stack_do_backwards_search()
/external/srec/srec/include/
Dsrec_context.h131 wordID beg_silence_word; member
/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c706 else if (wdid == fst->beg_silence_word) ; in SR_GrammarAllowOnly()