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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 299 static final int MAX_BIGRAM_FREQUENCY = 15;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 302 / (1.5f + FormatSpec.MAX_BIGRAM_FREQUENCY);
BinaryDictEncoderUtils.java 686 / (1.5f + FormatSpec.MAX_BIGRAM_FREQUENCY);
    [all...]

Completed in 54 milliseconds