OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComplementFst
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
complement.h
35
template <class A> class
ComplementFst
;
37
// Implementation of delayed
ComplementFst
. The algorithm used
55
friend class StateIterator<
ComplementFst
<A> >;
56
friend class ArcIterator<
ComplementFst
<A> >;
140
class
ComplementFst
: public ImplToFst< ComplementFstImpl<A> > {
142
friend class StateIterator<
ComplementFst
<A> >;
143
friend class ArcIterator<
ComplementFst
<A> >;
152
explicit
ComplementFst
(const Fst<A> &fst)
156
FSTERROR() << "
ComplementFst
: argument not an unweighted "
163
ComplementFst
(const ComplementFst<A> &fst, bool safe = false
[
all
...]
difference.h
76
ComplementFst
<A> cfst(fst2);
80
ComplementFst
<A>::kRhoLabel));
94
ComplementFst
<A> cfst(fst2);
98
copts.matcher2 = new R(cfst, MATCH_INPUT,
ComplementFst
<A>::kRhoLabel,
Completed in 71 milliseconds