Searched refs:selection_options_ (Results 1 – 3 of 3) sorted by relevance
78 return selection_options_; in GetSelectionModelOptions()133 selection_options_(selection_options), in ModelParams()139 SelectionModelOptions selection_options_; variable
105 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()
89 SelectionModelOptions selection_options_; variable