Searched refs:lemma_num_ (Results 1 – 3 of 3) sorted by relevance
149 lemma_num_ = 0; in DictBuilder()181 lemma_num_ = lma_num; in alloc_resource()182 lemma_arr_ = new LemmaEntry[lemma_num_]; in alloc_resource()188 scis_num_ = lemma_num_ * kMaxLemmaSize; in alloc_resource()197 lma_nodes_ge1_ = new LmaNodeGE1[lemma_num_]; in alloc_resource()199 homo_idx_buf_ = new LemmaIdType[lemma_num_]; in alloc_resource()211 memset(lemma_arr_, 0, sizeof(LemmaEntry) * lemma_num_); in alloc_resource()214 memset(lma_nodes_ge1_, 0, sizeof(LmaNodeGE1) * lemma_num_); in alloc_resource()215 memset(homo_idx_buf_, 0, sizeof(LemmaIdType) * lemma_num_); in alloc_resource()294 for (size_t pos = 0; pos < lemma_num_; pos++) { in get_top_lemmas()[all …]
40 size_t lemma_num_; variable