FST
openfst-1.8.2.post1
OpenFst Library
|
#include <determinize.h>
Public Types | |
using | Label = typename Arc::Label |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
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) | |
Public Attributes | |
float | delta |
Weight | weight_threshold |
StateId | state_threshold |
Label | subsequential_label |
DeterminizeType | type |
bool | increment_subsequential_label |
Definition at line 1035 of file determinize.h.
using fst::DeterminizeOptions< Arc >::Label = typename Arc::Label |
Definition at line 1036 of file determinize.h.
using fst::DeterminizeOptions< Arc >::StateId = typename Arc::StateId |
Definition at line 1037 of file determinize.h.
using fst::DeterminizeOptions< Arc >::Weight = typename Arc::Weight |
Definition at line 1038 of file determinize.h.
|
inlineexplicit |
Definition at line 1049 of file determinize.h.
float fst::DeterminizeOptions< Arc >::delta |
Definition at line 1040 of file determinize.h.
bool fst::DeterminizeOptions< Arc >::increment_subsequential_label |
Definition at line 1045 of file determinize.h.
StateId fst::DeterminizeOptions< Arc >::state_threshold |
Definition at line 1042 of file determinize.h.
Label fst::DeterminizeOptions< Arc >::subsequential_label |
Definition at line 1043 of file determinize.h.
DeterminizeType fst::DeterminizeOptions< Arc >::type |
Definition at line 1044 of file determinize.h.
Weight fst::DeterminizeOptions< Arc >::weight_threshold |
Definition at line 1041 of file determinize.h.