Searched refs:total_freq (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dngram.cpp249 double total_freq = 0; local
255 total_freq += freqs[0];
268 total_freq += freqs[idx_now];
276 freqs[pos] = freqs[pos] / total_freq;
H A Dmatrixsearch.cpp647 size_t total_freq = user_dict_->get_total_lemma_count(); local
648 dict_trie_->set_total_lemma_count_of_others(total_freq);

Completed in 94 milliseconds