Searched defs:keep_parentheses (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
H A Dpdtscript.h86 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,
H A Dexpand.h41 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
922 : connect(c), keep_parentheses(k), weight_threshold(w) {}
946 eopts.keep_parentheses = opts.keep_parentheses;
[all...]
H A Dshortest-path.h42 bool keep_parentheses; member in struct:fst::PdtShortestPathOptions
46 : keep_parentheses(kp), path_gc(gc) {}
398 keep_parens_(opts.keep_parentheses),

Completed in 159 milliseconds