#include <utility>
#include <vector>
#include "base/kaldi-common.h"
#include "gmm/model-common.h"
#include "matrix/matrix-lib.h"
#include "gmm/full-gmm-inl.h"
Go to the source code of this file.
Classes | |
class | FullGmm |
Definition for Gaussian Mixture Model with full covariances. More... | |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Functions | |
std::ostream & | operator<< (std::ostream &rOut, const kaldi::FullGmm &gmm) |
ostream operator that calls FullGmm::Write() More... | |
std::istream & | operator>> (std::istream &rIn, kaldi::FullGmm &gmm) |
istream operator that calls FullGmm::Read() More... | |