#include <fst/rmepsilon.h>
Inherits ShortestDistanceOptions< Arc, Queue, EpsilonArcFilter< Arc > >.

Public Types | |
| typedef Arc::StateId | StateId |
| typedef Arc::Weight | Weight |
Public Member Functions | |
| RmEpsilonOptions (Queue *q, float d=kDelta, bool c=true, Weight w=Weight::Zero(), StateId n=kNoStateId) | |
Public Attributes | |
| bool | connect |
| Connect output. | |
| Weight | weight_threshold |
| Pruning weight threshold. | |
| StateId | state_threshold |
| Pruning state threshold. | |
Definition at line 49 of file rmepsilon.h.
| typedef Arc::StateId fst::RmEpsilonOptions< Arc, Queue >::StateId |
Reimplemented from fst::ShortestDistanceOptions< Arc, Queue, EpsilonArcFilter< Arc > >.
Definition at line 52 of file rmepsilon.h.
| typedef Arc::Weight fst::RmEpsilonOptions< Arc, Queue >::Weight |
Definition at line 53 of file rmepsilon.h.
| fst::RmEpsilonOptions< Arc, Queue >::RmEpsilonOptions | ( | Queue * | q, | |
| float | d = kDelta, |
|||
| bool | c = true, |
|||
| Weight | w = Weight::Zero(), |
|||
| StateId | n = kNoStateId | |||
| ) | [inline, explicit] |
Definition at line 59 of file rmepsilon.h.
| bool fst::RmEpsilonOptions< Arc, Queue >::connect |
Connect output.
Definition at line 55 of file rmepsilon.h.
| StateId fst::RmEpsilonOptions< Arc, Queue >::state_threshold |
Pruning state threshold.
Definition at line 57 of file rmepsilon.h.
| Weight fst::RmEpsilonOptions< Arc, Queue >::weight_threshold |
Pruning weight threshold.
Definition at line 56 of file rmepsilon.h.
1.7.1