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

  /external/openfst/src/include/fst/
matcher.h 389 // kNoLabel, this special matching is not done. RhoMatcher is
392 // constructed by RhoMatcher. The user can instead pass in this
393 // object; in that case, RhoMatcher takes its ownership.
395 class RhoMatcher : public MatcherBase<typename M::Arc> {
403 RhoMatcher(const FST &fst,
413 FSTERROR() << "RhoMatcher: bad match type";
418 FSTERROR() << "RhoMatcher: 0 cannot be used as rho_label";
431 RhoMatcher(const RhoMatcher<M> &matcher, bool safe = false)
438 virtual ~RhoMatcher() {
    [all...]
difference.h 74 typedef RhoMatcher< Matcher<Fst<A> > > R;
92 typedef RhoMatcher<M> R;

Completed in 324 milliseconds