#include <algorithm>
#include <functional>
#include <limits>
#include <string>
#include <queue>
#include <utility>
#include <vector>
#include "gmm/full-gmm.h"
#include "gmm/full-gmm-normal.h"
#include "gmm/diag-gmm.h"
#include "util/stl-utils.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 &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... | |