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

/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h38 template <class A> class NGramFstMatcher;
68 friend class NGramFstMatcher<A>;
635 friend class NGramFstMatcher<A>;
719 return new NGramFstMatcher<A>(*this, match_type);
750 class NGramFstMatcher : public MatcherBase<A> { class in namespace:fst
757 NGramFstMatcher(const NGramFst<A> &fst, MatchType match_type) function in class:fst::NGramFstMatcher
766 NGramFstMatcher(const NGramFstMatcher<A> &matcher, bool safe = false) function in class:fst::NGramFstMatcher
775 virtual NGramFstMatcher<A>* Copy(bool safe = false) const {
776 return new NGramFstMatcher<
[all...]

Completed in 55 milliseconds