Class CategoryIds


  • public final class CategoryIds
    extends java.lang.Object
    Category ids.
    Since:
    3.3
    • 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.
      • 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
      • 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 Detail

      • CategoryIds

        private CategoryIds()