- Common ways to obtain Dictionary
private void myMethod () {Dictionary d =
Directory tempDir;String str;InputStream affix;List dictionaries;new Dictionary(tempDir, str, affix, dictionaries, ignoreCase)
HunspellService hunspellService;String locale;hunspellService.getDictionary(locale)
HunspellService hunspellService;Path path;hunspellService.getDictionary(path.getFileName().toString())
- Smart code suggestions by Codota
}
String encoding = getDictionaryEncoding(aff1);
String encoding = getDictionaryEncoding(aff1);