#include <lattice-simple-decoder.h>
Public Member Functions | |
LatticeSimpleDecoderConfig () | |
void | Register (OptionsItf *opts) |
void | Check () const |
Definition at line 37 of file lattice-simple-decoder.h.
|
inline |
Definition at line 50 of file lattice-simple-decoder.h.
|
inline |
Definition at line 66 of file lattice-simple-decoder.h.
References KALDI_ASSERT.
Referenced by LatticeSimpleDecoder::LatticeSimpleDecoder().
|
inline |
Definition at line 56 of file lattice-simple-decoder.h.
References OptionsItf::Register(), and DeterminizeLatticePhonePrunedOptions::Register().
Referenced by main().
BaseFloat beam |
Definition at line 38 of file lattice-simple-decoder.h.
Referenced by LatticeSimpleDecoder::Decode(), LatticeSimpleDecoder::ProcessEmitting(), LatticeSimpleDecoder::ProcessNonemitting(), and LatticeSimpleDecoder::TokenList::TokenList().
BaseFloat beam_ratio |
Definition at line 44 of file lattice-simple-decoder.h.
Definition at line 48 of file lattice-simple-decoder.h.
Referenced by kaldi::DecodeUtteranceLatticeSimple(), and LatticeSimpleDecoder::GetLattice().
bool determinize_lattice |
Definition at line 41 of file lattice-simple-decoder.h.
Referenced by main().
BaseFloat lattice_beam |
Definition at line 39 of file lattice-simple-decoder.h.
Referenced by LatticeSimpleDecoder::Decode(), kaldi::DecodeUtteranceLatticeSimple(), LatticeSimpleDecoder::GetLattice(), LatticeSimpleDecoder::PruneForwardLinks(), and LatticeSimpleDecoder::PruneForwardLinksFinal().
int32 prune_interval |
Definition at line 40 of file lattice-simple-decoder.h.
Referenced by LatticeSimpleDecoder::Decode().
bool prune_lattice |
Definition at line 43 of file lattice-simple-decoder.h.
BaseFloat prune_scale |
Definition at line 45 of file lattice-simple-decoder.h.
Referenced by LatticeSimpleDecoder::Decode().