#include <string>#include <vector>#include <deque>#include "nnet3/decodable-online-looped.h"#include "matrix/matrix-lib.h"#include "util/common-utils.h"#include "base/kaldi-error.h"#include "itf/online-feature-itf.h"#include "online2/online-endpoint.h"#include "online2/online-nnet2-feature-pipeline.h"#include "decoder/lattice-faster-online-decoder.h"#include "hmm/transition-model.h"#include "hmm/posterior.h"

Go to the source code of this file.
Classes | |
| class | SingleUtteranceNnet3DecoderTpl< FST > |
| You will instantiate this class when you want to decode a single utterance using the online-decoding setup for neural nets. More... | |
Namespaces | |
| kaldi | |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Typedefs | |
| typedef SingleUtteranceNnet3DecoderTpl< fst::Fst< fst::StdArc > > | SingleUtteranceNnet3Decoder |