Class DictionaryCatalogSet

java.lang.Object
net.didion.jwnl.dictionary.file.DictionaryCatalogSet

public class DictionaryCatalogSet extends Object
Simple container for DictionaryCatalogs that allows a DictionaryFile to be retrieved by its POS and DictionaryFileType.
  • Field Details

    • _catalogs

      private Map _catalogs
  • Constructor Details

    • DictionaryCatalogSet

      public DictionaryCatalogSet(String path, Class dictionaryFileType)
      Creates a catalog set of the specified type of file using files in the specified dictionary directory.
  • Method Details