Package org.languagetool.rules.spelling
Class SuggestionSorter
- java.lang.Object
-
- org.languagetool.rules.spelling.SuggestionSorter
-
public class SuggestionSorter extends Object
Deprecated.still work in progressSort spell checking suggestions by their probability.- Since:
- 3.9
-
-
Constructor Summary
Constructors Constructor Description SuggestionSorter(LanguageModel lm)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<String>
sortSuggestions(List<String> suggestions)
Deprecated.
-
-
-
Constructor Detail
-
SuggestionSorter
public SuggestionSorter(LanguageModel lm)
Deprecated.
-
-