FST
openfst-1.8.4
OpenFst Library
|
#include <lookahead-filter.h>
Public Types | |
using | M = LookAheadMatcher< Fst< StdArc >> |
using | SF = AltSequenceComposeFilter< M > |
using | LF = LookAheadComposeFilter< SF, M > |
using | WF = PushWeightsComposeFilter< LF, M > |
using | ComposeFilter = PushLabelsComposeFilter< WF, M > |
using | FstMatcher = M |
Definition at line 607 of file lookahead-filter.h.
using fst::DefaultLookAhead< StdArc, MATCH_OUTPUT >::ComposeFilter = PushLabelsComposeFilter<WF, M> |
Definition at line 613 of file lookahead-filter.h.
using fst::DefaultLookAhead< StdArc, MATCH_OUTPUT >::FstMatcher = M |
Definition at line 614 of file lookahead-filter.h.
using fst::DefaultLookAhead< StdArc, MATCH_OUTPUT >::LF = LookAheadComposeFilter<SF, M> |
Definition at line 611 of file lookahead-filter.h.
using fst::DefaultLookAhead< StdArc, MATCH_OUTPUT >::M = LookAheadMatcher<Fst<StdArc>> |
Definition at line 609 of file lookahead-filter.h.
using fst::DefaultLookAhead< StdArc, MATCH_OUTPUT >::SF = AltSequenceComposeFilter<M> |
Definition at line 610 of file lookahead-filter.h.
using fst::DefaultLookAhead< StdArc, MATCH_OUTPUT >::WF = PushWeightsComposeFilter<LF, M> |
Definition at line 612 of file lookahead-filter.h.