Home | History | Annotate | Download | only in fst

Lines Matching refs:stype

133     const StringType stype = rtype == REWEIGHT_TO_INITIAL
136 vector<typename GallicArc<Arc, stype>::Weight> gdistance;
137 VectorFst<GallicArc<Arc, stype> > gfst;
138 ArcMap(ifst, &gfst, ToGallicMapper<Arc, stype>());
144 ArcMapFst<Arc, GallicArc<Arc, stype>, ToGallicMapper<Arc, stype> >
145 guwfst(uwfst, ToGallicMapper<Arc, stype>());
148 typename GallicArc<Arc, stype>::Weight total_weight =
149 GallicArc<Arc, stype>::Weight::One();
153 total_weight = typename GallicArc<Arc, stype>::Weight(
155 : StringWeight<typename Arc::Label, stype>::One(),
162 FactorWeightFst< GallicArc<Arc, stype>, GallicFactor<typename Arc::Label,
163 typename Arc::Weight, stype> > fwfst(gfst);
164 ArcMap(fwfst, ofst, FromGallicMapper<Arc, stype>());