Searched defs:vocab_trie (Results 1 – 1 of 1) sorted by relevance
43 std::unique_ptr<marisa::Trie> vocab_trie(new marisa::Trie); in Create() local52 std::unique_ptr<marisa::Trie> vocab_trie, in VocabLevelTable()