Class SuggestionsOrdererGSoC
- java.lang.Object
-
- org.languagetool.rules.spelling.morfologik.suggestions_ordering.SuggestionsOrdererGSoC
-
- All Implemented Interfaces:
SuggestionsOrderer
@Deprecated public class SuggestionsOrdererGSoC extends Object implements SuggestionsOrderer
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description SuggestionsOrdererGSoC(Language language, LanguageModel languageModel, String ruleId)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isMlAvailable()
Deprecated.List<SuggestedReplacement>
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, wait
-
Methods inherited from interface org.languagetool.rules.spelling.suggestions.SuggestionsOrderer
orderSuggestionsUsingModel
-
-
-
-
Constructor Detail
-
SuggestionsOrdererGSoC
public SuggestionsOrdererGSoC(Language language, LanguageModel languageModel, String ruleId)
Deprecated.
-
-
Method Detail
-
isMlAvailable
public boolean isMlAvailable()
Deprecated.- Specified by:
isMlAvailable
in interfaceSuggestionsOrderer
-
orderSuggestions
public List<SuggestedReplacement> orderSuggestions(List<String> suggestions, String word, AnalyzedSentence sentence, int startPos)
Deprecated.- Specified by:
orderSuggestions
in interfaceSuggestionsOrderer
-
-