Uses of Interface
org.languagetool.rules.spelling.suggestions.SuggestionsOrderer
Packages that use SuggestionsOrderer
-
Uses of SuggestionsOrderer in org.languagetool.rules.spelling
Fields in org.languagetool.rules.spelling declared as SuggestionsOrdererMethods in org.languagetool.rules.spelling with parameters of type SuggestionsOrdererModifier and TypeMethodDescriptionprotected static voidSpellingCheckRule.addSuggestionsToRuleMatch(String word, List<SuggestedReplacement> userCandidatesList, List<SuggestedReplacement> candidatesList, SuggestionsOrderer orderer, RuleMatch match) -
Uses of SuggestionsOrderer in org.languagetool.rules.spelling.suggestions
Subinterfaces of SuggestionsOrderer in org.languagetool.rules.spelling.suggestionsModifier and TypeInterfaceDescriptioninterfaceImplementing classes must provide confidence values with the SuggestedReplacement objects returned by orderSuggestionsClasses in org.languagetool.rules.spelling.suggestions that implement SuggestionsOrdererModifier and TypeClassDescriptionclassComputes 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 latter