Home | History | Annotate | Download | only in grxmlcompile

Lines Matching defs:olabel

368 	  (float)arc.ilabel + ((float)max_ilabels)*arc.olabel > INT_MAX) {
372 arc.ilabel = arc.ilabel + max_ilabels * arc.olabel;
373 arc.olabel = 0;
407 arc.olabel = arc.ilabel / max_ilabels;
408 arc.ilabel = arc.ilabel - arc.olabel*max_ilabels;
462 if(arc.olabel >= myMin && arc.olabel < myMax) {
464 int slotId = arc.olabel;
467 std::cout << "info: FstPushSlotLikeOLabels() at state " << s << " arc ilabel " << arc.ilabel << " olabel " << arc.olabel << std::endl;
470 arc.olabel = EPSILON_LABEL;
478 std::cout << "Error: FstPushSlotLikeOLabels() failing, there could be confusion between the slot (hack-pron) and a real-pron, the slot olabel may have been pushed by earlier fst operations!" << std::endl;
482 arc2.olabel = slotId;
499 if(arc.olabel >= myMin && arc.olabel < myMax)
500 num_pclg_arcs_using_slot[arc.olabel]++;
556 if( arc.olabel == mimicPhonemeCode) {
717 int olabel = wordId;
723 l_fst.AddArc(stateP, fst::StdArc( SILENCE_CODE, olabel, 0.0, statePp1));
724 l_fst.AddArc(stateP, fst::StdArc( EPSILON_LABEL, olabel, 0.0, statePp1));
726 l_fst.AddArc(stateP, fst::StdArc( *p, olabel, 0.0, statePp1));
729 olabel = EPSILON_LABEL;
743 l_fst.AddArc(stateP, fst::StdArc( EXTRA_EPSILON_LABEL, olabel, 0.0, statePp1));