Uses of Interface
org.languagetool.rules.spelling.hunspell.HunspellDictionary
Packages that use HunspellDictionary
-
Uses of HunspellDictionary in org.languagetool.rules.spelling.hunspell
Classes in org.languagetool.rules.spelling.hunspell that implement HunspellDictionaryFields in org.languagetool.rules.spelling.hunspell declared as HunspellDictionaryFields in org.languagetool.rules.spelling.hunspell with type parameters of type HunspellDictionaryModifier and TypeFieldDescriptionprivate static BiFunction<Path, Path, HunspellDictionary> Hunspell.hunspellDictionaryFactoryprivate static final Map<Hunspell.LanguageAndPath, HunspellDictionary> Hunspell.mapMethods in org.languagetool.rules.spelling.hunspell that return HunspellDictionaryModifier and TypeMethodDescriptiondefault HunspellDictionaryHunspell.Factory.createFromLocalFiles(String languageCode, Path dictionary, Path affix) An equivalent ofHunspell.Factory.createFromStreams(String, InputStream, InputStream)that can be used if the caller is sure that the Hunspell dictionaries are located in the files in the local file system.Hunspell.Factory.createFromStreams(String languageCode, InputStream dictionary, InputStream affix) Create a Hunspell dictionary from the given streams.static HunspellDictionaryHunspell.forDictionaryInResources(String language) static HunspellDictionaryHunspell.forDictionaryInResources(String language, String resourcePath) static HunspellDictionaryHunspell.forDictionaryInResources(String language, String dicPath, String affPath) static HunspellDictionaryHunspell.getDictionary(Path dictionary, Path affix) Method parameters in org.languagetool.rules.spelling.hunspell with type arguments of type HunspellDictionaryModifier and TypeMethodDescriptionstatic voidHunspell.setHunspellDictionaryFactory(BiFunction<Path, Path, HunspellDictionary> factory) Deprecated.private static Hunspell.FactoryHunspell.viaTempFiles(BiFunction<Path, Path, HunspellDictionary> factory)
Hunspell.setHunspellStreamFactory(org.languagetool.rules.spelling.hunspell.Hunspell.Factory)