transition-model.h File Reference
#include "base/kaldi-common.h"
#include "util/const-integer-set.h"
#include "fst/fst-decl.h"
#include "hmm/hmm-topology.h"
#include "itf/options-itf.h"
#include "itf/context-dep-itf.h"
#include "matrix/kaldi-vector.h"
Include dependency graph for transition-model.h:

Go to the source code of this file.

Classes

struct  MleTransitionUpdateConfig
 
struct  MapTransitionUpdateConfig
 
class  TransitionModel
 
struct  TransitionModel::Tuple
 

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 

Functions

bool GetPdfsForPhones (const TransitionModel &trans_model, const std::vector< int32 > &phones, std::vector< int32 > *pdfs)
 Works out which pdfs might correspond to the given phones. More...
 
bool GetPhonesForPdfs (const TransitionModel &trans_model, const std::vector< int32 > &pdfs, std::vector< int32 > *phones)
 Works out which phones might correspond to the given pdfs. More...