Home | History | Annotate | Download | only in fst

Lines Matching full:ahead

55 //  Below are methods for looking ahead for a match to a label and
64 // // RATIONAL LOOKAHEAD: The next methods allow looking ahead for an
96 // LOOK-AHEAD FLAGS (see also kMatcherFlags in matcher.h):
112 // Look-ahead of matcher FST non-epsilon arcs?
115 // Look-ahead of matcher FST epsilon arcs?
177 Weight weight_; // Look-ahead weight
178 Arc prefix_arc_; // Look-ahead prefix arc
217 // Look-ahead methods.
246 // Look-ahead of one transition. Template argument F accepts flags to
305 // Look-ahead methods.
333 const Fst<Arc> *lfst_; // Look-ahead FST
523 // Look-ahead methods.
573 const Fst<Arc> *lfst_; // Look-ahead FST
749 // Look-ahead methods
799 FSTERROR() << "LookAheadMatcher: No look-ahead matcher defined";