Searched refs:clg_fst (Results 1 – 1 of 1) sorted by relevance
857 fst::StdVectorFst clg_fst; in make_openfst_graphs() local891 fst::Determinize( lg_fst, &clg_fst); // clg_fst is really lg_det_fst! in make_openfst_graphs()892 if(debug) clg_fst.Write( grxmlBasename + ".LGrmedet"); in make_openfst_graphs()893 rc = FstReplaceILabel( clg_fst, EXTRA_EPSILON_LABEL, EPSILON_LABEL); in make_openfst_graphs()894 fst::Compose( *c_fst, clg_fst, &clg_det_fst, copts); in make_openfst_graphs()