FST
openfst-1.8.4
OpenFst Library
|
#include <matcher-fst.h>
Public Types | |
using | FST = MatcherFst< F, M, Name, Init > |
using | Arc = typename F::Arc |
using | Label = typename Arc::Label |
using | StateId = typename Arc::StateId |
Public Member Functions | |
Matcher (const FST &fst, MatchType match_type) | |
Matcher (const Matcher &matcher) | |
Matcher * | Copy () const |
MatchType | Type (bool test) const |
void | SetState (StateId s) |
bool | Find (Label label) |
bool | Done () const |
const Arc & | Value () const |
void | Next () |
uint64_t | Properties (uint64_t props) const |
uint32_t | Flags () const |
Definition at line 256 of file matcher-fst.h.
using fst::Matcher< MatcherFst< F, M, Name, Init > >::Arc = typename F::Arc |
Definition at line 259 of file matcher-fst.h.
using fst::Matcher< MatcherFst< F, M, Name, Init > >::FST = MatcherFst<F, M, Name, Init> |
Definition at line 258 of file matcher-fst.h.
using fst::Matcher< MatcherFst< F, M, Name, Init > >::Label = typename Arc::Label |
Definition at line 260 of file matcher-fst.h.
using fst::Matcher< MatcherFst< F, M, Name, Init > >::StateId = typename Arc::StateId |
Definition at line 261 of file matcher-fst.h.
|
inline |
Definition at line 263 of file matcher-fst.h.
|
inline |
Definition at line 266 of file matcher-fst.h.
|
inline |
Definition at line 268 of file matcher-fst.h.
|
inline |
Definition at line 276 of file matcher-fst.h.
|
inline |
Definition at line 274 of file matcher-fst.h.
|
inline |
Definition at line 286 of file matcher-fst.h.
|
inline |
Definition at line 280 of file matcher-fst.h.
|
inline |
Definition at line 282 of file matcher-fst.h.
|
inline |
Definition at line 272 of file matcher-fst.h.
|
inline |
Definition at line 270 of file matcher-fst.h.
|
inline |
Definition at line 278 of file matcher-fst.h.