Searched refs:fst_node_has_speech_to_come (Results 1 - 1 of 1) sorted by relevance

/external/srec/srec/crec/
H A Dsrec_context.c1054 /* Xufang: if olabel_str is a slotname, change the input label to a no-silence and no-eps HMM. It is true that the weight of slot arcs is 999 and hmm will not take effect in the runtime, but it was found that when the slot is a loop, eps and silence will cause the recursive function fst_node_has_speech_to_come into a no-step-out status.*/
3607 int fst_node_has_speech_to_come(srec_context* context, nodeID node_index) function
3623 if (fst_node_has_speech_to_come(context, arc->to_node))
3631 if (fst_node_has_speech_to_come(context, arc->to_node))
3705 if (fst_node_has_speech_to_come(context, optends->nodes[i]))

Completed in 76 milliseconds