#include <string>
#include <vector>
#include <deque>
#include "matrix/matrix-lib.h"
#include "util/common-utils.h"
#include "base/kaldi-error.h"
#include "transform/basis-fmllr-diag-gmm.h"
#include "transform/fmllr-diag-gmm.h"
#include "online2/online-feature-pipeline.h"
#include "online2/online-gmm-decodable.h"
#include "online2/online-endpoint.h"
#include "decoder/lattice-faster-online-decoder.h"
#include "hmm/transition-model.h"
#include "gmm/am-diag-gmm.h"
#include "hmm/posterior.h"
Go to the source code of this file.
Classes | |
struct | OnlineGmmDecodingAdaptationPolicyConfig |
This configuration class controls when to re-estimate the basis-fMLLR during online decoding. More... | |
struct | OnlineGmmDecodingConfig |
class | OnlineGmmDecodingModels |
This class is used to read, store and give access to the models used for 3 phases of decoding (first-pass with online-CMN features; the ML models used for estimating transforms; and the discriminatively trained models). More... | |
struct | OnlineGmmAdaptationState |
class | SingleUtteranceGmmDecoder |
You will instantiate this class when you want to decode a single utterance using the online-decoding setup. More... | |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |