#include <fst/fstlib.h>
#include <sstream>
#include "base/kaldi-error.h"
#include "base/kaldi-math.h"
#include "lm/arpa-file-parser.h"
#include "util/text-utils.h"
Go to the source code of this file.
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Macros | |
#define | PARSE_ERR KALDI_ERR << LineReference() << ": " |
Functions | |
void | TrimTrailingWhitespace (std::string *str) |
#define PARSE_ERR KALDI_ERR << LineReference() << ": " |
Referenced by ArpaFileParser::Read().