FST
openfst-1.8.4
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 | |
TrivialComposeFilter (const FST1 &fst1, const FST2 &fst2, Matcher1 *matcher1=nullptr, Matcher2 *matcher2=nullptr) | |
TrivialComposeFilter (const TrivialComposeFilter< Matcher1, Matcher2 > &filter, bool safe=false) | |
FilterState | Start () const |
void | SetState (StateId, StateId, const FilterState &) |
FilterState | FilterArc (Arc *, Arc *) const |
void | FilterFinal (Weight *, Weight *) const |
Matcher1 * | GetMatcher1 () |
Matcher2 * | GetMatcher2 () |
uint64_t | Properties (uint64_t props) const |
Definition at line 159 of file compose-filter.h.
using fst::TrivialComposeFilter< M1, M2 >::Arc = typename FST1::Arc |
Definition at line 167 of file compose-filter.h.
using fst::TrivialComposeFilter< M1, M2 >::FilterState = TrivialFilterState |
Definition at line 165 of file compose-filter.h.
using fst::TrivialComposeFilter< M1, M2 >::FST1 = typename M1::FST |
Definition at line 163 of file compose-filter.h.
using fst::TrivialComposeFilter< M1, M2 >::FST2 = typename M2::FST |
Definition at line 164 of file compose-filter.h.
using fst::TrivialComposeFilter< M1, M2 >::Label = typename Arc::Label |
Definition at line 168 of file compose-filter.h.
using fst::TrivialComposeFilter< M1, M2 >::Matcher1 = M1 |
Definition at line 161 of file compose-filter.h.
using fst::TrivialComposeFilter< M1, M2 >::Matcher2 = M2 |
Definition at line 162 of file compose-filter.h.
using fst::TrivialComposeFilter< M1, M2 >::StateId = typename Arc::StateId |
Definition at line 169 of file compose-filter.h.
using fst::TrivialComposeFilter< M1, M2 >::Weight = typename Arc::Weight |
Definition at line 170 of file compose-filter.h.
|
inline |
Definition at line 172 of file compose-filter.h.
|
inline |
Definition at line 180 of file compose-filter.h.
|
inline |
Definition at line 191 of file compose-filter.h.
|
inline |
Definition at line 193 of file compose-filter.h.
|
inline |
Definition at line 195 of file compose-filter.h.
|
inline |
Definition at line 197 of file compose-filter.h.
|
inline |
Definition at line 199 of file compose-filter.h.
|
inline |
Definition at line 189 of file compose-filter.h.
|
inline |
Definition at line 187 of file compose-filter.h.