HomeSort by relevance Sort by last modified time
    Searched refs:LabelLookAheadMatcher (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
matcher-fst.h 330 LabelLookAheadMatcher<SortedMatcher<ConstFst<StdArc> >,
337 LabelLookAheadMatcher<SortedMatcher<ConstFst<LogArc> >,
344 LabelLookAheadMatcher<SortedMatcher<ConstFst<StdArc> >,
351 LabelLookAheadMatcher<SortedMatcher<ConstFst<LogArc> >,
lookahead-matcher.h 123 // For LabelLookAheadMatcher, save relabeling data to file
423 class LabelLookAheadMatcher
438 LabelLookAheadMatcher(const FST &fst, MatchType match_type,
446 FSTERROR() << "LabelLookaheadMatcher: bad matcher flags: " << F;
460 LabelLookAheadMatcher(const LabelLookAheadMatcher<M, F, S> &lmatcher,
470 ~LabelLookAheadMatcher() {
475 LabelLookAheadMatcher<M, F, S> *Copy(bool safe = false) const {
476 return new LabelLookAheadMatcher<M, F, S>(*this, safe);
583 bool LabelLookAheadMatcher<M, F, S>::LookAheadFst(const L &fst, StateId s)
    [all...]

Completed in 57 milliseconds