27 static FstRegisterer<StdArcLookAheadFst> ArcLookAheadFst_StdArc_registerer;
28 static FstRegisterer<MatcherFst<
29 ConstFst<LogArc>, ArcLookAheadMatcher<SortedMatcher<ConstFst<LogArc>>>,
31 ArcLookAheadFst_LogArc_registerer;
32 static FstRegisterer<MatcherFst<
33 ConstFst<Log64Arc>, ArcLookAheadMatcher<SortedMatcher<ConstFst<Log64Arc>>>,
35 ArcLookAheadFst_Log64Arc_registerer;
constexpr char arc_lookahead_fst_type[]