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 346 // kNoLabel, this special matching is not done. RhoMatcher is
349 // constructed by RhoMatcher. The user can instead pass in this
350 // object; in that case, RhoMatcher takes its ownership.
352 class RhoMatcher : public MatcherBase<typename M::Arc> {
360 RhoMatcher(const FST &fst,
370 FSTERROR() << "RhoMatcher: bad match type";
375 FSTERROR() << "RhoMatcher: 0 cannot be used as rho_label";
388 RhoMatcher(const RhoMatcher<M> &matcher, bool safe = false)
395 virtual ~RhoMatcher() {
    [all...]
difference.h 74 typedef RhoMatcher< Matcher<Fst<A> > > R;
92 typedef RhoMatcher<M> R;

Completed in 204 milliseconds