Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator.cc614 contact_engine_ = std::move(contact_engine); in InitializeContactEngine()
914 if (contact_engine_ != nullptr && in SuggestSelection()
915 !contact_engine_->Chunk(context_unicode, tokens, in SuggestSelection()
1790 if (contact_engine_ && contact_engine_->ClassifyText( in ClassifyText()
2147 if (candidates == nullptr || contact_engine_ == nullptr) { in AddContactMetadataToKnowledgeClassificationResults()
2152 contact_engine_->AddContactMetadataToKnowledgeClassificationResult( in AddContactMetadataToKnowledgeClassificationResults()
2236 if (contact_annotations_enabled && contact_engine_ && in AnnotateSingleInput()
2237 !contact_engine_->Chunk(context_unicode, tokens, candidates)) { in AnnotateSingleInput()
Dannotator.h529 std::unique_ptr<const ContactEngine> contact_engine_; variable