Class RussianUnpairedBracketsRule


public class RussianUnpairedBracketsRule extends GenericUnpairedBracketsRule
  • Field Details

    • RU_START_SYMBOLS

      private static final List<String> RU_START_SYMBOLS
    • RU_END_SYMBOLS

      private static final List<String> RU_END_SYMBOLS
    • NUMERALS_RU

      private static final Pattern NUMERALS_RU
  • Constructor Details

    • RussianUnpairedBracketsRule

      public RussianUnpairedBracketsRule(ResourceBundle messages, Language language)
  • Method Details

    • getId

      public String getId()
      Description copied from class: Rule
      A string used to identify the rule in e.g. configuration files. This string is supposed to be unique and to stay the same in all upcoming versions of LanguageTool. It's supposed to contain only the characters A-Z and the underscore.
      Overrides:
      getId in class GenericUnpairedBracketsRule