public interface SuggestionsOrderer
Modifier and Type | Method and Description |
---|---|
boolean |
isMlAvailable() |
List<SuggestedReplacement> |
orderSuggestions(List<String> suggestions,
String word,
AnalyzedSentence sentence,
int startPos) |
default List<String> |
orderSuggestionsUsingModel(List<String> suggestions,
String word,
AnalyzedSentence sentence,
int startPos) |
boolean isMlAvailable()
List<SuggestedReplacement> orderSuggestions(List<String> suggestions, String word, AnalyzedSentence sentence, int startPos)