Home | History | Annotate | Download | only in grxmlcompile

Lines Matching full:g_fst

823   fst::StdVectorFst g_fst = p_fst;   // this is a copy!!
828 fst::Project(&g_fst, fst::PROJECT_INPUT);
829 if(debug) g_fst.Write( grxmlBasename + ".G");
830 fst::Reverse( g_fst, &grev_fst);
876 fst::Concat( &g_fst, suffix_fst);
877 fst::Concat( &prefix_fst, g_fst);