Uses of Class
org.languagetool.rules.spelling.hunspell.Hunspell.Dictionary
-
Packages that use Hunspell.Dictionary Package Description org.languagetool.rules.spelling.hunspell -
-
Uses of Hunspell.Dictionary in org.languagetool.rules.spelling.hunspell
Fields in org.languagetool.rules.spelling.hunspell declared as Hunspell.Dictionary Modifier and Type Field Description protected Hunspell.Dictionary
HunspellRule. hunspellDict
Fields in org.languagetool.rules.spelling.hunspell with type parameters of type Hunspell.Dictionary Modifier and Type Field Description private java.util.HashMap<java.lang.String,Hunspell.Dictionary>
Hunspell. map
This is the cache where we keep the already loaded dictionaries aroundMethods in org.languagetool.rules.spelling.hunspell that return Hunspell.Dictionary Modifier and Type Method Description Hunspell.Dictionary
Hunspell. getDictionary(java.lang.String baseFileName)
Gets an instance of the dictionary.
-