Uses of Package
net.didion.jwnl.data

Packages that use net.didion.jwnl.data
net.didion.jwnl.data Classes for extracting and containing data from the dictionary. 
net.didion.jwnl.data.list Lists and associated classes that hold the results of relationship operations. 
net.didion.jwnl.data.relationship Tools for finding pointer relationships between words. 
net.didion.jwnl.dictionary Classes for acessing dictionary information. 
net.didion.jwnl.dictionary.database Classes for accessing databases that contain dictionary information. 
net.didion.jwnl.dictionary.file Classes for accessing files that contain dictionary information. 
net.didion.jwnl.dictionary.file_manager Classes used by FileBackedDictionary to interface with the filesystem. 
net.didion.jwnl.dictionary.morph   
net.didion.jwnl.princeton.data Implementations of DictionaryElementFactory for Princeton's release of WordNet. 
net.didion.jwnl.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.didion.jwnl.data used by net.didion.jwnl.data
Adjective.AdjectivePosition
          Adjective positions denote a restriction on the on the syntactic position the adjective may have in relation to noun that it modifies.
DictionaryElement
          Any class that represents an element contained in the dictionary (IndexWords, Synsets, and Exceptions) must implement this interface.
DictionaryElementType
          WordNet contains different file types, index, synset data, and exception files.
Exc
          Represents an entry in an exception file.
IndexWord
          An IndexWord represents a line of the pos.index file.
Pointer
          A Pointer encodes a lexical or semantic relationship between WordNet entities.
PointerTarget
          A PointerTarget is the source or target of a Pointer.
PointerType
          Instances of this class enumerate the possible WordNet pointer types, and are used to label PointerTypes.
PointerUtils
          This class constains static methods for performing various pointer operations.
POS
          Instances of this class enumerate the possible major syntactic categories, or Part's Of Speech.
Synset
          A Synset, or synonym set, represents a line of a WordNet pos.data file.
Word
          A Word represents the lexical information related to a specific sense of an IndexWord.
 

Classes in net.didion.jwnl.data used by net.didion.jwnl.data.list
PointerTarget
          A PointerTarget is the source or target of a Pointer.
PointerType
          Instances of this class enumerate the possible WordNet pointer types, and are used to label PointerTypes.
Synset
          A Synset, or synonym set, represents a line of a WordNet pos.data file.
Word
          A Word represents the lexical information related to a specific sense of an IndexWord.
 

Classes in net.didion.jwnl.data used by net.didion.jwnl.data.relationship
IndexWord
          An IndexWord represents a line of the pos.index file.
PointerTarget
          A PointerTarget is the source or target of a Pointer.
PointerType
          Instances of this class enumerate the possible WordNet pointer types, and are used to label PointerTypes.
Synset
          A Synset, or synonym set, represents a line of a WordNet pos.data file.
 

Classes in net.didion.jwnl.data used by net.didion.jwnl.dictionary
DictionaryElementType
          WordNet contains different file types, index, synset data, and exception files.
Exc
          Represents an entry in an exception file.
FileDictionaryElementFactory
          Factory class for creating DictionaryElements (Synsets, ExceptionIndexWords).
IndexWord
          An IndexWord represents a line of the pos.index file.
IndexWordSet
          A class to simplify the access to a set of IndexWords, each containing one part of speech of the same word.
POS
          Instances of this class enumerate the possible major syntactic categories, or Part's Of Speech.
Synset
          A Synset, or synonym set, represents a line of a WordNet pos.data file.
 

Classes in net.didion.jwnl.data used by net.didion.jwnl.dictionary.database
POS
          Instances of this class enumerate the possible major syntactic categories, or Part's Of Speech.
 

Classes in net.didion.jwnl.data used by net.didion.jwnl.dictionary.file
DictionaryElementType
          WordNet contains different file types, index, synset data, and exception files.
POS
          Instances of this class enumerate the possible major syntactic categories, or Part's Of Speech.
 

Classes in net.didion.jwnl.data used by net.didion.jwnl.dictionary.file_manager
POS
          Instances of this class enumerate the possible major syntactic categories, or Part's Of Speech.
 

Classes in net.didion.jwnl.data used by net.didion.jwnl.dictionary.morph
IndexWord
          An IndexWord represents a line of the pos.index file.
POS
          Instances of this class enumerate the possible major syntactic categories, or Part's Of Speech.
 

Classes in net.didion.jwnl.data used by net.didion.jwnl.princeton.data
DatabaseDictionaryElementFactory
          Factory interface for creating WordNet objects from a database.
Exc
          Represents an entry in an exception file.
FileDictionaryElementFactory
          Factory class for creating DictionaryElements (Synsets, ExceptionIndexWords).
IndexWord
          An IndexWord represents a line of the pos.index file.
POS
          Instances of this class enumerate the possible major syntactic categories, or Part's Of Speech.
Synset
          A Synset, or synonym set, represents a line of a WordNet pos.data file.
 

Classes in net.didion.jwnl.data used by net.didion.jwnl.princeton.file
POS
          Instances of this class enumerate the possible major syntactic categories, or Part's Of Speech.