Go to the source code of this file.
Classes | |
class | HmmTopology |
A class for storing topology information for phones. More... | |
struct | HmmTopology::HmmState |
A structure defined inside HmmTopology to represent a HMM state. More... | |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Variables | |
static const int32 | kNoPdf = -1 |
A constant used in the HmmTopology class as the pdf-class kNoPdf, which is used when a HMM-state is nonemitting (has no associated PDF). More... | |