#include "matrix/kaldi-matrix.h"
Go to the source code of this file.
Classes | |
class | CompressedMatrix |
struct | CompressedMatrix::GlobalHeader |
struct | CompressedMatrix::PerColHeader |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Enumerations | |
enum | CompressionMethod { kAutomaticMethod = 1, kSpeechFeature = 2, kTwoByteAuto = 3, kTwoByteSignedInteger = 4, kOneByteAuto = 5, kOneByteUnsignedInteger = 6, kOneByteZeroOne = 7 } |