Uses of Interface
org.languagetool.rules.spelling.suggestions.SuggestionsOrderer
-
-
Uses of SuggestionsOrderer in org.languagetool.rules.spelling
Methods in org.languagetool.rules.spelling with parameters of type SuggestionsOrderer Modifier and Type Method Description protected static void
SpellingCheckRule. addSuggestionsToRuleMatch(String word, List<String> userCandidates, List<String> candidates, @Nullable SuggestionsOrderer orderer, RuleMatch match)
-
Uses of SuggestionsOrderer in org.languagetool.rules.spelling.hunspell
Fields in org.languagetool.rules.spelling.hunspell declared as SuggestionsOrderer Modifier and Type Field Description protected SuggestionsOrderer
HunspellRule. suggestionsOrderer
-
Uses of SuggestionsOrderer in org.languagetool.rules.spelling.morfologik.suggestions_ordering
Classes in org.languagetool.rules.spelling.morfologik.suggestions_ordering that implement SuggestionsOrderer Modifier and Type Class Description class
SuggestionsOrdererGSoC
Deprecated. -
Uses of SuggestionsOrderer in org.languagetool.rules.spelling.suggestions
Subinterfaces of SuggestionsOrderer in org.languagetool.rules.spelling.suggestions Modifier and Type Interface Description interface
SuggestionsRanker
Implementing classes must provide confidence values with the SuggestedReplacement objects returned by orderSuggestionsClasses in org.languagetool.rules.spelling.suggestions that implement SuggestionsOrderer Modifier and Type Class Description class
SuggestionsOrdererFeatureExtractor
Computes features that can be stored for training a model to rank suggestions, or when using the same model for prediction Used directly by SuggestionChangesTest for the former, and as a superclass for the latterclass
XGBoostSuggestionsOrderer
-