Searched refs:keep_parentheses (Results 1 – 5 of 5) sorted by relevance
/external/openfst/src/include/fst/extensions/pdt/ |
D | pdtscript.h | 86 bool keep_parentheses; member 91 : connect(c), keep_parentheses(k), weight_threshold(w) {} in connect() 111 args->arg4.connect, args->arg4.keep_parentheses, in PdtExpand() 189 bool keep_parentheses; member 194 : queue_type(qt), keep_parentheses(kp), path_gc(gc) {} in queue_type() 224 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses, in PdtShortestPath() 231 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses, in PdtShortestPath() 238 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses, in PdtShortestPath()
|
D | expand.h | 41 bool keep_parentheses; member 50 : CacheOptions(opts), keep_parentheses(kp), stack(s), state_table(st) {} in CacheOptions() 94 keep_parentheses_(opts.keep_parentheses) { in ExpandFstImpl() 352 bool keep_parentheses = false, 355 keep_parentheses_(keep_parentheses), 917 bool keep_parentheses; member 922 : connect(c), keep_parentheses(k), weight_threshold(w) {} in connect() 946 eopts.keep_parentheses = opts.keep_parentheses; in Expand() 949 PrunedExpand<Arc> pruned_expand(ifst, parens, opts.keep_parentheses); in Expand() 969 bool connect = true, bool keep_parentheses = false) { [all …]
|
D | shortest-path.h | 42 bool keep_parentheses; member 46 : keep_parentheses(kp), path_gc(gc) {} in keep_parentheses() function 399 keep_parens_(opts.keep_parentheses), in PdtShortestPath()
|
/external/openfst/src/extensions/pdt/ |
D | pdtexpand.cc | 28 DEFINE_bool(keep_parentheses, false, "Keep PDT parentheses in result.");
|
D | pdtshortestpath.cc | 27 DEFINE_bool(keep_parentheses, false, "Keep PDT parentheses in result.");
|