| Class and Description |
|---|
| org.languagetool.tools.RuleMatchAsXmlSerializer
don't use for new use cases, the only place this should still be used is for the API mode of the command-line client (deprecated since 3.5)
|
| org.languagetool.rules.spelling.SuggestionSorter
still work in progress
|
| Field and Description |
|---|
| org.languagetool.rules.ngrams.ConfusionProbabilityRule.RULE_ID
not used anymore, the id is now more specific (like
CONFUSION_RULE_TERM1_TERM2) |
| Constructor and Description |
|---|
| org.languagetool.rules.CommaWhitespaceRule(ResourceBundle)
use
CommaWhitespaceRule.CommaWhitespaceRule(ResourceBundle, IncorrectExample, CorrectExample) instead (deprecated since 3.3) |
| org.languagetool.rules.RuleMatch(Rule, int, int, String)
use a constructor that also takes an
AnalyzedSentence parameter (deprecated since 4.0) |
| org.languagetool.rules.RuleMatch(Rule, int, int, String, String, boolean, String)
use a constructor that also takes an
AnalyzedSentence parameter (deprecated since 4.0) |
| org.languagetool.rules.UppercaseSentenceStartRule(ResourceBundle, Language)
use
UppercaseSentenceStartRule.UppercaseSentenceStartRule(ResourceBundle, Language, IncorrectExample, CorrectExample) instead (deprecated since 3.3) |