Searched refs:pod_ner_annotator_ (Results 1 – 2 of 2) sorted by relevance
489 pod_ner_annotator_ = in ValidateAndInitialize()955 if (pod_ner_annotator_ != nullptr && options.use_pod_ner && in SuggestSelection()956 pod_ner_annotator_->SuggestSelection(context_unicode, click_indices, in SuggestSelection()1876 if (pod_ner_annotator_ && options.use_pod_ner && in ClassifyText()1877 pod_ner_annotator_->ClassifyText(context_unicode, selection_indices, in ClassifyText()2290 if (pod_ner_annotations_enabled && pod_ner_annotator_ != nullptr && in AnnotateSingleInput()2292 !pod_ner_annotator_->Annotate(context_unicode, candidates)) { in AnnotateSingleInput()2806 if (pod_ner_annotator_ == nullptr) { in IsAnyPodNerEntityTypeEnabled()2811 pod_ner_annotator_->GetSupportedCollections()) { in IsAnyPodNerEntityTypeEnabled()
535 std::unique_ptr<const PodNerAnnotator> pod_ner_annotator_; variable