FST
openfst-1.8.2
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 196 of file disambiguate.h.
using fst::internal::Disambiguator< Arc >::ArcId = std::pair<StateId, ssize_t> |
Definition at line 204 of file disambiguate.h.
using fst::internal::Disambiguator< Arc >::Label = typename Arc::Label |
Definition at line 198 of file disambiguate.h.
using fst::internal::Disambiguator< Arc >::StateId = typename Arc::StateId |
Definition at line 199 of file disambiguate.h.
using fst::internal::Disambiguator< Arc >::Weight = typename Arc::Weight |
Definition at line 200 of file disambiguate.h.
|
inline |
Definition at line 206 of file disambiguate.h.
|
inline |
Definition at line 208 of file disambiguate.h.