Uses of Class
org.languagetool.rules.spelling.hunspell.Hunspell
Packages that use Hunspell
-
Uses of Hunspell in org.languagetool.rules.spelling.hunspell
Fields in org.languagetool.rules.spelling.hunspell declared as HunspellModifier and TypeFieldDescriptionprivate static HunspellHunspell.hunspellThe Singleton instance of HunspellMethods in org.languagetool.rules.spelling.hunspell that return HunspellModifier and TypeMethodDescriptionstatic HunspellHunspell.getInstance()The instance of the HunspellManager, looks for the native lib in the default directoriesstatic HunspellHunspell.getInstance(String libDir) The instance of the HunspellManager, looks for the native lib in the directory specified.