Package org.languagetool.rules
Class CategoryIds
- java.lang.Object
-
- org.languagetool.rules.CategoryIds
-
public final class CategoryIds extends java.lang.ObjectCategory ids.- Since:
- 3.3
-
-
Field Summary
Fields Modifier and Type Field Description static CategoryIdBARBARISMA words or expressions that are badly formed according to traditional philological rules, for example a word formed from elements of different languagesstatic CategoryIdCASINGRules about detecting uppercase words where lowercase is required and vice versa.static CategoryIdCOLLOQUIALISMSColloquial style.static CategoryIdCONFUSED_WORDSWords that are easily confused, like 'there' and 'their' in English.static CategoryIdGENDER_NEUTRALITYstatic CategoryIdGRAMMARstatic CategoryIdMISCMiscellaneous rules that don't fit elsewhere.static CategoryIdPUNCTUATIONstatic CategoryIdREDUNDANCYstatic CategoryIdSEMANTICSstatic CategoryIdSTYLEstatic CategoryIdTYPOGRAPHYstatic CategoryIdTYPOSstatic CategoryIdWIKIPEDIARules that only make sense when editing Wikipedia (typically turned off by default in LanguageTool).
-
Constructor Summary
Constructors Modifier Constructor Description privateCategoryIds()
-
-
-
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.
-
-