FST
openfst-1.8.4
OpenFst Library
|
#include <lookahead-filter.h>
Public Types | |
using | M = LookAheadMatcher< Fst< LogArc >> |
using | SF = SequenceComposeFilter< M > |
using | LF = LookAheadComposeFilter< SF, M > |
using | WF = PushWeightsComposeFilter< LF, M > |
using | ComposeFilter = PushLabelsComposeFilter< WF, M > |
using | FstMatcher = M |
Definition at line 619 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_INPUT >::ComposeFilter = PushLabelsComposeFilter<WF, M> |
Definition at line 625 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_INPUT >::FstMatcher = M |
Definition at line 626 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_INPUT >::LF = LookAheadComposeFilter<SF, M> |
Definition at line 623 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_INPUT >::M = LookAheadMatcher<Fst<LogArc>> |
Definition at line 621 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_INPUT >::SF = SequenceComposeFilter<M> |
Definition at line 622 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_INPUT >::WF = PushWeightsComposeFilter<LF, M> |
Definition at line 624 of file lookahead-filter.h.