22 #ifndef KALDI_LAT_MINIMIZE_LATTICE_H_ 23 #define KALDI_LAT_MINIMIZE_LATTICE_H_ 43 template<
class Weight,
class IntType>
45 MutableFst<ArcTpl<CompactLatticeWeightTpl<Weight, IntType> > > *clat,
46 float delta = fst::kDelta);
52 #endif // KALDI_LAT_MINIMIZE_LATTICE_H_
For an extended explanation of the framework of which grammar-fsts are a part, please see Support for...
bool MinimizeCompactLattice(MutableFst< ArcTpl< CompactLatticeWeightTpl< Weight, IntType > > > *clat, float delta)
This function minimizes the compact lattice.