FST
openfst-1.8.2.post1
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 625 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_OUTPUT >::ComposeFilter = PushLabelsComposeFilter<WF, M> |
Definition at line 631 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_OUTPUT >::FstMatcher = M |
Definition at line 632 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_OUTPUT >::LF = LookAheadComposeFilter<SF, M> |
Definition at line 629 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_OUTPUT >::M = LookAheadMatcher<Fst<LogArc>> |
Definition at line 627 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_OUTPUT >::SF = AltSequenceComposeFilter<M> |
Definition at line 628 of file lookahead-filter.h.
using fst::DefaultLookAhead< LogArc, MATCH_OUTPUT >::WF = PushWeightsComposeFilter<LF, M> |
Definition at line 630 of file lookahead-filter.h.