Uses of Class
opennlp.tools.util.DictionaryCatalog
Packages that use DictionaryCatalog
Package
Description
-
Uses of DictionaryCatalog in opennlp.tools.stemmer.hunspell
Methods in opennlp.tools.stemmer.hunspell with parameters of type DictionaryCatalogModifier and TypeMethodDescriptionstatic voidHunspellDictionaryDownload.downloadFromCatalog(DictionaryCatalog catalog, String dictionaryId, Path targetDirectory) Downloads the cataloged.aff,.dic, and readme files fordictionaryIdintotargetDirectory. -
Uses of DictionaryCatalog in opennlp.tools.tokenize.lattice
Methods in opennlp.tools.tokenize.lattice with parameters of type DictionaryCatalogModifier and TypeMethodDescriptionstatic intMecabDictionaryInstaller.installFromCatalog(DictionaryCatalog catalog, String dictionaryId, Path targetDirectory) Downloads a dictionary named in an application-suppliedDictionaryCatalogand unpacks it. -
Uses of DictionaryCatalog in opennlp.tools.util
Methods in opennlp.tools.util that return DictionaryCatalogModifier and TypeMethodDescriptionstatic DictionaryCatalogDictionaryCatalog.load(InputStream in) Loads a catalog from a properties stream.