kws-scoring.h File Reference
#include <vector>
#include <list>
#include <utility>
#include <string>
#include "util/common-utils.h"
#include "util/stl-utils.h"
Include dependency graph for kws-scoring.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KwsTerm
 
struct  AlignedTermsPair
 
class  KwsAlignment
 
struct  KwsTermsAlignerOptions
 
class  KwsTermsAligner
 
struct  TwvMetricsOptions
 
class  TwvMetrics
 

Namespaces

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

Enumerations

enum  DetectionDecision {
  kKwsFalseAlarm, kKwsMiss, kKwsCorr, kKwsCorrUndetected,
  kKwsUnseen
}