21 #ifndef KALDI_TRANSFORM_COMPRESSED_TRANSFORM_STATS_H_    22 #define KALDI_TRANSFORM_COMPRESSED_TRANSFORM_STATS_H_    54   void Write(std::ostream &os, 
bool binary) 
const;
    56   void Read(std::istream &is, 
bool binary);
    81 #endif  // KALDI_TRANSFORM_COMPRESSED_TRANSFORM_STATS_H_ 
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
 
Represents a non-allocating general vector which can be defined as a sub-vector of higher-level vecto...