arpa-file-parser.cc File Reference
#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"
Include dependency graph for arpa-file-parser.cc:

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)
 

Macro Definition Documentation

◆ PARSE_ERR

#define PARSE_ERR   KALDI_ERR << LineReference() << ": "

Referenced by ArpaFileParser::Read().