Home
last modified time | relevance | path

Searched refs:VocabAnnotator (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/native/annotator/vocab/
Dvocab-annotator-impl.cc27 VocabAnnotator::VocabAnnotator( in VocabAnnotator() function in libtextclassifier3::VocabAnnotator
38 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()
Dvocab-annotator-impl.h32 class VocabAnnotator {
34 static std::unique_ptr<VocabAnnotator> Create(
49 explicit VocabAnnotator(std::unique_ptr<VocabLevelTable> vocab_level_table,
/external/libtextclassifier/native/annotator/
Dannotator.h537 std::unique_ptr<const VocabAnnotator> vocab_annotator_;
Dannotator.cc495 vocab_annotator_ = VocabAnnotator::Create( in ValidateAndInitialize()