#include "base/kaldi-utils.h"
#include "base/kaldi-error.h"
#include <sys/time.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | Timer |
class | Profiler |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Macros | |
#define | KALDI_PROFILE Profiler _profiler(__func__) |