Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/pod_ner/
Dpod-ner-impl.cc392 return AnnotateAroundSpanOfInterest(context, {0, context.size_codepoints()}, in Annotate()
396 bool PodNerAnnotator::AnnotateAroundSpanOfInterest( in AnnotateAroundSpanOfInterest() function in libtextclassifier3::PodNerAnnotator
466 if (!AnnotateAroundSpanOfInterest(context, click, &annotations)) { in SuggestSelection()
495 if (!AnnotateAroundSpanOfInterest(context, click, &annotations)) { in ClassifyText()
Dpod-ner-impl.h70 bool AnnotateAroundSpanOfInterest(const UnicodeText &context,