Searched refs:MAX_TERMINAL_FREQUENCY (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java298 static final int MAX_TERMINAL_FREQUENCY = 255; field in class:FormatSpec
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictEncoderUtils.java673 // divide our range [unigramFreq..MAX_TERMINAL_FREQUENCY] in 16.5 steps to get the
680 // MAX_TERMINAL_FREQUENCY - unigramFreq by 16.5 likewise to get the value of the step,
685 (FormatSpec.MAX_TERMINAL_FREQUENCY - unigramFrequency)
749 if (DBG && ptNode.getProbability() > FormatSpec.MAX_TERMINAL_FREQUENCY) {
751 + FormatSpec.MAX_TERMINAL_FREQUENCY
H A DBinaryDictIOUtils.java301 final float stepSize = (FormatSpec.MAX_TERMINAL_FREQUENCY - unigramFrequency)
H A DFusionDictionary.java405 assert(probabilityInfo.mProbability <= FormatSpec.MAX_TERMINAL_FREQUENCY);

Completed in 47 milliseconds