FST
openfst-1.8.2.post1
OpenFst Library
|
#include <disambiguate.h>
Public Types | |
using | Label = typename Arc::Label |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
![]() | |
using | Label = typename Arc::Label |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
DisambiguateOptions (float delta=kDelta, Weight weight=Weight::Zero(), StateId n=kNoStateId, Label label=0) | |
![]() | |
DeterminizeOptions (float delta=kDelta, Weight weight_threshold=Weight::Zero(), StateId state_threshold=kNoStateId, Label subsequential_label=0, DeterminizeType type=DETERMINIZE_FUNCTIONAL, bool increment_subsequential_label=false) | |
Additional Inherited Members | |
![]() | |
float | delta |
Weight | weight_threshold |
StateId | state_threshold |
Label | subsequential_label |
DeterminizeType | type |
bool | increment_subsequential_label |
Definition at line 47 of file disambiguate.h.
using fst::DisambiguateOptions< Arc >::Label = typename Arc::Label |
Definition at line 48 of file disambiguate.h.
using fst::DisambiguateOptions< Arc >::StateId = typename Arc::StateId |
Definition at line 49 of file disambiguate.h.
using fst::DisambiguateOptions< Arc >::Weight = typename Arc::Weight |
Definition at line 50 of file disambiguate.h.
|
inlineexplicit |
Definition at line 52 of file disambiguate.h.