Go to the source code of this file.
 | 
|    | kaldi | 
|   | This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: 
  | 
|   | 
 | 
| BaseFloat  | SentenceLevelConfidence (const CompactLattice &clat, int32 *num_paths, std::vector< int32 > *best_sentence, std::vector< int32 > *second_best_sentence) | 
|   | Caution: this function is not the only way to get confidences in Kaldi.  More...
  | 
|   | 
| BaseFloat  | SentenceLevelConfidence (const Lattice &lat, int32 *num_paths, std::vector< int32 > *best_sentence, std::vector< int32 > *second_best_sentence) | 
|   | This version of SentenceLevelConfidence takes as input a state-level lattice.  More...
  | 
|   |