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

  /external/openfst/src/include/fst/
compose-filter.h 162 // typedef typename M1::FST1 FST1;
164 // typedef typename FST1::Arc Arc;
170 // ComposeFilter(const FST1 &fst1, const FST2 &fst2,
205 // This filter requires epsilons on FST1 to be read before epsilons on FST2.
209 typedef typename M1::FST FST1;
211 typedef typename FST1::Arc Arc;
220 SequenceComposeFilter(const FST1 &fst1, const FST2 &fst2
    [all...]
lookahead-filter.h 61 MatchType LookAheadMatchType(const Fst<Arc> &fst1, const Fst<Arc> &fst2) {
62 LookAheadMatcher< Fst <Arc> > matcher1(fst1, MATCH_OUTPUT);
194 class M1 = LookAheadMatcher<typename F::FST1>,
199 typedef typename F::FST1 FST1;
211 LookAheadComposeFilter(const FST1 &fst1, const FST2 &fst2,
213 : filter_(fst1, fst2, matcher1, matcher2),
327 class M1 = LookAheadMatcher<typename F::FST1>,
332 typedef typename F::FST1 FST1
    [all...]
equivalent.h 109 // <code>fst1</code> and <code>fst2</code> are equivalent. The input
130 bool Equivalent(const Fst<Arc> &fst1,
137 if (!CompatSymbols(fst1.InputSymbols(), fst2.InputSymbols()) ||
138 !CompatSymbols(fst1.OutputSymbols(), fst2.OutputSymbols())) {
146 if (fst1.Properties(props, true) != props) {
159 if ((fst1.Properties(kUnweighted , true) != kUnweighted)
161 VectorFst<Arc> efst1(fst1);
177 enum { FST1 = 1, FST2 = 2 }; // Required by Util::MapState(...)
179 MappedId s1 = Util::MapState(fst1.Start(), FST1);
    [all...]
compose.h 53 M *matcher1; // FST1 matcher (see matcher.h)
84 M1 *matcher1; // FST1 matcher (see matcher.h)
123 ComposeFstImplBase(const Fst<A> &fst1, const Fst<A> &fst2,
129 if (!CompatSymbols(fst2.InputSymbols(), fst1.OutputSymbols())) {
135 SetInputSymbols(fst1.InputSymbols());
205 typedef typename M1::FST FST1;
222 ComposeFstImpl(const FST1 &fst1, const FST2 &fst2,
278 const FST1 &GetFst1() { return fst1_; }
377 const FST1 &fst1_
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 93 // <code>fst1</code> and <code>fst2</code> are equivalent. The input
113 bool Equivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2) {
117 if (fst1.Properties(props, true) != props) {
126 if ((fst1.Properties(kUnweighted , true) != kUnweighted)
128 VectorFst<Arc> efst1(fst1);
144 enum { FST1 = 1, FST2 = 2 }; // Required by Util::MapState(...)
146 MappedId s1 = Util::MapState(fst1.Start(), FST1);
157 if (Util::IsFinal(fst1, s1) != Util::IsFinal(fst2, s2)) {
161 // fst1 and fst2: input labels mapped to pairs of MappedId'
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 279 typedef typename F::FST1 FST1;
294 ParenFilter(const FST1 &fst1, const FST2 &fst2,
298 : filter_(fst1, fst2, matcher1, matcher2),

Completed in 122 milliseconds