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

  /external/openfst/src/include/fst/extensions/pdt/
pdtscript.h 86 bool keep_parentheses; member in struct:fst::script::PdtExpandOptions
91 : connect(c), keep_parentheses(k), weight_threshold(w) {}
111 args->arg4.connect, args->arg4.keep_parentheses,
189 bool keep_parentheses; member in struct:fst::script::PdtShortestPathOptions
194 : queue_type(qt), keep_parentheses(kp), path_gc(gc) {}
224 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses,
231 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses,
238 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses,
expand.h 41 bool keep_parentheses; member in struct:fst::ExpandFstOptions
50 : CacheOptions(opts), keep_parentheses(kp), stack(s), state_table(st) {}
94 keep_parentheses_(opts.keep_parentheses) {
347 // 'keep_parentheses' specifies whether parentheses are replaced by
352 bool keep_parentheses = false,
355 keep_parentheses_(keep_parentheses),
917 bool keep_parentheses; member in struct:fst::ExpandOptions
    [all...]
shortest-path.h 42 bool keep_parentheses; member in struct:fst::PdtShortestPathOptions
46 : keep_parentheses(kp), path_gc(gc) {}
398 keep_parens_(opts.keep_parentheses),
  /external/openfst/src/extensions/pdt/
pdtexpand.cc 28 DEFINE_bool(keep_parentheses, false, "Keep PDT parentheses in result.");
pdtshortestpath.cc 27 DEFINE_bool(keep_parentheses, false, "Keep PDT parentheses in result.");

Completed in 1575 milliseconds