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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AutoCorrectionUtils.java 46 final float normalizedScore = BinaryDictionaryUtils.calcNormalizedScore(
50 + autoCorrectionSuggestionScore + ", " + normalizedScore
53 if (normalizedScore >= threshold) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 359 final float normalizedScore = BinaryDictionaryUtils.calcNormalizedScore(
362 if (normalizedScore > 0) {
364 Locale.ROOT, "%d (%4.2f), %s", cur.mScore, normalizedScore,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 368 final float normalizedScore = BinaryDictionaryUtils.calcNormalizedScore(
370 final boolean hasRecommendedSuggestions = (normalizedScore > recommendedThreshold);

Completed in 67 milliseconds