Searched defs:LabelLookAheadMatcher (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dlookahead-matcher.h123 // For LabelLookAheadMatcher, save relabeling data to file
423 class LabelLookAheadMatcher class in namespace:fst
438 LabelLookAheadMatcher(const FST &fst, MatchType match_type, function in class:fst::LabelLookAheadMatcher
460 LabelLookAheadMatcher(const LabelLookAheadMatcher<M, F, S> &lmatcher, argument
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) {

Completed in 1048 milliseconds