Class MorfologikPolishSpellerRule


public final class MorfologikPolishSpellerRule extends MorfologikSpellerRule
  • Field Details

    • RESOURCE_FILENAME

      private static final String RESOURCE_FILENAME
      See Also:
    • POLISH_TOKENIZING_CHARS

      private static final Pattern POLISH_TOKENIZING_CHARS
    • prefixes

      private static final Set<String> prefixes
      The set of prefixes that are not allowed to be split in the suggestions.
    • bannedSuffixes

      private static final Set<String> bannedSuffixes
      non-word suffixes that should not be suggested (only morphological endings, never after a space)
    • userConfig

      private final UserConfig userConfig
  • Constructor Details

  • Method Details