#include <utility>
#include <vector>
#include <limits>
#include <algorithm>
#include "kws/kws-scoring.h"
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 |