Home | History | Annotate | Download | only in pdt

Lines Matching refs:ifst2

434                        const Fst<Arc> &ifst2, bool expand = false,
437 matcher2 = new PdtMatcher(ifst2, MATCH_INPUT, kParenLoop);
439 filter = new PdtFilter(ifst1, ifst2, matcher1, matcher2, &parens,
462 const Fst<Arc> &ifst2,
466 matcher2 = new PdtMatcher(ifst2, MATCH_INPUT, kParenList);
468 filter = new PdtFilter(ifst1, ifst2, matcher1, matcher2, &parens,
498 const Fst<Arc> &ifst2,
503 PdtComposeFstOptions<Arc, true> copts(ifst1, parens, ifst2,
506 *ofst = ComposeFst<Arc>(ifst1, ifst2, copts);
519 const Fst<Arc> &ifst2,
526 PdtComposeFstOptions<Arc, false> copts(ifst1, ifst2, parens,
529 *ofst = ComposeFst<Arc>(ifst1, ifst2, copts);