Searched refs:trigger_on_beginner_words (Results 1 – 2 of 2) sorted by relevance
/external/libtextclassifier/native/annotator/vocab/ |
D | vocab-annotator-impl.cc | 63 bool trigger_on_beginner_words, std::vector<AnnotatedSpan>* results) const { in Annotate() argument 70 trigger_on_beginner_words, &classification_result, &stripped_span); in Annotate() 81 bool trigger_on_beginner_words, ClassificationResult* result) const { in ClassifyText() argument 84 trigger_on_beginner_words, result, in ClassifyText() 91 bool trigger_on_beginner_words, ClassificationResult* classification_result, in ClassifyTextInternal() argument 119 if (result.value().beginner_level && !trigger_on_beginner_words) { in ClassifyTextInternal()
|
D | vocab-annotator-impl.h | 40 bool trigger_on_beginner_words, 45 bool trigger_on_beginner_words, 57 bool trigger_on_beginner_words,
|