| Package | Description |
|---|---|
| org.languagetool.rules.spelling | |
| org.languagetool.rules.spelling.suggestions |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
SpellingCheckRule.addSuggestionsToRuleMatch(String word,
List<SuggestedReplacement> userCandidatesList,
List<SuggestedReplacement> candidatesList,
SuggestionsOrderer orderer,
RuleMatch match) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SuggestionsRanker
Implementing classes must provide confidence values with the SuggestedReplacement objects returned by orderSuggestions
|
| Modifier and Type | Class and 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 latter
|