#include <algorithm>
#include <functional>
#include <limits>
#include <string>
#include <vector>
#include "gmm/diag-gmm.h"
#include "gmm/diag-gmm-normal.h"
#include "gmm/full-gmm.h"
#include "gmm/full-gmm-normal.h"
#include "tree/clusterable-classes.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 | |
std::ostream & | operator<< (std::ostream &os, const kaldi::DiagGmm &gmm) |
ostream operator that calls DiagGMM::Write() More... | |
std::istream & | operator>> (std::istream &is, kaldi::DiagGmm &gmm) |
istream operator that calls DiagGMM::Read() More... | |