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 |
![]() | |
using | Arc = M::Arc |
using | Label = typename Arc::Label |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
PhiMatcher (const FST &fst, MatchType match_type, Label phi_label=kNoLabel, bool phi_loop=true, MatcherRewriteMode rewrite_mode=MATCHER_REWRITE_AUTO, M *matcher=nullptr) | |
PhiMatcher (const FST *fst, MatchType match_type, Label phi_label=kNoLabel, bool phi_loop=true, MatcherRewriteMode rewrite_mode=MATCHER_REWRITE_AUTO, M *matcher=nullptr) | |
PhiMatcher (const PhiMatcher &matcher, bool safe=false) | |
PhiMatcher * | Copy (bool safe=false) const override |
MatchType | Type (bool test) const override |
void | SetState (StateId s) final |
bool | Find (Label match_label) final |
bool | Done () const final |
const Arc & | Value () const final |
void | Next () final |
Weight | Final (StateId s) const final |
ssize_t | Priority (StateId s) final |
const FST & | GetFst () const override |
uint64_t | Properties (uint64_t props) const override |
uint32_t | Flags () const override |
Label | PhiLabel () const |
![]() | |
virtual | ~MatcherBase () |
using fst::PhiMatcher< M >::Arc = typename FST::Arc |
using fst::PhiMatcher< M >::FST = typename M::FST |
using fst::PhiMatcher< M >::Label = typename Arc::Label |
using fst::PhiMatcher< M >::StateId = typename Arc::StateId |
using fst::PhiMatcher< M >::Weight = typename Arc::Weight |
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements fst::MatcherBase< M::Arc >.
|
inlinefinalvirtual |
Implements fst::MatcherBase< M::Arc >.
|
inlinefinalvirtual |
Reimplemented from fst::MatcherBase< M::Arc >.
|
inlinefinalvirtual |
Implements fst::MatcherBase< M::Arc >.
|
inlineoverridevirtual |
Reimplemented from fst::MatcherBase< M::Arc >.
|
inlineoverridevirtual |
Implements fst::MatcherBase< M::Arc >.
|
inlinefinalvirtual |
Implements fst::MatcherBase< M::Arc >.
|
inline |
|
inlinefinalvirtual |
Reimplemented from fst::MatcherBase< M::Arc >.
|
inlineoverridevirtual |
Implements fst::MatcherBase< M::Arc >.
|
inlinefinalvirtual |
Implements fst::MatcherBase< M::Arc >.
|
inlineoverridevirtual |
Implements fst::MatcherBase< M::Arc >.
|
inlinefinalvirtual |
Implements fst::MatcherBase< M::Arc >.