#include "util/stl-utils.h"
#include "util/hash-list.h"
#include "fst/fstlib.h"
#include "itf/decodable-itf.h"
#include "fstext/fstext-lib.h"
#include "lat/kaldi-lattice.h"
#include "decoder/lattice-faster-decoder.h"
Go to the source code of this file.
Classes | |
class | LatticeBiglmFasterDecoder |
This is as LatticeFasterDecoder, but does online composition between HCLG and the "difference language model", which is a deterministic FST that represents the difference between the language model you want and the language model you compiled HCLG with. More... | |
struct | LatticeBiglmFasterDecoder::ForwardLink |
struct | LatticeBiglmFasterDecoder::Token |
struct | LatticeBiglmFasterDecoder::TokenList |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Typedefs | |
typedef LatticeFasterDecoderConfig | LatticeBiglmFasterDecoderConfig |