FST
openfst-1.8.4
OpenFst Library
|
#include <disambiguate.h>
Public Types | |
using | Label = typename Arc::Label |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
using | ArcId = std::pair< StateId, ssize_t > |
Public Member Functions | |
Disambiguator () | |
void | Disambiguate (const Fst< Arc > &ifst, MutableFst< Arc > *ofst, const DisambiguateOptions< Arc > &opts=DisambiguateOptions< Arc >()) |
Definition at line 209 of file disambiguate.h.
using fst::internal::Disambiguator< Arc >::ArcId = std::pair<StateId, ssize_t> |
Definition at line 217 of file disambiguate.h.
using fst::internal::Disambiguator< Arc >::Label = typename Arc::Label |
Definition at line 211 of file disambiguate.h.
using fst::internal::Disambiguator< Arc >::StateId = typename Arc::StateId |
Definition at line 212 of file disambiguate.h.
using fst::internal::Disambiguator< Arc >::Weight = typename Arc::Weight |
Definition at line 213 of file disambiguate.h.
|
inline |
Definition at line 219 of file disambiguate.h.
|
inline |
Definition at line 221 of file disambiguate.h.