Uses of Class
org.languagetool.rules.Categories
Packages that use Categories
-
Uses of Categories in org.languagetool.rules
Fields in org.languagetool.rules declared as CategoriesModifier and TypeFieldDescriptionstatic final Categories
Categories.CASING
Rules about detecting uppercase words where lowercase is required and vice versa.static final Categories
Categories.COLLOQUIALISMS
Colloquial style.static final Categories
Categories.COMPOUNDING
Rules about spelling terms as one word or as as separate words.static final Categories
Categories.CONFUSED_WORDS
Words that are easily confused, like 'there' and 'their' in English.static final Categories
Categories.FALSE_FRIENDS
False friends: words easily confused by language learners because a similar word exists in their native language.static final Categories
Categories.GENDER_NEUTRALITY
static final Categories
Categories.GRAMMAR
static final Categories
Categories.MISC
Miscellaneous rules that don't fit elsewhere.static final Categories
Categories.PLAIN_ENGLISH
Created to match PLAIN_ENGLISH XML category.static final Categories
Categories.PUNCTUATION
static final Categories
Categories.REDUNDANCY
static final Categories
Categories.REGIONALISMS
Regionalisms: words used only in another language variant or used with different meanings.static final Categories
Categories.REPETITIONS
static final Categories
Categories.SEMANTICS
Logic, content, and consistency problems.static final Categories
Categories.STYLE
General style issues not covered by other categories, like overly verbose wording.static final Categories
Categories.TYPOGRAPHY
Problems like incorrectly used dash or quote characters.static final Categories
Categories.TYPOS
Spelling issues.static final Categories
Categories.WIKIPEDIA
Rules that only make sense when editing Wikipedia (typically turned off by default in LanguageTool).Methods in org.languagetool.rules that return Categories