Package | Description |
---|---|
org.languagetool.rules |
Modifier and Type | Field and Description |
---|---|
static Categories |
Categories.CASING
Rules about detecting uppercase words where lowercase is required and vice versa.
|
static Categories |
Categories.COLLOQUIALISMS
Colloquial style.
|
static Categories |
Categories.COMPOUNDING
Rules about spelling terms as one word or as as separate words.
|
static Categories |
Categories.CONFUSED_WORDS
Words that are easily confused, like 'there' and 'their' in English.
|
static Categories |
Categories.FALSE_FRIENDS
False friends: words easily confused by language learners because a similar word exists in their native language.
|
static Categories |
Categories.GENDER_NEUTRALITY |
static Categories |
Categories.GRAMMAR |
static Categories |
Categories.MISC
Miscellaneous rules that don't fit elsewhere.
|
static Categories |
Categories.PLAIN_ENGLISH
Created to match PLAIN_ENGLISH XML category.
|
static Categories |
Categories.PUNCTUATION |
static Categories |
Categories.REDUNDANCY |
static Categories |
Categories.REGIONALISMS
Regionalisms: words used only in another language variant or used with different meanings.
|
static Categories |
Categories.REPETITIONS |
static Categories |
Categories.REPETITIONS_STYLE |
static Categories |
Categories.SEMANTICS
Logic, content, and consistency problems.
|
static Categories |
Categories.STYLE
General style issues not covered by other categories, like overly verbose wording.
|
static Categories |
Categories.TYPOGRAPHY
Problems like incorrectly used dash or quote characters.
|
static Categories |
Categories.TYPOS
Spelling issues.
|
static Categories |
Categories.WIKIPEDIA
Rules that only make sense when editing Wikipedia (typically turned off by default in LanguageTool).
|