FST
openfst-1.8.4
OpenFst Library
|
#include <rmepsilon.h>
Public Member Functions | |
RmEpsilonOptions (QueueType queue_type, bool connect, const WeightClass &weight_threshold, int64_t state_threshold=kNoStateId, float delta=kDelta) | |
![]() | |
ShortestDistanceOptions (QueueType queue_type, ArcFilterType arc_filter_type, int64_t source, float delta) | |
Public Attributes | |
const bool | connect |
const WeightClass & | weight_threshold |
const int64_t | state_threshold |
![]() | |
const QueueType | queue_type |
const ArcFilterType | arc_filter_type |
const int64_t | source |
const float | delta |
Definition at line 42 of file rmepsilon.h.
|
inline |
Definition at line 47 of file rmepsilon.h.
const bool fst::script::RmEpsilonOptions::connect |
Definition at line 43 of file rmepsilon.h.
const int64_t fst::script::RmEpsilonOptions::state_threshold |
Definition at line 45 of file rmepsilon.h.
const WeightClass& fst::script::RmEpsilonOptions::weight_threshold |
Definition at line 44 of file rmepsilon.h.