Uses of Package
net.sf.extjwnl.dictionary.file

Packages that use net.sf.extjwnl.dictionary.file
net.sf.extjwnl.dictionary Classes for accessing dictionary information. 
net.sf.extjwnl.dictionary.file Classes for accessing files that contain dictionary information. 
net.sf.extjwnl.dictionary.file_manager Classes used by FileBackedDictionary to interface with the filesystem. 
net.sf.extjwnl.princeton.file Implementations of DictionaryFile used by the various classes of Dictionary to access dictionary files using the naming convention used in Princeton's release of WordNet. 
 

Classes in net.sf.extjwnl.dictionary.file used by net.sf.extjwnl.dictionary
DictionaryFileType
          Instances of this class specify the different types of dictionary files (the different classes of dictionary files.
 

Classes in net.sf.extjwnl.dictionary.file used by net.sf.extjwnl.dictionary.file
DictionaryCatalog
          A container for the files associated with a catalog (the index, data, and exception files associated with a POS).
DictionaryFile
          Represents a single dictionary file.
DictionaryFileType
          Instances of this class specify the different types of dictionary files (the different classes of dictionary files.
 

Classes in net.sf.extjwnl.dictionary.file used by net.sf.extjwnl.dictionary.file_manager
DictionaryFileType
          Instances of this class specify the different types of dictionary files (the different classes of dictionary files.
RandomAccessDictionaryFile
          DictionaryFile that reads lines from a random-access text file.
 

Classes in net.sf.extjwnl.dictionary.file used by net.sf.extjwnl.princeton.file
AbstractDictionaryFile
          Abstract implementation of DictionaryFile.
DictionaryFile
          Represents a single dictionary file.
DictionaryFileFactory
          A dictionary file factory.
DictionaryFileType
          Instances of this class specify the different types of dictionary files (the different classes of dictionary files.
ObjectDictionaryFile
          DictionaryFile that reads and writes serialized objects.
RandomAccessDictionaryFile
          DictionaryFile that reads lines from a random-access text file.
 



Copyright © 2011. All Rights Reserved.