Home
last modified time | relevance | path

Searched refs:selection_options_ (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/smartselect/
Dmodel-params.h78 return selection_options_; in GetSelectionModelOptions()
133 selection_options_(selection_options), in ModelParams()
139 SelectionModelOptions selection_options_; variable
Dtext-classification-model.cc105 selection_options_ = selection_params_->GetSelectionModelOptions(); in TextClassificationModel()
106 for (const int codepoint : selection_options_.punctuation_to_strip()) { in TextClassificationModel()
296 if (selection_options_.enforce_symmetry()) { in SuggestSelection()
303 if (selection_options_.strip_punctuation()) { in SuggestSelection()
369 const int symmetry_context_size = selection_options_.symmetry_context_size(); in SuggestSelectionSymmetrical()
Dtext-classification-model.h89 SelectionModelOptions selection_options_; variable