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

/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h425 typedef ParenMatcher< Fst<Arc> > PdtMatcher; typedef in class:fst::PdtComposeFstOptions
426 typedef ParenFilter<AltSequenceComposeFilter<PdtMatcher> > PdtFilter;
427 typedef ComposeFstOptions<Arc, PdtMatcher, PdtFilter> COptions;
436 matcher1 = new PdtMatcher(ifst1, MATCH_OUTPUT, kParenList);
437 matcher2 = new PdtMatcher(ifst2, MATCH_INPUT, kParenLoop);
454 typedef ParenMatcher< Fst<Arc> > PdtMatcher; typedef in class:fst::PdtComposeFstOptions
455 typedef ParenFilter<SequenceComposeFilter<PdtMatcher> > PdtFilter;
456 typedef ComposeFstOptions<Arc, PdtMatcher, PdtFilter> COptions;
465 matcher1 = new PdtMatcher(ifst1, MATCH_OUTPUT, kParenLoop);
466 matcher2 = new PdtMatcher(ifst
[all...]

Completed in 70 milliseconds