Home | History | Annotate | Download | only in spellcheck

Lines Matching refs:normalizedScore

282             final float normalizedScore =
284 if (normalizedScore < mSuggestionThreshold) {
316 final float normalizedScore = BinaryDictionary.calcNormalizedScore(
318 hasRecommendedSuggestions = (normalizedScore > mRecommendedThreshold);
350 final float normalizedScore =
353 hasRecommendedSuggestions = (normalizedScore > mRecommendedThreshold);
356 Log.i(TAG, "Normalized score = " + normalizedScore