FST
openfst-1.8.2.post1
OpenFst Library
|
#include <matcher.h>
Public Types | |
using | FST = typename M::FST |
using | Arc = typename FST::Arc |
using | Label = typename Arc::Label |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
MultiEpsMatcher (const FST &fst, MatchType match_type, uint32_t flags=(kMultiEpsLoop|kMultiEpsList), M *matcher=nullptr, bool own_matcher=true) | |
MultiEpsMatcher (const FST *fst, MatchType match_type, uint32_t flags=(kMultiEpsLoop|kMultiEpsList), M *matcher=nullptr, bool own_matcher=true) | |
MultiEpsMatcher (const MultiEpsMatcher &matcher, bool safe=false) | |
~MultiEpsMatcher () | |
MultiEpsMatcher * | Copy (bool safe=false) const |
MatchType | Type (bool test) const |
void | SetState (StateId state) |
bool | Find (Label label) |
bool | Done () const |
const Arc & | Value () const |
void | Next () |
const FST & | GetFst () const |
uint64_t | Properties (uint64_t props) const |
const M * | GetMatcher () const |
Weight | Final (StateId s) const |
uint32_t | Flags () const |
ssize_t | Priority (StateId s) |
void | AddMultiEpsLabel (Label label) |
void | RemoveMultiEpsLabel (Label label) |
void | ClearMultiEpsLabels () |
using fst::MultiEpsMatcher< M >::Arc = typename FST::Arc |
using fst::MultiEpsMatcher< M >::FST = typename M::FST |
using fst::MultiEpsMatcher< M >::Label = typename Arc::Label |
using fst::MultiEpsMatcher< M >::StateId = typename Arc::StateId |
using fst::MultiEpsMatcher< M >::Weight = typename Arc::Weight |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |