Home
last modified time | relevance | path

Searched defs:ClassifyText (Results 1 – 6 of 6) sorted by relevance

/external/libtextclassifier/annotator/contact/
Dcontact-engine-dummy.h42 bool ClassifyText(const std::string& context, CodepointSpan selection_indices, in ClassifyText() function
/external/libtextclassifier/annotator/installed_app/
Dinstalled-app-engine-dummy.h42 bool ClassifyText(const std::string& context, CodepointSpan selection_indices, in ClassifyText() function
/external/libtextclassifier/annotator/knowledge/
Dknowledge-engine-dummy.h34 bool ClassifyText(const std::string& context, CodepointSpan selection_indices, in ClassifyText() function
/external/libtextclassifier/annotator/number/
Dnumber.cc27 bool NumberAnnotator::ClassifyText( in ClassifyText() function in libtextclassifier3::NumberAnnotator
/external/libtextclassifier/annotator/duration/
Dduration.cc81 bool DurationAnnotator::ClassifyText( in ClassifyText() function in libtextclassifier3::DurationAnnotator
/external/libtextclassifier/annotator/
Dannotator.cc1474 std::vector<ClassificationResult> Annotator::ClassifyText( in ClassifyText() function in libtextclassifier3::Annotator