Uses of Class
org.languagetool.rules.spelling.hunspell.Hunspell
-
Packages that use Hunspell Package Description org.languagetool.rules.spelling.hunspell -
-
Uses of Hunspell in org.languagetool.rules.spelling.hunspell
Fields in org.languagetool.rules.spelling.hunspell declared as Hunspell Modifier and Type Field Description private static Hunspell
Hunspell. hunspell
The Singleton instance of HunspellMethods in org.languagetool.rules.spelling.hunspell that return Hunspell Modifier and Type Method Description static Hunspell
Hunspell. getInstance()
The instance of the HunspellManager, looks for the native lib in the default directoriesstatic Hunspell
Hunspell. getInstance(java.lang.String libDir)
The instance of the HunspellManager, looks for the native lib in the directory specified.
-