Uses of Class
com.inet.jortho.Suggestions
-
Packages that use Suggestions Package Description com.inet.jortho This package implements the spell checker JOrtho. -
-
Uses of Suggestions in com.inet.jortho
Methods in com.inet.jortho with parameters of type Suggestions Modifier and Type Method Description private void
DictionaryBase. searchSuggestions(Suggestions list, java.lang.CharSequence chars, int charPosition, int lastIdx, int diff)
It will search with different rules for similar words.private void
DictionaryBase. searchSuggestionsLonger(Suggestions list, java.lang.CharSequence chars, int lastIdx, int diff)
-