kws-scoring.cc File Reference
#include <utility>
#include <vector>
#include <limits>
#include <algorithm>
#include "kws/kws-scoring.h"
Include dependency graph for kws-scoring.cc:

Go to the source code of this file.

Classes

class  KwTermLower
 
class  KwTermEqual
 
struct  KwScoreStats
 
struct  ThrSweepStats
 
class  TwvMetricsStats
 

Namespaces

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

Typedefs

typedef unordered_map< float, ThrSweepStats > SweepThresholdStats
 
typedef unordered_map< std::string, KwScoreStats > KwStats
 
typedef unordered_map< std::string, SweepThresholdStats > PerKwSweepStats