FST
openfst-1.8.3
OpenFst Library
|
#include <lookahead-filter.h>
Public Types | |
using | M = LookAheadMatcher< Fst< LogArc >> |
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 631 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_OUTPUT >::ComposeFilter = PushLabelsComposeFilter<WF, M> |
Definition at line 637 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_OUTPUT >::FstMatcher = M |
Definition at line 638 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_OUTPUT >::LF = LookAheadComposeFilter<SF, M> |
Definition at line 635 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_OUTPUT >::M = LookAheadMatcher<Fst<LogArc>> |
Definition at line 633 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_OUTPUT >::SF = AltSequenceComposeFilter<M> |
Definition at line 634 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_OUTPUT >::WF = PushWeightsComposeFilter<LF, M> |
Definition at line 636 of file lookahead-filter.h.