#include <string>
#include <vector>
#include "base/kaldi-common.h"
#include "fstext/deterministic-fst.h"
#include "lm/mikolov-rnnlm-lib.h"
#include "util/common-utils.h"
Go to the source code of this file.
Classes | |
struct | KaldiRnnlmWrapperOpts |
class | KaldiRnnlmWrapper |
class | RnnlmDeterministicFst |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |