22 #ifndef KALDI_GMM_MODEL_COMMON_H_ 23 #define KALDI_GMM_MODEL_COMMON_H_ 86 int32 target_components,
89 std::vector<int32> *targets);
94 #endif // KALDI_GMM_MODEL_COMMON_H_ This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
uint16 SgmmWriteFlagsType
Bitwise OR of the above flags.
GmmFlagsType AugmentGmmFlags(GmmFlagsType f)
Returns "augmented" version of flags: e.g.
GmmFlagsType StringToGmmFlags(std::string str)
Convert string which is some subset of "mSwa" to flags.
SgmmUpdateFlagsType StringToSgmmUpdateFlags(std::string str)
uint16 GmmFlagsType
Bitwise OR of the above flags.
void GetSplitTargets(const Vector< BaseFloat > &state_occs, int32 target_components, BaseFloat power, BaseFloat min_count, std::vector< int32 > *targets)
Get Gaussian-mixture or substate-mixture splitting targets, according to a power rule (e...
t .. not really part of SGMM.
uint16 SgmmUpdateFlagsType
Bitwise OR of the above flags.
The letters correspond to the variable names.
A class representing a vector.
std::string GmmFlagsToString(GmmFlagsType flags)
Convert GMM flags to string.
SgmmUpdateFlagsType StringToSgmmWriteFlags(std::string str)