FST
openfst-1.8.2.post1
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 601 of file lookahead-filter.h.
using fst::DefaultLookAhead< StdArc, MATCH_OUTPUT >::ComposeFilter = PushLabelsComposeFilter<WF, M> |
Definition at line 607 of file lookahead-filter.h.
using fst::DefaultLookAhead< StdArc, MATCH_OUTPUT >::FstMatcher = M |
Definition at line 608 of file lookahead-filter.h.
using fst::DefaultLookAhead< StdArc, MATCH_OUTPUT >::LF = LookAheadComposeFilter<SF, M> |
Definition at line 605 of file lookahead-filter.h.
using fst::DefaultLookAhead< StdArc, MATCH_OUTPUT >::M = LookAheadMatcher<Fst<StdArc>> |
Definition at line 603 of file lookahead-filter.h.
using fst::DefaultLookAhead< StdArc, MATCH_OUTPUT >::SF = AltSequenceComposeFilter<M> |
Definition at line 604 of file lookahead-filter.h.
using fst::DefaultLookAhead< StdArc, MATCH_OUTPUT >::WF = PushWeightsComposeFilter<LF, M> |
Definition at line 606 of file lookahead-filter.h.