HomeSort by relevance Sort by last modified time
    Searched refs:total_freq (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
ngram.cpp 249 double total_freq = 0; local
255 total_freq += freqs[0];
268 total_freq += freqs[idx_now];
276 freqs[pos] = freqs[pos] / total_freq;
matrixsearch.cpp 647 size_t total_freq = user_dict_->get_total_lemma_count(); local
648 dict_trie_->set_total_lemma_count_of_others(total_freq);
    [all...]

Completed in 39 milliseconds