Class SuggestionsOrdererGSoC
java.lang.Object
org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC
- All Implemented Interfaces:
SuggestionsOrderer
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionSuggestionsOrdererGSoC(Language language, LanguageModel languageModel, String ruleId) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.orderSuggestions(List<String> suggestions, String word, AnalyzedSentence sentence, int startPos) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.languagetool.rules.spelling.suggestions.SuggestionsOrderer
orderSuggestionsUsingModel
-
Constructor Details
-
SuggestionsOrdererGSoC
Deprecated.
-
-
Method Details
-
isMlAvailable
public boolean isMlAvailable()Deprecated.- Specified by:
isMlAvailablein interfaceSuggestionsOrderer
-
orderSuggestions
public List<SuggestedReplacement> orderSuggestions(List<String> suggestions, String word, AnalyzedSentence sentence, int startPos) Deprecated.- Specified by:
orderSuggestionsin interfaceSuggestionsOrderer
-