#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/lattice-incremental-decoder.h"
Go to the source code of this file.
Classes | |
class | LatticeIncrementalOnlineDecoderTpl< FST > |
LatticeIncrementalOnlineDecoderTpl is as LatticeIncrementalDecoderTpl but also supports an efficient way to get the best path (see the function BestPathEnd()), which is useful in endpointing and in situations where you might want to frequently access the best path. More... | |
struct | LatticeIncrementalOnlineDecoderTpl< FST >::BestPathIterator |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Typedefs | |
typedef LatticeIncrementalOnlineDecoderTpl< fst::StdFst > | LatticeIncrementalOnlineDecoder |