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.cc28 std::unique_ptr<VocabLevelTable> vocab_level_table, in VocabAnnotator() argument
32 : vocab_level_table_(std::move(vocab_level_table)), in VocabAnnotator()
Dvocab-annotator-impl.h49 explicit VocabAnnotator(std::unique_ptr<VocabLevelTable> vocab_level_table,