Home
last modified time | relevance | path

Searched refs:PAREN_FILTER (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
Dcompose.h474 PAREN_FILTER, // Bar-Hillel construction; keeps parentheses enumerator
483 explicit PdtComposeOptions(bool c, PdtComposeFilter ft = PAREN_FILTER)
485 PdtComposeOptions() : connect(true), filter_type(PAREN_FILTER) {} in PdtComposeOptions()
501 bool expand = opts.filter_type != PAREN_FILTER;
524 bool expand = opts.filter_type != PAREN_FILTER;
/external/openfst/src/extensions/pdt/
Dpdtcompose.cc84 compose_filter = fst::PAREN_FILTER; in main()