#include <string>#include <vector>#include <deque>#include "matrix/matrix-lib.h"#include "util/common-utils.h"#include "base/kaldi-error.h"#include "nnet2/online-nnet2-decodable.h"#include "itf/online-feature-itf.h"#include "online2/online-endpoint.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 | |
| struct | OnlineNnet2DecodingConfig |
| class | SingleUtteranceNnet2Decoder |
| 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: | |