Home | History | Annotate | Download | only in grxmlcompile

Lines Matching full:ilabel

367       if( arc.ilabel >= max_ilabels || 
368 (float)arc.ilabel + ((float)max_ilabels)*arc.olabel > INT_MAX) {
372 arc.ilabel = arc.ilabel + max_ilabels * arc.olabel;
387 if( aiter.Value().ilabel > max_ilabel)
388 max_ilabel = aiter.Value().ilabel;
407 arc.olabel = arc.ilabel / max_ilabels;
408 arc.ilabel = arc.ilabel - arc.olabel*max_ilabels;
430 if(arc.ilabel == from_ilabel) {
431 arc.ilabel = into_ilabel;
467 std::cout << "info: FstPushSlotLikeOLabels() at state " << s << " arc ilabel " << arc.ilabel << " olabel " << arc.olabel << std::endl;
469 arc.ilabel
477 if(arc2.ilabel == WORD_BOUNDARY) {
481 arc2.ilabel = EPSILON_LABEL;
795 // int eps_word = StrToId("eps", word_syms, "arc ilabel");
796 int pau_word = StrToId(SILENCE_PREFIX_WORD, word_syms, "arc ilabel");
797 int pau2_word = StrToId(SILENCE_SUFFIX_WORD, word_syms, "arc ilabel");