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

/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp444 ESR_ReturnCode FstPushSlotLikeOLabels( fst::StdVectorFst& fst_, int myMin, int myMax) function
467 std::cout << "info: FstPushSlotLikeOLabels() at state " << s << " arc ilabel " << arc.ilabel << " olabel " << arc.olabel << std::endl;
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;
693 different parts of the grammar, see FstPushSlotLikeOLabels elsewhere */
909 rc = FstPushSlotLikeOLabels( clg_det_fst, slot_olabel_min, slot_olabel_max);
911 std::cout << "Error: FstPushSlotLikeOLabels() failed" << std::endl;

Completed in 32 milliseconds