#include "util/stl-utils.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 <algorithm>

Go to the source code of this file.
Classes | |
| struct | LatticeSimpleDecoderConfig |
| class | LatticeSimpleDecoder |
| Simplest possible decoder, included largely for didactic purposes and as a means to debug more highly optimized decoders. More... | |
| struct | LatticeSimpleDecoder::ForwardLink |
| struct | LatticeSimpleDecoder::Token |
| struct | LatticeSimpleDecoder::TokenList |
Namespaces | |
| kaldi | |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |