public final class CategoryIds extends Object
Modifier and Type | Field and Description |
---|---|
static CategoryId |
BARBARISM
A words or expressions that are badly formed according to traditional philological rules,
for example a word formed from elements of different languages
|
static CategoryId |
CASING
Rules about detecting uppercase words where lowercase is required and vice versa.
|
static CategoryId |
COLLOQUIALISMS
Colloquial style.
|
static CategoryId |
CONFUSED_WORDS
Words that are easily confused, like 'there' and 'their' in English.
|
static CategoryId |
GENDER_NEUTRALITY |
static CategoryId |
GRAMMAR |
static CategoryId |
MISC
Miscellaneous rules that don't fit elsewhere.
|
static CategoryId |
PUNCTUATION |
static CategoryId |
REDUNDANCY |
static CategoryId |
SEMANTICS |
static CategoryId |
STYLE |
static CategoryId |
TYPOGRAPHY |
static CategoryId |
TYPOS |
static CategoryId |
WIKIPEDIA
Rules that only make sense when editing Wikipedia (typically turned off by default in LanguageTool).
|
public static final CategoryId TYPOGRAPHY
public static final CategoryId CASING
public static final CategoryId GRAMMAR
public static final CategoryId TYPOS
public static final CategoryId PUNCTUATION
public static final CategoryId CONFUSED_WORDS
public static final CategoryId REDUNDANCY
public static final CategoryId STYLE
public static final CategoryId GENDER_NEUTRALITY
public static final CategoryId SEMANTICS
public static final CategoryId COLLOQUIALISMS
public static final CategoryId WIKIPEDIA
public static final CategoryId BARBARISM
public static final CategoryId MISC