Class Hunspell.LanguageAndPath

java.lang.Object
org.languagetool.rules.spelling.hunspell.Hunspell.LanguageAndPath
Enclosing class:
Hunspell

static class Hunspell.LanguageAndPath extends Object
  • Field Details

    • dictionary

      private final Path dictionary
    • affix

      private final Path affix
  • Constructor Details

    • LanguageAndPath

      LanguageAndPath(Path dictionary, Path affix)
  • Method Details