Searched refs:clg_det_fst (Results 1 – 1 of 1) sorted by relevance
858 fst::StdVectorFst clg_det_fst; in make_openfst_graphs() local894 fst::Compose( *c_fst, clg_fst, &clg_det_fst, copts); in make_openfst_graphs()895 if(debug) clg_det_fst.Write( grxmlBasename + ".CLGrmedet"); in make_openfst_graphs()897 rc = FstMergeOLabelsToILabels_GetMax( clg_det_fst, /*int&*/max_model_sym); in make_openfst_graphs()900 rc = FstMergeOLabelsToILabels( clg_det_fst, max_model_sym); in make_openfst_graphs()901 if(debug) clg_det_fst.Write( grxmlBasename + ".CLGrmedet2"); in make_openfst_graphs()902 fst::Minimize( &clg_det_fst); in make_openfst_graphs()903 if(debug) clg_det_fst.Write( grxmlBasename + ".CLGrmedet3"); in make_openfst_graphs()906 rc = FstSplitOLabelsFromILabels( clg_det_fst, max_model_sym); in make_openfst_graphs()907 if(debug) clg_det_fst.Write( grxmlBasename + ".CLGrmedet4"); in make_openfst_graphs()[all …]