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