FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::DisambiguateOptions< Arc > Struct Template Reference

#include <disambiguate.h>

Inheritance diagram for fst::DisambiguateOptions< Arc >:
Inheritance graph
[legend]
Collaboration diagram for fst::DisambiguateOptions< Arc >:
Collaboration graph
[legend]

Public Types

using Label = typename Arc::Label
 
using StateId = typename Arc::StateId
 
using Weight = typename Arc::Weight
 
- Public Types inherited from fst::DeterminizeOptions< Arc >
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)
 
- Public Member Functions inherited from fst::DeterminizeOptions< Arc >
 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

- Public Attributes inherited from fst::DeterminizeOptions< Arc >
float delta
 
Weight weight_threshold
 
StateId state_threshold
 
Label subsequential_label
 
DeterminizeType type
 
bool increment_subsequential_label
 

Detailed Description

template<class Arc>
struct fst::DisambiguateOptions< Arc >

Definition at line 60 of file disambiguate.h.

Member Typedef Documentation

template<class Arc>
using fst::DisambiguateOptions< Arc >::Label = typename Arc::Label

Definition at line 61 of file disambiguate.h.

template<class Arc>
using fst::DisambiguateOptions< Arc >::StateId = typename Arc::StateId

Definition at line 62 of file disambiguate.h.

template<class Arc>
using fst::DisambiguateOptions< Arc >::Weight = typename Arc::Weight

Definition at line 63 of file disambiguate.h.

Constructor & Destructor Documentation

template<class Arc>
fst::DisambiguateOptions< Arc >::DisambiguateOptions ( float  delta = kDelta,
Weight  weight = Weight::Zero(),
StateId  n = kNoStateId,
Label  label = 0 
)
inlineexplicit

Definition at line 65 of file disambiguate.h.


The documentation for this struct was generated from the following file: