Class DumontsHunspellDictionary

java.lang.Object
org.languagetool.rules.spelling.hunspell.DumontsHunspellDictionary
All Implemented Interfaces:
Closeable, AutoCloseable, HunspellDictionary

public class DumontsHunspellDictionary extends Object implements HunspellDictionary
  • Field Details

    • hunspell

      private final dumonts.hunspell.Hunspell hunspell
    • closed

      private boolean closed
  • Constructor Details

    • DumontsHunspellDictionary

      public DumontsHunspellDictionary(Path dictionary, Path affix)
  • Method Details