FST
openfst-1.8.4
OpenFst Library
|
#include <expand.h>
Public Member Functions | |
PdtExpandFstOptions (const CacheOptions &opts=CacheOptions(), bool keep_parentheses=false, PdtStack< typename Arc::StateId, typename Arc::Label > *stack=nullptr, PdtStateTable< typename Arc::StateId, typename Arc::StateId > *state_table=nullptr) | |
Public Member Functions inherited from fst::CacheOptions | |
CacheOptions (bool gc=FST_FLAGS_fst_default_cache_gc, size_t gc_limit=FST_FLAGS_fst_default_cache_gc_limit) | |
Public Attributes | |
bool | keep_parentheses |
PdtStack< typename Arc::StateId, typename Arc::Label > * | stack |
PdtStateTable< typename Arc::StateId, typename Arc::StateId > * | state_table |
Public Attributes inherited from fst::CacheOptions | |
bool | gc |
size_t | gc_limit |
|
inlineexplicit |
bool fst::PdtExpandFstOptions< Arc >::keep_parentheses |
PdtStack<typename Arc::StateId, typename Arc::Label>* fst::PdtExpandFstOptions< Arc >::stack |
PdtStateTable<typename Arc::StateId, typename Arc::StateId>* fst::PdtExpandFstOptions< Arc >::state_table |