Uses of Interface
org.languagetool.rules.spelling.hunspell.Hunspell.Factory
Packages that use Hunspell.Factory
-
Uses of Hunspell.Factory in org.languagetool.rules.spelling.hunspell
Fields in org.languagetool.rules.spelling.hunspell declared as Hunspell.FactoryModifier and TypeFieldDescriptionprivate static Hunspell.FactoryHunspell.hunspellDictionaryStreamFactoryMethods in org.languagetool.rules.spelling.hunspell that return Hunspell.FactoryModifier and TypeMethodDescriptionprivate static Hunspell.FactoryHunspell.viaTempFiles(BiFunction<Path, Path, HunspellDictionary> factory) Methods in org.languagetool.rules.spelling.hunspell with parameters of type Hunspell.FactoryModifier and TypeMethodDescriptionstatic voidHunspell.setHunspellStreamFactory(Hunspell.Factory factory) Set a custom way to create Hunspell dictionaries, e.g., more efficient or portable than the default, possibly via Apache Lucene.