Class ReplaceOperationNamesRule


public class ReplaceOperationNamesRule extends AbstractSimpleReplaceRule
A rule that suggests better names for technical operation names Loads the relevant words from /ca/replace_operationnames.txt.
  • Field Details

    • wrongWords

      private static final Map<String,List<String>> wrongWords
    • CA_LOCALE

      private static final Locale CA_LOCALE
    • synth

      private CatalanSynthesizer synth
    • PrevToken_POS

      private static final Pattern PrevToken_POS
    • PrevToken_POS_Excep

      private static final Pattern PrevToken_POS_Excep
    • NextToken_POS_Excep

      private static final Pattern NextToken_POS_Excep
    • PUNTUACIO

      private static final Pattern PUNTUACIO
    • DETERMINANT

      private static final Pattern DETERMINANT
  • Constructor Details

  • Method Details