#include <word-align-lattice-lexicon.h>
Public Member Functions | |
WordAlignLatticeLexiconOpts () | |
void | Register (OptionsItf *opts) |
Public Attributes | |
int32 | partial_word_label |
bool | reorder |
bool | test |
bool | allow_duplicate_paths |
BaseFloat | max_expand |
Definition at line 120 of file word-align-lattice-lexicon.h.
|
inline |
Definition at line 127 of file word-align-lattice-lexicon.h.
|
inline |
Definition at line 131 of file word-align-lattice-lexicon.h.
References OptionsItf::Register(), kaldi::TestWordAlignedLatticeLexicon(), and kaldi::WordAlignLatticeLexicon().
Referenced by main().
bool allow_duplicate_paths |
Definition at line 124 of file word-align-lattice-lexicon.h.
Referenced by kaldi::TestWordAlignLatticeLexicon(), and kaldi::WordAlignLatticeLexicon().
BaseFloat max_expand |
Definition at line 125 of file word-align-lattice-lexicon.h.
Referenced by kaldi::WordAlignLatticeLexicon().
int32 partial_word_label |
Definition at line 121 of file word-align-lattice-lexicon.h.
Referenced by kaldi::WordAlignLatticeLexicon().
bool reorder |
Definition at line 122 of file word-align-lattice-lexicon.h.
Referenced by kaldi::TestWordAlignLatticeLexicon(), and kaldi::WordAlignLatticeLexicon().
bool test |
Definition at line 123 of file word-align-lattice-lexicon.h.
Referenced by kaldi::TestWordAlignLatticeLexicon(), and kaldi::WordAlignLatticeLexicon().