FST
openfst-1.8.2.post1
OpenFst Library
|
#include <compose-filter.h>
Public Types | |
using | Matcher1 = M1 |
using | Matcher2 = M2 |
using | FST1 = typename M1::FST |
using | FST2 = typename M2::FST |
using | FilterState = TrivialFilterState |
using | Arc = typename FST1::Arc |
using | Label = typename Arc::Label |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
NoMatchComposeFilter (const FST1 &fst1, const FST2 &fst2, Matcher1 *matcher1=nullptr, Matcher2 *matcher2=nullptr) | |
NoMatchComposeFilter (const NoMatchComposeFilter< Matcher1, Matcher2 > &filter, bool safe=false) | |
FilterState | Start () const |
void | SetState (StateId, StateId, const FilterState &) |
FilterState | FilterArc (Arc *arc1, Arc *arc2) const |
void | FilterFinal (Weight *, Weight *) const |
Matcher1 * | GetMatcher1 () |
Matcher2 * | GetMatcher2 () |
uint64_t | Properties (uint64_t props) const |
Definition at line 475 of file compose-filter.h.
using fst::NoMatchComposeFilter< M1, M2 >::Arc = typename FST1::Arc |
Definition at line 483 of file compose-filter.h.
using fst::NoMatchComposeFilter< M1, M2 >::FilterState = TrivialFilterState |
Definition at line 481 of file compose-filter.h.
using fst::NoMatchComposeFilter< M1, M2 >::FST1 = typename M1::FST |
Definition at line 479 of file compose-filter.h.
using fst::NoMatchComposeFilter< M1, M2 >::FST2 = typename M2::FST |
Definition at line 480 of file compose-filter.h.
using fst::NoMatchComposeFilter< M1, M2 >::Label = typename Arc::Label |
Definition at line 484 of file compose-filter.h.
using fst::NoMatchComposeFilter< M1, M2 >::Matcher1 = M1 |
Definition at line 477 of file compose-filter.h.
using fst::NoMatchComposeFilter< M1, M2 >::Matcher2 = M2 |
Definition at line 478 of file compose-filter.h.
using fst::NoMatchComposeFilter< M1, M2 >::StateId = typename Arc::StateId |
Definition at line 485 of file compose-filter.h.
using fst::NoMatchComposeFilter< M1, M2 >::Weight = typename Arc::Weight |
Definition at line 486 of file compose-filter.h.
|
inline |
Definition at line 488 of file compose-filter.h.
|
inline |
Definition at line 496 of file compose-filter.h.
|
inline |
Definition at line 507 of file compose-filter.h.
|
inline |
Definition at line 511 of file compose-filter.h.
|
inline |
Definition at line 513 of file compose-filter.h.
|
inline |
Definition at line 515 of file compose-filter.h.
|
inline |
Definition at line 517 of file compose-filter.h.
|
inline |
Definition at line 505 of file compose-filter.h.
|
inline |
Definition at line 503 of file compose-filter.h.