Uses of Package
org.languagetool.rules.spelling.suggestions
-
Classes in org.languagetool.rules.spelling.suggestions used by org.languagetool.rules.spelling Class Description SuggestionsOrderer -
Classes in org.languagetool.rules.spelling.suggestions used by org.languagetool.rules.spelling.hunspell Class Description SuggestionsOrderer -
Classes in org.languagetool.rules.spelling.suggestions used by org.languagetool.rules.spelling.morfologik.suggestions_ordering Class Description SuggestionsOrderer -
Classes in org.languagetool.rules.spelling.suggestions used by org.languagetool.rules.spelling.suggestions Class Description SuggestionChangesExperiment SuggestionsChanges Helper class for SuggestionChangesTest, tracks experiment configuration and results Rules should use getInstance() != null -> getInstance().getCurrentExperiment() in constructors to fetch relevant parameters Use isRunningExperiment if no parameters are neededSuggestionsOrderer 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 latterSuggestionsRanker Implementing classes must provide confidence values with the SuggestedReplacement objects returned by orderSuggestions