FST
openfst-1.8.2
OpenFst Library
|
#include <equivalent.h>
Public Types | |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
using | MappedId = StateId |
Static Public Member Functions | |
static MappedId | MapState (StateId s, int32_t which_fst) |
static StateId | UnMapState (MappedId id) |
static bool | IsFinal (const Fst< Arc > &fa, MappedId s) |
static MappedId | FindSet (UnionFind< MappedId > *sets, MappedId id) |
Static Public Attributes | |
static constexpr MappedId | kDeadState = 0 |
static constexpr MappedId | kInvalidId = -1 |
Definition at line 52 of file equivalent.h.
using fst::internal::EquivalenceUtil< Arc >::MappedId = StateId |
Definition at line 56 of file equivalent.h.
using fst::internal::EquivalenceUtil< Arc >::StateId = typename Arc::StateId |
Definition at line 53 of file equivalent.h.
using fst::internal::EquivalenceUtil< Arc >::Weight = typename Arc::Weight |
Definition at line 54 of file equivalent.h.
|
inlinestatic |
Definition at line 85 of file equivalent.h.
|
inlinestatic |
Definition at line 79 of file equivalent.h.
|
inlinestatic |
Definition at line 67 of file equivalent.h.
|
inlinestatic |
Definition at line 73 of file equivalent.h.
|
static |
Definition at line 59 of file equivalent.h.
|
static |
Definition at line 62 of file equivalent.h.