Searched refs:VocabAnnotator (Results 1 – 4 of 4) sorted by relevance
27 VocabAnnotator::VocabAnnotator( in VocabAnnotator() function in libtextclassifier3::VocabAnnotator38 std::unique_ptr<VocabAnnotator> VocabAnnotator::Create( in Create()55 return std::unique_ptr<VocabAnnotator>( in Create()56 new VocabAnnotator(std::move(vocab_lebel_table), triggering_locales, in Create()60 bool VocabAnnotator::Annotate( in Annotate()78 bool VocabAnnotator::ClassifyText( in ClassifyText()88 bool VocabAnnotator::ClassifyTextInternal( in ClassifyTextInternal()
32 class VocabAnnotator {34 static std::unique_ptr<VocabAnnotator> Create(49 explicit VocabAnnotator(std::unique_ptr<VocabLevelTable> vocab_level_table,
537 std::unique_ptr<const VocabAnnotator> vocab_annotator_;
495 vocab_annotator_ = VocabAnnotator::Create( in ValidateAndInitialize()