Uses of Class
org.languagetool.rules.SuggestedReplacement
Packages that use SuggestedReplacement
Package
Description
-
Uses of SuggestedReplacement in org.languagetool
Methods in org.languagetool that return types with arguments of type SuggestedReplacementModifier and TypeMethodDescriptionprivate List
<SuggestedReplacement> JLanguageTool.extendSuggestions
(List<SuggestedReplacement> replacements) Method parameters in org.languagetool with type arguments of type SuggestedReplacementModifier and TypeMethodDescriptionprivate List
<SuggestedReplacement> JLanguageTool.extendSuggestions
(List<SuggestedReplacement> replacements) -
Uses of SuggestedReplacement in org.languagetool.rules
Fields in org.languagetool.rules with type parameters of type SuggestedReplacementModifier and TypeFieldDescriptionprivate List
<SuggestedReplacement> RuleMatch.suggestedReplacements
Methods in org.languagetool.rules that return types with arguments of type SuggestedReplacementMethod parameters in org.languagetool.rules with type arguments of type SuggestedReplacementModifier and TypeMethodDescriptionvoid
RuleMatch.setSuggestedReplacementObjects
(List<SuggestedReplacement> replacements) Constructors in org.languagetool.rules with parameters of type SuggestedReplacement -
Uses of SuggestedReplacement in org.languagetool.rules.spelling.morfologik.suggestions_ordering
Methods in org.languagetool.rules.spelling.morfologik.suggestions_ordering that return types with arguments of type SuggestedReplacementModifier and TypeMethodDescriptionSuggestionsOrdererGSoC.orderSuggestions
(List<String> suggestions, String word, AnalyzedSentence sentence, int startPos) Deprecated. -
Uses of SuggestedReplacement in org.languagetool.rules.spelling.suggestions
Methods in org.languagetool.rules.spelling.suggestions that return types with arguments of type SuggestedReplacementModifier and TypeMethodDescriptionorg.apache.commons.lang3.tuple.Pair
<List<SuggestedReplacement>, SortedMap<String, Float>> SuggestionsOrdererFeatureExtractor.computeFeatures
(List<String> suggestions, String word, AnalyzedSentence sentence, int startPos) compute features for training or prediction of a ranking model for suggestionsSuggestionsOrderer.orderSuggestions
(List<String> suggestions, String word, AnalyzedSentence sentence, int startPos) SuggestionsOrdererFeatureExtractor.orderSuggestions
(List<String> suggestions, String word, AnalyzedSentence sentence, int startPos) XGBoostSuggestionsOrderer.orderSuggestions
(List<String> suggestions, String word, AnalyzedSentence sentence, int startPos) Method parameters in org.languagetool.rules.spelling.suggestions with type arguments of type SuggestedReplacementModifier and TypeMethodDescriptionboolean
SuggestionsRanker.shouldAutoCorrect
(List<SuggestedReplacement> rankedSuggestions) Model output should have been calibrated using a precision-recall curve evaluation, so that a threshold for confidence values with sufficiently high precision for auto correction is knownboolean
XGBoostSuggestionsOrderer.shouldAutoCorrect
(List<SuggestedReplacement> rankedSuggestions)