Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidWordLevelSpellCheckerSession.java369 final String bestSuggestion = suggestions.get(0); in getResult() local
371 originalText, bestSuggestion.toString(), bestScore); in getResult()
374 Log.i(TAG, "Best suggestion : " + bestSuggestion + ", score " + bestScore); in getResult()