See: Description
| 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, and Exceptions) must implement this interface. |
| DictionaryElementFactory |
Factory class for creating
DictionaryElements (Synsets, Exceptions,
and IndexWords). |
| FileDictionaryElementFactory |
Factory class for creating
DictionaryElements (Synsets, Exceptions,
and IndexWords). |
| PointerTypeFlags |
Flags for tagging a pointer type with the POS types it apples to.
|
| Class | Description |
|---|---|
| Adjective |
An
Adjective is a Word that can have an adjective position. |
| AdjectiveSynset |
A
Synset for adjectives. |
| BaseDictionaryElement |
Base class for dictionary elements.
|
| Exc |
Represents an entry in an exception file.
|
| 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. |
| LexFileIdFileNameMap |
Maps the lexicographer files identifiers to names.
|
| LexFileNameFileIdMap |
Maps the lexicographer files names to identifiers.
|
| MapBackedDictionaryElementFactory | |
| MapDictionaryElementFactory | |
| Pointer |
A
Pointer encodes a lexical or semantic relationship between WordNet entities. |
| PointerTarget |
A
PointerTarget is the source or target of a Pointer. |
| PointerUtils |
This class contains static methods for performing various pointer operations.
|
| Synset |
A
Synset, or synonym set, represents a
line of a WordNet pos.data file. |
| Verb |
A
Verb is a subclass of Word that can have 1 or more verb frames (use cases of the verb). |
| VerbSynset |
A
Synset for verbs. |
| Word |
A
Word represents the lexical information related to a specific sense of an IndexWord. |
| Enum | Description |
|---|---|
| AdjectivePosition |
Adjective positions denote a restriction on the on the syntactic position the
adjective may have in relation to noun that it modifies.
|
| DictionaryElementType |
Enumerates different dictionary file types present in WordNet: index, synset data, and exception files.
|
| PointerType |
Instances of this class enumerate the possible WordNet pointer types,
and are used to label
PointerTypes. |
| POS |
Enumeration of major syntactic categories, or Part's Of Speech.
|
IndexWord, Synset, and Exc.
These generally have a 1 to 1 correspondence with the different types of dictionary file.