HomeSort by relevance Sort by last modified time
    Searched full:max_freq (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
ngram.cpp 271 double max_freq = 0; local
278 if (freqs[pos] > max_freq)
279 max_freq = freqs[pos];

Completed in 31 milliseconds