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 CategoriesCategories.CASINGRules about detecting uppercase words where lowercase is required and vice versa.static final CategoriesCategories.COLLOQUIALISMSColloquial style.static final CategoriesCategories.COMPOUNDINGRules about spelling terms as one word or as as separate words.static final CategoriesCategories.CONFUSED_WORDSWords that are easily confused, like 'there' and 'their' in English.static final CategoriesCategories.FALSE_FRIENDSFalse friends: words easily confused by language learners because a similar word exists in their native language.static final CategoriesCategories.GENDER_NEUTRALITYstatic final CategoriesCategories.GRAMMARstatic final CategoriesCategories.MISCMiscellaneous rules that don't fit elsewhere.static final CategoriesCategories.PLAIN_ENGLISHCreated to match PLAIN_ENGLISH XML category.static final CategoriesCategories.PUNCTUATIONstatic final CategoriesCategories.REDUNDANCYstatic final CategoriesCategories.REGIONALISMSRegionalisms: words used only in another language variant or used with different meanings.static final CategoriesCategories.REPETITIONSstatic final CategoriesCategories.SEMANTICSLogic, content, and consistency problems.static final CategoriesCategories.STYLEGeneral style issues not covered by other categories, like overly verbose wording.static final CategoriesCategories.TYPOGRAPHYProblems like incorrectly used dash or quote characters.static final CategoriesCategories.TYPOSSpelling issues.static final CategoriesCategories.WIKIPEDIARules that only make sense when editing Wikipedia (typically turned off by default in LanguageTool).Methods in org.languagetool.rules that return Categories