Lines Matching refs:olabel_str
920 char *ilabel_str = 0, *olabel_str = 0;
1017 olabel_str = args[3];
1027 olabel_str = 0;
1054 /* 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.*/
1055 if(strstr(olabel_str, SLOTNAME_INDICATOR)!=NULL)
1062 atoken->olabel = wordmap_find_index(fst->olabels, olabel_str);
1072 atoken->olabel_str = (atoken->olabel < fst->olabels->num_words ? fst->olabels->words[atoken->olabel] : 0);
2017 IF_DEBUG_WDADD(arc->olabel_str = 0);
2051 IF_DEBUG_WDADD(atoken->olabel_str = arc->olabel_str);
2058 IF_DEBUG_WDADD(arc->olabel_str = fst->olabels->words[ arc->olabel]);
2123 IF_DEBUG_WDADD(atoken->olabel_str = arc->olabel_str);
2130 IF_DEBUG_WDADD(arc->olabel_str = fst->olabels->words[ arc->olabel]);
2268 IF_DEBUG_WDADD(new_next_p->olabel_str = atoken->olabel_str);
2525 IF_DEBUG_WDADD(atok->olabel_str = fst->olabels->words[ atoken->olabel]);
2567 IF_DEBUG_WDADD(atoken->olabel_str = fst->olabels->words[ atoken->olabel]);
2642 IF_DEBUG_WDADD(atoken->olabel_str = fst->olabels->words[atoken->olabel]);