lattice-faster-online-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/lattice-faster-decoder.h"
Include dependency graph for lattice-faster-online-decoder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LatticeFasterOnlineDecoderTpl< FST >
 LatticeFasterOnlineDecoderTpl is as LatticeFasterDecoderTpl but also supports an efficient way to get the best path (see the function BestPathEnd()), which is useful in endpointing and in situations where you might want to frequently access the best path. More...
 
struct  LatticeFasterOnlineDecoderTpl< FST >::BestPathIterator
 

Namespaces

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

Typedefs

typedef LatticeFasterOnlineDecoderTpl< fst::StdFst > LatticeFasterOnlineDecoder