#include "util/stl-utils.h"#include "util/hash-list.h"#include "fst/fstlib.h"#include "itf/decodable-itf.h"#include "fstext/fstext-lib.h"#include "lat/determinize-lattice-pruned.h"#include "lat/kaldi-lattice.h"#include "decoder/grammar-fst.h"#include "lattice-faster-decoder.h"

Go to the source code of this file.
Classes | |
| struct | LatticeIncrementalDecoderConfig |
| The normal decoder, lattice-faster-decoder.h, sometimes has an issue when doing real-time applications with long utterances, that each time you get the lattice the lattice determinization can take a considerable amount of time; this introduces latency. More... | |
| class | LatticeIncrementalDeterminizer |
| This class is used inside LatticeIncrementalDecoderTpl; it handles some of the details of incremental determinization. More... | |
| class | LatticeIncrementalDecoderTpl< FST, Token > |
| This is an extention to the "normal" lattice-generating decoder. More... | |
| struct | LatticeIncrementalDecoderTpl< FST, Token >::TokenList |
Namespaces | |
| kaldi | |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Typedefs | |
| typedef LatticeIncrementalDecoderTpl< fst::StdFst, decoder::StdToken > | LatticeIncrementalDecoder |