lattice-faster-decoder.h File Reference
#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/determinize-lattice-pruned.h"
#include "lat/kaldi-lattice.h"
#include "decoder/grammar-fst.h"
Include dependency graph for lattice-faster-decoder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LatticeFasterDecoderConfig
 
struct  ForwardLink< Token >
 
struct  StdToken
 
struct  BackpointerToken
 
class  LatticeFasterDecoderTpl< FST, Token >
 This is the "normal" lattice-generating decoder. More...
 
struct  LatticeFasterDecoderTpl< FST, Token >::TokenList
 

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 
 kaldi::decoder
 

Typedefs

typedef LatticeFasterDecoderTpl< fst::StdFst, decoder::StdToken > LatticeFasterDecoder