Package net.didion.jwnl.data
Classes for extracting and containing data from the dictionary.
The main objects are IndexWord, Synset, and Exc. These generally have a 1 to 1 correspondence with the different types of dictionary file.
-
Interface Summary Interface Description DatabaseDictionaryElementFactory Factory interface for creating WordNet objects from a database.DictionaryElement Any class that represents an element contained in the dictionary (IndexWords,Synsets, andExceptions) must implement this interface.FileDictionaryElementFactory Factory class for creatingDictionaryElements (Synsets,ExceptionIndexWords). -
Class Summary Class Description Adjective AnAdjectiveis aWordthat can have an adjective position.Adjective.AdjectivePosition Adjective positions denote a restriction on the on the syntactic position the adjective may have in relation to noun that it modifies.DictionaryElementType WordNet contains different file types, index, synset data, and exception files.Exc Represents an entry in an exception file.IndexWord AnIndexWordrepresents a line of the pos.indexfile.IndexWordSet A class to simplify the access to a set ofIndexWords, each containing one part of speech of the same word.LexFileIdMap LexFileIdMap maps the names of the lexiographer files to the identifiers found in the data.pos files.Pointer APointerencodes a lexical or semantic relationship between WordNet entities.Pointer.TargetIndex 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.PointerTarget APointerTargetis the source or target of aPointer.PointerType Instances of this class enumerate the possible WordNet pointer types, and are used to labelPointerTypes.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 ASynset, or synonym set, represents a line of a WordNet pos.datafile.SynsetProxy Proxy for aSynset.Verb AVerbis a subclass ofWordthat can have 1 or moreVerbFrames (use cases of the verb).VerbFrame AVerbFrameis the frame of a sentence in which it is proper to use a given verb.Word AWordrepresents the lexical information related to a specific sense of anIndexWord.