Home
last modified time | relevance | path

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

/external/libtextclassifier/smartselect/
Dmodel-params.cc64 SelectionModelOptions selection_options; in ModelParamsBuilder() local
68 selection_options = in ModelParamsBuilder()
99 selection_options.add_punctuation_to_strip(i); in ModelParamsBuilder()
101 selection_options.set_strip_punctuation(true); in ModelParamsBuilder()
102 selection_options.set_enforce_symmetry(true); in ModelParamsBuilder()
103 selection_options.set_symmetry_context_size( in ModelParamsBuilder()
124 selection_options, sharing_options, in ModelParamsBuilder()
129 selection_options, sharing_options, feature_processor_options); in ModelParamsBuilder()
Dmodel-params.h129 const SelectionModelOptions& selection_options, in ModelParams() argument
133 selection_options_(selection_options), in ModelParams()