Home
last modified time | relevance | path

Searched refs:normalizedScore (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAutoCorrectionUtils.java46 final float normalizedScore = BinaryDictionaryUtils.calcNormalizedScore( in suggestionExceedsThreshold() local
50 + autoCorrectionSuggestionScore + ", " + normalizedScore in suggestionExceedsThreshold()
53 if (normalizedScore >= threshold) { in suggestionExceedsThreshold()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java359 final float normalizedScore = BinaryDictionaryUtils.calcNormalizedScore( in getSuggestionsInfoListWithDebugInfo() local
362 if (normalizedScore > 0) { in getSuggestionsInfoListWithDebugInfo()
364 Locale.ROOT, "%d (%4.2f), %s", cur.mScore, normalizedScore, in getSuggestionsInfoListWithDebugInfo()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidWordLevelSpellCheckerSession.java368 final float normalizedScore = BinaryDictionaryUtils.calcNormalizedScore( in getResult() local
370 final boolean hasRecommendedSuggestions = (normalizedScore > recommendedThreshold); in getResult()