Uses of Class
org.languagetool.rules.CategoryId
Packages that use CategoryId
-
Uses of CategoryId in org.languagetool
Fields in org.languagetool with type parameters of type CategoryIdModifier and TypeFieldDescriptionprivate final Set<CategoryId> InputSentence.disabledRuleCategoriesprivate final Set<CategoryId> JLanguageTool.disabledRuleCategoriesprivate final Set<CategoryId> InputSentence.enabledRuleCategoriesprivate final Set<CategoryId> JLanguageTool.enabledRuleCategoriesMethods in org.languagetool that return types with arguments of type CategoryIdModifier and TypeMethodDescriptionJLanguageTool.getCategories()Get all rule categories for the current language.Methods in org.languagetool with parameters of type CategoryIdModifier and TypeMethodDescriptionvoidJLanguageTool.disableCategory(CategoryId id) Disable the given rule category so the check methods likeJLanguageTool.check(String)won't use it.voidJLanguageTool.enableRuleCategory(CategoryId id) Enable all rules of the given category so the check methods likeJLanguageTool.check(String)will use it.booleanJLanguageTool.isCategoryDisabled(CategoryId id) Returns true if a category is explicitly disabled. -
Uses of CategoryId in org.languagetool.rules
Fields in org.languagetool.rules declared as CategoryIdModifier and TypeFieldDescriptionstatic final CategoryIdCategoryIds.BARBARISMA words or expressions that are badly formed according to traditional philological rules, for example a word formed from elements of different languagesstatic final CategoryIdCategoryIds.CASINGRules about detecting uppercase words where lowercase is required and vice versa.static final CategoryIdCategoryIds.COLLOQUIALISMSColloquial style.static final CategoryIdCategoryIds.CONFUSED_WORDSWords that are easily confused, like 'there' and 'their' in English.static final CategoryIdCategoryIds.GENDER_NEUTRALITYstatic final CategoryIdCategoryIds.GRAMMARprivate final CategoryIdCategory.idstatic final CategoryIdCategoryIds.MISCMiscellaneous rules that don't fit elsewhere.static final CategoryIdCategoryIds.PUNCTUATIONstatic final CategoryIdCategoryIds.REDUNDANCYstatic final CategoryIdCategoryIds.SEMANTICSstatic final CategoryIdCategoryIds.STYLEstatic final CategoryIdCategoryIds.TYPOGRAPHYstatic final CategoryIdCategoryIds.TYPOSstatic final CategoryIdCategoryIds.WIKIPEDIARules that only make sense when editing Wikipedia (typically turned off by default in LanguageTool).Fields in org.languagetool.rules with type parameters of type CategoryIdModifier and TypeFieldDescriptionprotected Set<CategoryId> LanguageDependentFilter.disabledCategoriesMethods in org.languagetool.rules that return CategoryIdConstructors in org.languagetool.rules with parameters of type CategoryIdModifierConstructorDescriptionCategory(CategoryId id, String name) Category(CategoryId id, String name, Category.Location location) Category(CategoryId id, String name, Category.Location location, boolean onByDefault) Category(CategoryId id, String name, Category.Location location, boolean onByDefault, String tabname) -
Uses of CategoryId in org.languagetool.tools
Method parameters in org.languagetool.tools with type arguments of type CategoryIdModifier and TypeMethodDescriptionstatic voidTools.selectRules(JLanguageTool lt, Set<CategoryId> disabledCategories, Set<CategoryId> enabledCategories, Set<String> disabledRules, Set<String> enabledRules, boolean useEnabledOnly)