#include "util/common-utils.h"#include "gmm/diag-gmm.h"#include "gmm/diag-gmm-normal.h"#include "gmm/model-test-common.h"#include "transform/fmpe.h"
Go to the source code of this file.
Namespaces | |
| kaldi | |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Functions | |
| void | GetFeatDeriv (const DiagGmm &gmm, const Matrix< BaseFloat > &feats, Matrix< BaseFloat > *deriv) |
| BaseFloat | GetGmmLike (const DiagGmm &gmm, const Matrix< BaseFloat > &feats) |
| void | TestFmpe () |
| int | main () |
| int main | ( | ) |
Definition at line 171 of file fmpe-test.cc.
References kaldi::g_kaldi_verbose_level, rnnlm::i, and kaldi::TestFmpe().