Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/pod_ner/
Dpod-ner-impl.h65 bool PrepareText(const UnicodeText &text_unicode,
Dpod-ner-impl.cc346 bool PodNerAnnotator::PrepareText(const UnicodeText &text_unicode, in PrepareText() function in libtextclassifier3::PodNerAnnotator
404 if (!PrepareText(context, &wordpiece_indices, &token_starts, &tokens)) { in AnnotateAroundSpanOfInterest()