Home
last modified time | relevance | path

Searched refs:replace_label_type (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/bin/
H A Dfstreplace.cc34 fst::ReplaceLabelType replace_label_type; in replace_type() local
36 replace_label_type = fst::REPLACE_LABEL_NEITHER; in replace_type()
38 replace_label_type = fst::REPLACE_LABEL_INPUT; in replace_type()
40 replace_label_type = fst::REPLACE_LABEL_OUTPUT; in replace_type()
42 replace_label_type = fst::REPLACE_LABEL_BOTH; in replace_type()
48 return replace_label_type; in replace_type()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/bin/
H A Dfstreplace.cc34 fst::ReplaceLabelType replace_label_type; in replace_type() local
36 replace_label_type = fst::REPLACE_LABEL_NEITHER; in replace_type()
38 replace_label_type = fst::REPLACE_LABEL_INPUT; in replace_type()
40 replace_label_type = fst::REPLACE_LABEL_OUTPUT; in replace_type()
42 replace_label_type = fst::REPLACE_LABEL_BOTH; in replace_type()
48 return replace_label_type; in replace_type()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/bin/
H A Dfstreplace.cc34 fst::ReplaceLabelType replace_label_type; in replace_type() local
36 replace_label_type = fst::REPLACE_LABEL_NEITHER; in replace_type()
38 replace_label_type = fst::REPLACE_LABEL_INPUT; in replace_type()
40 replace_label_type = fst::REPLACE_LABEL_OUTPUT; in replace_type()
42 replace_label_type = fst::REPLACE_LABEL_BOTH; in replace_type()
48 return replace_label_type; in replace_type()
/dports/math/openfst/openfst-1.8.1/src/extensions/python/
H A Dpywrapfst.pxd54 const string &replace_label_type) except * argument
57 const string &replace_label_type, argument
H A Dpywrapfst.pyx375 const string &replace_label_type, bool epsilon_on_replace) except *: argument
382 replace_label_type: A string matching a known replace label type; one of:
395 if not fst.GetReplaceLabelType(replace_label_type,
398 raise FstArgError(f"Unknown replace label type: {replace_label_type!r}")