minimize-lattice.cc File Reference
Include dependency graph for minimize-lattice.cc:

Go to the source code of this file.

Classes

class  CompactLatticeMinimizer< Weight, IntType >
 
struct  CompactLatticeMinimizer< Weight, IntType >::EquivalenceSorter
 

Namespaces

 fst
 For an extended explanation of the framework of which grammar-fsts are a part, please see Support for grammars and graphs with on-the-fly parts. (i.e.
 

Functions

template<class Weight , class IntType >
bool MinimizeCompactLattice (MutableFst< ArcTpl< CompactLatticeWeightTpl< Weight, IntType > > > *clat, float delta=fst::kDelta)
 This function minimizes the compact lattice. More...
 
template bool MinimizeCompactLattice< kaldi::LatticeWeight, kaldi::int32 > (MutableFst< kaldi::CompactLatticeArc > *clat, float delta)