#include <cstdint>
#include <memory>
#include <string>
#include <fst/add-on.h>
#include <fst/const-fst.h>
#include <fst/lookahead-matcher.h>
Go to the source code of this file.
|
class | fst::NullMatcherFstInit< M > |
|
class | fst::MatcherFst< F, M, Name, Init, Data > |
|
class | fst::StateIterator< MatcherFst< FST, M, Name, Init > > |
|
class | fst::ArcIterator< MatcherFst< FST, M, Name, Init > > |
|
class | fst::Matcher< MatcherFst< F, M, Name, Init > > |
|
class | fst::LookAheadMatcher< MatcherFst< F, M, Name, Init > > |
|
|
using | fst::StdArcLookAheadFst = MatcherFst< ConstFst< StdArc >, ArcLookAheadMatcher< SortedMatcher< ConstFst< StdArc >>>, arc_lookahead_fst_type > |
|
using | fst::StdILabelLookAheadFst = MatcherFst< ConstFst< StdArc >, LabelLookAheadMatcher< SortedMatcher< ConstFst< StdArc >>, ilabel_lookahead_flags, FastLogAccumulator< StdArc >>, ilabel_lookahead_fst_type, LabelLookAheadRelabeler< StdArc >> |
|
using | fst::StdOLabelLookAheadFst = MatcherFst< ConstFst< StdArc >, LabelLookAheadMatcher< SortedMatcher< ConstFst< StdArc >>, olabel_lookahead_flags, FastLogAccumulator< StdArc >>, olabel_lookahead_fst_type, LabelLookAheadRelabeler< StdArc >> |
|