FST
openfst-1.8.2.post1
OpenFst Library
|
#include <compile-strings.h>
Public Types | |
using | Label = typename Arc::Label |
using | Weight = typename Arc::Weight |
Public Member Functions | |
StringReader (std::istream &istrm, const std::string &source, FarEntryType entry_type, TokenType token_type, bool allow_negative_labels, const SymbolTable *syms=nullptr, Label unknown_label=kNoStateId) | |
bool | Done () |
void | Next () |
VectorFst< Arc > * | GetVectorFst (bool keep_symbols=false) |
CompactStringFst< Arc > * | GetCompactFst (bool keep_symbols=false) |
Definition at line 46 of file compile-strings.h.
using fst::internal::StringReader< Arc >::Label = typename Arc::Label |
Definition at line 48 of file compile-strings.h.
using fst::internal::StringReader< Arc >::Weight = typename Arc::Weight |
Definition at line 49 of file compile-strings.h.
|
inline |
Definition at line 51 of file compile-strings.h.
|
inline |
Definition at line 66 of file compile-strings.h.
|
inline |
Definition at line 103 of file compile-strings.h.
|
inline |
Definition at line 90 of file compile-strings.h.
|
inline |
Definition at line 68 of file compile-strings.h.