HomeSort by relevance Sort by last modified time
    Searched refs:selection_options_ (Results 1 - 3 of 3) sorted by null

  /external/libtextclassifier/smartselect/
model-params.h 78 return selection_options_;
133 selection_options_(selection_options),
139 SelectionModelOptions selection_options_; member in class:libtextclassifier::ModelParams
text-classification-model.h 89 SelectionModelOptions selection_options_; member in class:libtextclassifier::TextClassificationModel
text-classification-model.cc 105 selection_options_ = selection_params_->GetSelectionModelOptions();
106 for (const int codepoint : selection_options_.punctuation_to_strip()) {
296 if (selection_options_.enforce_symmetry()) {
303 if (selection_options_.strip_punctuation()) {
369 const int symmetry_context_size = selection_options_.symmetry_context_size();

Completed in 2253 milliseconds