Lines Matching refs:ClassifyText
1720 std::vector<ClassificationResult> Annotator::ClassifyText( in ClassifyText() function in libtextclassifier3::Annotator
1777 ->ClassifyText(context, selection_indices, options.annotation_usecase, in ClassifyText()
1790 if (contact_engine_ && contact_engine_->ClassifyText( in ClassifyText()
1798 person_name_engine_->ClassifyText(context, selection_indices, in ClassifyText()
1808 installed_app_engine_->ClassifyText(context, selection_indices, in ClassifyText()
1842 number_annotator_->ClassifyText(context_unicode, selection_indices, in ClassifyText()
1851 duration_annotator_->ClassifyText(context_unicode, selection_indices, in ClassifyText()
1861 translate_annotator_->ClassifyText(context_unicode, selection_indices, in ClassifyText()
1869 if (grammar_annotator_ && grammar_annotator_->ClassifyText( in ClassifyText()
1877 pod_ner_annotator_->ClassifyText(context_unicode, selection_indices, in ClassifyText()
1884 vocab_annotator_->ClassifyText( in ClassifyText()
1892 experimental_annotator_->ClassifyText(context_unicode, selection_indices, in ClassifyText()