Class CategoryIds

java.lang.Object
org.languagetool.rules.CategoryIds

public final class CategoryIds extends Object
Category ids.
Since:
3.3
  • Field Details

    • 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.
  • Constructor Details

    • CategoryIds

      private CategoryIds()