FST
openfst-1.8.2.post1
OpenFst Library
|
#include <compose.h>
Public Member Functions | |
ComposeFstOptions (const CacheOptions &opts=CacheOptions(), M *matcher1=nullptr, M *matcher2=nullptr, Filter *filter=nullptr, StateTable *state_table=nullptr) | |
![]() | |
CacheOptions (bool gc=FST_FLAGS_fst_default_cache_gc, size_t gc_limit=FST_FLAGS_fst_default_cache_gc_limit) | |
Public Attributes | |
M * | matcher1 |
M * | matcher2 |
Filter * | filter |
StateTable * | state_table |
![]() | |
bool | gc |
size_t | gc_limit |
|
inlineexplicit |
Filter* fst::ComposeFstOptions< Arc, M, Filter, StateTable >::filter |
M* fst::ComposeFstOptions< Arc, M, Filter, StateTable >::matcher1 |
M* fst::ComposeFstOptions< Arc, M, Filter, StateTable >::matcher2 |
StateTable* fst::ComposeFstOptions< Arc, M, Filter, StateTable >::state_table |