#include <algorithm>#include <vector>#include <utility>#include <string>#include "base/kaldi-utils.h"#include "util/kaldi-io.h"#include "util/text-utils.h"#include "matrix/kaldi-matrix.h"

Go to the source code of this file.
Classes | |
| class | KaldiObjectHolder< KaldiType > |
| KaldiObjectHolder works for Kaldi objects that have the "standard" Read and Write functions, and a copy constructor. More... | |
| class | BasicHolder< BasicType > |
| BasicHolder is valid for float, double, bool, and integer types. More... | |
| class | BasicVectorHolder< BasicType > |
| A Holder for a vector of basic types, e.g. More... | |
| class | BasicVectorVectorHolder< BasicType > |
| BasicVectorVectorHolder is a Holder for a vector of vector of a basic type, e.g. More... | |
| class | BasicPairVectorHolder< BasicType > |
| BasicPairVectorHolder is a Holder for a vector of pairs of a basic type, e.g. More... | |
| class | TokenHolder |
| class | TokenVectorHolder |
| class | HtkMatrixHolder |
| class | SphinxMatrixHolder< kFeatDim > |
| A class for reading/writing Sphinx format matrices. More... | |
Namespaces | |
| kaldi | |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |