Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator.cc480 grammar_annotator_.reset(new GrammarAnnotator( in ValidateAndInitialize()
947 if (grammar_annotator_ != nullptr && in SuggestSelection()
948 grammar_annotator_->SuggestSelection(detected_text_language_tags, in SuggestSelection()
1869 if (grammar_annotator_ && grammar_annotator_->ClassifyText( in ClassifyText()
2281 if (grammar_annotator_ != nullptr && in AnnotateSingleInput()
2282 !grammar_annotator_->Annotate(detected_text_language_tags, in AnnotateSingleInput()
Dannotator.h455 std::unique_ptr<const GrammarAnnotator> grammar_annotator_; variable