Uses of Package
net.didion.jwnl.data
Packages that use net.didion.jwnl.data
Package
Description
Classes for extracting and containing data from the dictionary.
Lists and associated classes that hold the results of relationship operations.
Tools for finding pointer relationships between words.
Classes for acessing dictionary information.
Classes for accessing databases that contain dictionary information.
Classes for accessing files that contain dictionary information.
Classes used by
FileBackedDictionary
to interface with the filesystem.Implementations of
DictionaryElementFactory
for Princeton's release of WordNet.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.dataClassDescriptionAdjective positions denote a restriction on the on the syntactic position the adjective may have in relation to noun that it modifies.Any class that represents an element contained in the dictionary (
IndexWord
s,Synset
s, andExc
eptions) must implement this interface.WordNet contains different file types, index, synset data, and exception files.Represents an entry in an exception file.AnIndexWord
represents a line of the pos.index
file.APointer
encodes a lexical or semantic relationship between WordNet entities.This class is used to avoid paging in the target before it is required, and to prevent keeping a large portion of the database resident once the target has been queried.APointerTarget
is the source or target of aPointer
.Instances of this class enumerate the possible WordNet pointer types, and are used to labelPointerType
s.This class constains static methods for performing various pointer operations.Instances of this class enumerate the possible major syntactic categories, or Part's Of Speech.ASynset
, or synonym set, represents a line of a WordNet pos.data
file.AVerbFrame
is the frame of a sentence in which it is proper to use a given verb.AWord
represents the lexical information related to a specific sense of anIndexWord
. -
Classes in net.didion.jwnl.data used by net.didion.jwnl.data.listClassDescriptionA
PointerTarget
is the source or target of aPointer
.Instances of this class enumerate the possible WordNet pointer types, and are used to labelPointerType
s.ASynset
, or synonym set, represents a line of a WordNet pos.data
file.AWord
represents the lexical information related to a specific sense of anIndexWord
. -
Classes in net.didion.jwnl.data used by net.didion.jwnl.data.relationshipClassDescriptionAn
IndexWord
represents a line of the pos.index
file.APointerTarget
is the source or target of aPointer
.Instances of this class enumerate the possible WordNet pointer types, and are used to labelPointerType
s.ASynset
, or synonym set, represents a line of a WordNet pos.data
file. -
Classes in net.didion.jwnl.data used by net.didion.jwnl.dictionaryClassDescriptionFactory interface for creating WordNet objects from a database.Any class that represents an element contained in the dictionary (
IndexWord
s,Synset
s, andExc
eptions) must implement this interface.WordNet contains different file types, index, synset data, and exception files.Represents an entry in an exception file.Factory class for creatingDictionaryElement
s (Synset
s,Exceptioninvalid input: '<'/codes, and
IndexWord
s).AnIndexWord
represents a line of the pos.index
file.A class to simplify the access to a set ofIndexWord
s, each containing one part of speech of the same word.Instances of this class enumerate the possible major syntactic categories, or Part's Of Speech.ASynset
, or synonym set, represents a line of a WordNet pos.data
file. -
Classes in net.didion.jwnl.data used by net.didion.jwnl.dictionary.databaseClassDescriptionInstances 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.fileClassDescriptionWordNet contains different file types, index, synset data, and exception files.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_managerClassDescriptionInstances 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
-
Classes in net.didion.jwnl.data used by net.didion.jwnl.princeton.dataClassDescriptionFactory interface for creating WordNet objects from a database.Represents an entry in an exception file.Factory class for creating
DictionaryElement
s (Synset
s,Exceptioninvalid input: '<'/codes, and
IndexWord
s).AnIndexWord
represents a line of the pos.index
file.APointerTarget
is the source or target of aPointer
.Instances of this class enumerate the possible major syntactic categories, or Part's Of Speech.ASynset
, or synonym set, represents a line of a WordNet pos.data
file.AVerb
is a subclass ofWord
that can have 1 or moreVerbFrame
s (use cases of the verb).AWord
represents the lexical information related to a specific sense of anIndexWord
. -
Classes in net.didion.jwnl.data used by net.didion.jwnl.princeton.fileClassDescriptionInstances 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.utilities