#include <string>
#include <vector>
#include "base/kaldi-common.h"
#include "fstext/deterministic-fst.h"
#include "lm/arpa-file-parser.h"
#include "util/common-utils.h"
Go to the source code of this file.
Classes | |
union | Int32AndFloat |
class | ConstArpaLm |
class | ConstArpaLmDeterministicFst |
This class wraps a ConstArpaLm format language model with the interface defined in DeterministicOnDemandFst. More... | |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Functions | |
bool | BuildConstArpaLm (const ArpaParseOptions &options, const std::string &arpa_rxfilename, const std::string &const_arpa_wxfilename) |