Lines Matching full:fst1
201 // ComposeStateTable(const Fst<Arc> &fst1, const Fst<Arc> &fst2);
226 StateId state_id1; // State Id on fst1
276 GenericComposeStateTable(const Fst<A> &fst1, const Fst<A> &fst2) {}
279 GenericComposeStateTable(const Fst<A> &fst1, const Fst<A> &fst2,
342 // the product of number of states in FST1 and FST2 (and the
358 ProductComposeStateTable(const Fst<A> &fst1, const Fst<A> &fst2,
360 : StateTable(new ComposeFingerprint<StateId, F>(CountStates(fst1),
374 // FST1 is a string (satisfies kStringProperties) and FST2 is
391 StringDetComposeStateTable(const Fst<A> &fst1, const Fst<A> &fst2)
395 if (fst1.Properties(props1, true) != props1 ||
397 FSTERROR() << "StringDetComposeStateTable: fst1 not a string or"
416 // FST2 is a string (satisfies kStringProperties) and FST1 is
433 DetStringComposeStateTable(const Fst<A> &fst1, const Fst<A> &fst2)
437 if (fst1.Properties(props1, true) != props1 ||
440 << " fst1 not output deterministic and epsilon-free";
471 ErasableComposeStateTable(const Fst<A> &fst1, const Fst<A> &fst2) {}