Package org.languagetool.rules
Class CategoryIds
- java.lang.Object
-
- org.languagetool.rules.CategoryIds
-
public final class CategoryIds extends Object
Category ids.- Since:
- 3.3
-
-
Field Summary
Fields Modifier and Type Field 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 languagesstatic 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).
-
-
-
Field Detail
-
TYPOGRAPHY
public static final CategoryId TYPOGRAPHY
-
CASING
public static final CategoryId CASING
Rules about detecting uppercase words where lowercase is required and vice versa.
-
GRAMMAR
public static final CategoryId GRAMMAR
-
TYPOS
public static final CategoryId TYPOS
-
PUNCTUATION
public static final CategoryId PUNCTUATION
-
CONFUSED_WORDS
public static final CategoryId CONFUSED_WORDS
Words that are easily confused, like 'there' and 'their' in English.
-
REDUNDANCY
public static final CategoryId REDUNDANCY
-
STYLE
public static final CategoryId STYLE
-
GENDER_NEUTRALITY
public static final CategoryId GENDER_NEUTRALITY
-
SEMANTICS
public static final CategoryId SEMANTICS
-
COLLOQUIALISMS
public static final CategoryId COLLOQUIALISMS
Colloquial style.
-
WIKIPEDIA
public static final CategoryId WIKIPEDIA
Rules that only make sense when editing Wikipedia (typically turned off by default in LanguageTool).
-
BARBARISM
public static final 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
-
MISC
public static final CategoryId MISC
Miscellaneous rules that don't fit elsewhere.
-
-