#include "util/stl-utils.h"
#include "util/hash-list.h"
#include "fst/fstlib.h"
#include "itf/decodable-itf.h"
#include "lat/kaldi-lattice.h"
#include "decoder/faster-decoder.h"
#include "fstext/deterministic-fst.h"
Go to the source code of this file.
Classes | |
struct | BiglmFasterDecoderOptions |
class | BiglmFasterDecoder |
This is as FasterDecoder, 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... | |
class | BiglmFasterDecoder::Token |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |