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

/external/openfst/src/include/fst/
H A Dmatcher.h896 // MultiEpsMatcher: allows treating multiple non-0 labels as
900 // MultiEpsMatcher. The user can instead pass in this object; in that
901 // case, MultiEpsMatcher takes its ownership iff 'own_matcher' is
904 class MultiEpsMatcher { class in namespace:fst
912 MultiEpsMatcher(const FST &fst, MatchType match_type, function in class:fst::MultiEpsMatcher
929 MultiEpsMatcher(const MultiEpsMatcher<M> &matcher, bool safe = false) function in class:fst::MultiEpsMatcher
938 ~MultiEpsMatcher() {
943 MultiEpsMatcher<M> *Copy(bool safe = false) const {
944 return new MultiEpsMatcher<
[all...]

Completed in 1029 milliseconds