Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator.cc496 pod_ner_annotator_ = in ValidateAndInitialize()
977 if (pod_ner_annotator_ != nullptr && options.use_pod_ner && in SuggestSelection()
978 pod_ner_annotator_->SuggestSelection(context_unicode, click_indices, in SuggestSelection()
1902 if (pod_ner_annotator_ && options.use_pod_ner && in ClassifyText()
1903 pod_ner_annotator_->ClassifyText(context_unicode, selection_indices, in ClassifyText()
2298 if (pod_ner_annotations_enabled && pod_ner_annotator_ != nullptr && in AnnotateSingleInput()
2300 !pod_ner_annotator_->Annotate(context_unicode, candidates)) { in AnnotateSingleInput()
2823 if (pod_ner_annotator_ == nullptr) { in IsAnyPodNerEntityTypeEnabled()
2828 pod_ner_annotator_->GetSupportedCollections()) { in IsAnyPodNerEntityTypeEnabled()
Dannotator.h538 std::unique_ptr<const PodNerAnnotator> pod_ner_annotator_; variable