#include <string>
#include <vector>
#include <deque>
#include "base/timer.h"
#include "base/kaldi-error.h"
Go to the source code of this file.
Classes | |
class | OnlineTimingStats |
class OnlineTimingStats stores statistics from timing of online decoding, which will enable the Print() function to print out the average real-time factor and average delay per utterance. More... | |
class | OnlineTimer |
class OnlineTimer is used to test real-time decoding algorithms and evaluate how long the decoding of a particular utterance would take. More... | |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |