Uses of Interface
org.languagetool.rules.spelling.suggestions.SuggestionsOrderer
-
-
Uses of SuggestionsOrderer in org.languagetool.rules.spelling
Fields in org.languagetool.rules.spelling declared as SuggestionsOrderer Modifier and Type Field Description private SuggestionsOrdererSymSpellRule. ordererMethods in org.languagetool.rules.spelling with parameters of type SuggestionsOrderer Modifier and Type Method Description protected static voidSpellingCheckRule. addSuggestionsToRuleMatch(java.lang.String word, java.util.List<java.lang.String> userCandidates, java.util.List<java.lang.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 SuggestionsOrdererHunspellRule. suggestionsOrderer -
Uses of SuggestionsOrderer in org.languagetool.rules.spelling.morfologik
Fields in org.languagetool.rules.spelling.morfologik declared as SuggestionsOrderer Modifier and Type Field Description private SuggestionsOrdererMorfologikSpellerRule. 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 classSuggestionsOrdererGSoCDeprecated. -
Uses of SuggestionsOrderer in org.languagetool.rules.spelling.suggestions
Subinterfaces of SuggestionsOrderer in org.languagetool.rules.spelling.suggestions Modifier and Type Interface Description interfaceSuggestionsRankerImplementing 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 classSuggestionsOrdererFeatureExtractorComputes 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 latterclassXGBoostSuggestionsOrderer
-