Searched refs:VocabLevelTable (Results 1 – 4 of 4) sorted by relevance
30 std::unique_ptr<VocabLevelTable> VocabLevelTable::Create( in Create()46 return std::unique_ptr<VocabLevelTable>(new VocabLevelTable( in Create()51 VocabLevelTable::VocabLevelTable(const VocabModel* model, in VocabLevelTable() function in libtextclassifier3::VocabLevelTable60 Optional<LookupResult> VocabLevelTable::Lookup(const std::string& vocab) const { in Lookup()
37 class VocabLevelTable {39 static std::unique_ptr<VocabLevelTable> Create(const VocabModel* model);44 explicit VocabLevelTable(const VocabModel* model,
28 std::unique_ptr<VocabLevelTable> vocab_level_table, in VocabAnnotator()41 std::unique_ptr<VocabLevelTable> vocab_lebel_table = in Create()42 VocabLevelTable::Create(model); in Create()
49 explicit VocabAnnotator(std::unique_ptr<VocabLevelTable> vocab_level_table,62 const std::unique_ptr<VocabLevelTable> vocab_level_table_;