Package org.languagetool.rules
Class CategoryIds
java.lang.Object
org.languagetool.rules.CategoryIds
Category ids.
- Since:
- 3.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CategoryId
A words or expressions that are badly formed according to traditional philological rules, for example a word formed from elements of different languagesstatic final CategoryId
Rules about detecting uppercase words where lowercase is required and vice versa.static final CategoryId
Colloquial style.static final CategoryId
Words that are easily confused, like 'there' and 'their' in English.static final CategoryId
static final CategoryId
static final CategoryId
Miscellaneous rules that don't fit elsewhere.static final CategoryId
static final CategoryId
static final CategoryId
static final CategoryId
static final CategoryId
static final CategoryId
static final CategoryId
Rules 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()
-