Searched refs:SigmaMatcher (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dmatcher.h563 // matching is not done. SigmaMatcher is templated itself on a
565 // default, the underlying matcher is constructed by SigmaMatcher.
567 // SigmaMatcher takes its ownership.
569 class SigmaMatcher : public MatcherBase<typename M::Arc> { class in namespace:fst
577 SigmaMatcher(const FST &fst, function in class:fst::SigmaMatcher
587 FSTERROR() << "SigmaMatcher: bad match type";
592 FSTERROR() << "SigmaMatcher: 0 cannot be used as sigma_label";
605 SigmaMatcher(const SigmaMatcher<M> &matcher, bool safe = false) function in class:fst::SigmaMatcher
612 virtual ~SigmaMatcher() {
[all...]

Completed in 48 milliseconds