Package org.languagetool.rules
Class CategoryIds
java.lang.Object
org.languagetool.rules.CategoryIds
Category ids.
- Since:
- 3.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CategoryIdA words or expressions that are badly formed according to traditional philological rules, for example a word formed from elements of different languagesstatic final CategoryIdRules about detecting uppercase words where lowercase is required and vice versa.static final CategoryIdColloquial style.static final CategoryIdWords that are easily confused, like 'there' and 'their' in English.static final CategoryIdstatic final CategoryIdstatic final CategoryIdMiscellaneous rules that don't fit elsewhere.static final CategoryIdstatic final CategoryIdstatic final CategoryIdstatic final CategoryIdstatic final CategoryIdstatic final CategoryIdstatic final CategoryIdRules that only make sense when editing Wikipedia (typically turned off by default in LanguageTool). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPOGRAPHY
-
CASING
Rules about detecting uppercase words where lowercase is required and vice versa. -
GRAMMAR
-
TYPOS
-
PUNCTUATION
-
CONFUSED_WORDS
Words that are easily confused, like 'there' and 'their' in English. -
REDUNDANCY
-
STYLE
-
GENDER_NEUTRALITY
-
SEMANTICS
-
COLLOQUIALISMS
Colloquial style. -
WIKIPEDIA
Rules that only make sense when editing Wikipedia (typically turned off by default in LanguageTool). -
BARBARISM
A words or expressions that are badly formed according to traditional philological rules, for example a word formed from elements of different languages -
MISC
Miscellaneous rules that don't fit elsewhere.
-
-
Constructor Details
-
CategoryIds
private CategoryIds()
-