#include <vector>#include <map>#include "base/kaldi-common.h"#include "util/common-utils.h"#include "fstext/fstext-lib.h"#include "lat/kaldi-lattice.h"

Go to the source code of this file.
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... | |