Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/vocab/
Dvocab-annotator-impl.cc32 : vocab_level_table_(std::move(vocab_level_table)), in VocabAnnotator()
93 if (vocab_level_table_ == nullptr) { in ClassifyTextInternal()
110 const Optional<LookupResult> result = vocab_level_table_->Lookup(lower_token); in ClassifyTextInternal()
Dvocab-annotator-impl.h62 const std::unique_ptr<VocabLevelTable> vocab_level_table_; variable