FST
openfst-1.8.4
OpenFst Library
|
#include <fst.h>
Public Types | |
enum | FileReadMode { READ, MAP } |
Public Member Functions | |
FstReadOptions (std::string_view source="<unspecified>", const FstHeader *header=nullptr, const SymbolTable *isymbols=nullptr, const SymbolTable *osymbols=nullptr) | |
FstReadOptions (std::string_view source, const SymbolTable *isymbols, const SymbolTable *osymbols=nullptr) | |
std::string | DebugString () const |
Static Public Member Functions | |
static FileReadMode | ReadMode (std::string_view mode) |
Public Attributes | |
std::string | source |
const FstHeader * | header |
const SymbolTable * | isymbols |
const SymbolTable * | osymbols |
FileReadMode | mode |
bool | read_isymbols |
bool | read_osymbols |
|
explicit |
|
explicit |
|
static |
const SymbolTable* fst::FstReadOptions::isymbols |
FileReadMode fst::FstReadOptions::mode |
const SymbolTable* fst::FstReadOptions::osymbols |