#include <kaldi-lattice.h>
Definition at line 107 of file kaldi-lattice.h.
◆ LatticeHolder()
◆ ~LatticeHolder()
◆ Clear()
◆ ExtractRange()
◆ IsReadInBinary()
static bool IsReadInBinary |
( |
| ) |
|
|
inlinestatic |
◆ Read()
bool Read |
( |
std::istream & |
is | ) |
|
Definition at line 482 of file kaldi-lattice.cc.
References KALDI_WARN, and kaldi::ReadLattice().
486 KALDI_WARN <<
"End of stream detected reading Lattice.";
488 }
else if (isspace(c)) {
493 }
else if (c != 214) {
495 KALDI_WARN <<
"Reading compact lattice: does not appear to be an FST " 496 <<
" [non-space but no magic number detected], file pos is " bool ReadLattice(std::istream &is, bool binary, Lattice **lat)
◆ Swap()
◆ Value()
◆ Write()
static bool Write |
( |
std::ostream & |
os, |
|
|
bool |
binary, |
|
|
const T & |
t |
|
) |
| |
|
inlinestatic |
◆ t_
The documentation for this class was generated from the following files: