All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| AbstractCachingDictionary |
Extends Dictionary to provide caching of elements.
|
| AbstractCachingDictionary.DictionaryCacheSet |
|
| AbstractCachingDictionary.ObservableCache |
|
| AbstractDelegatingOperation |
|
| AbstractDictionaryFile |
Abstract implementation of DictionaryFile.
|
| AbstractPrincetonDatabaseDictionaryElementFactory |
|
| AbstractPrincetonDictionaryFile |
AbstractDictionaryFile that uses file names compatible with Princeton's distribution of WordNet.
|
| AbstractPrincetonDictionaryFile.FileNames |
|
| AbstractPrincetonFileDictionaryElementFactory |
FileDictionaryElementFactory that parses lines from the dictionary files distributed by the
WordNet team at Princeton's Cognitive Science department.
|
| AbstractPrincetonRandomAccessDictionaryFile |
|
| AbstractValueParam |
|
| Adjective |
An Adjective is a Word that 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.
|
| AsymmetricRelationship |
An asymmetric relationship is one whose source and target synsets have lineages with a definite divergence point.
|
| BaseFormSet |
A group of possible base forms for a particular lemma
|
| Cache |
A Cache is a collection of values that are indexed by keys and that are stored for an
unspecified amount of time (which the implementor of Cache may further specify).
|
| CacheSet |
A set of Caches, indexed by CacheKey.
|
| ConnectionManager |
|
| Createable |
A Createable is an object that can create an instance of itself given
parameters from a properties file (Params).
|
| DatabaseBackedDictionary |
|
| DatabaseDictionaryElementFactory |
Factory interface for creating WordNet objects from a database.
|
| DatabaseManager |
|
| DatabaseManagerImpl |
|
| DeepCloneable |
A DeepCloneable is a cloneable object that can be cloned shallowly (by
creating a copy of the object that contains references to the same
members as the original) or deeply (by creating a copy of the object
and of all it's member objects).
|
| DefaultMorphologicalProcessor |
Default implementation of MorphologicalProcessor.
|
| DetachSuffixesOperation |
Remove all aplicable suffixes from the word(s) and do a look-up.
|
| Dictionary |
Abstract representation of a WordNet dictionary.
|
| DictionaryCatalog |
A container for the files associated with a catalog (the index, data, and exception
files associated with a POS).
|
| DictionaryCatalogSet |
Simple container for DictionaryCatalogs that allows
a DictionaryFile to be retrieved by its POS
and DictionaryFileType.
|
| 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.
|
| DictionaryFile |
Represents a single dictionary file.
|
| DictionaryFileType |
Instances of this class specify the different types of dictionary files (the different classes of dictionary files.
|
| DictionaryToDatabase |
DictionaryToDatabase is used to transfer a WordNet file database into an actual
database structure.
|
| DictionaryToDatabaseWithUsageCount |
DictionaryToDatabase is used to transfer a WordNet file database into an actual
database structure.
|
| DictionaryToMap |
DictionaryToMap allows you to populate and create an in-memory map of the WordNet
library.
|
| Element |
Represents an installable element in a properties file
|
| Examples |
A class to demonstrate the functionality of the JWNL package.
|
| Exc |
Represents an entry in an exception file.
|
| FileBackedDictionary |
A Dictionary that retrieves objects from the text files
in the WordNet distribution directory.
|
| FileDictionaryElementFactory |
Factory class for creating DictionaryElements (Synsets, ExceptionIndexWords).
|
| FileManager |
FileManager defines the interface between the FileBackedDictionary and the file system.
|
| FileManagerImpl |
An implementation of FileManager that reads files from the local file system.
|
| 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.
|
| Installable |
An Installable is an object that defines a framework for allowing
subclasses to define an instance of themselves as the single static
instance of the superclass.
|
| JWNL |
Contains system info as well as JWNL properties.
|
| JWNL.OS |
Used to create constants that represent the major categories of operating systems.
|
| JWNL.Version |
Represents a version of WordNet.
|
| JWNLException |
Base level exception used by JWNL.
|
| JWNLRuntimeException |
Base level runtime exception used by JWNL.
|
| LexFileIdMap |
LexFileIdMap maps the names of the lexiographer files to the identifiers
found in the data.pos files.
|
| LookupExceptionsOperation |
Lookup the word in the exceptions file of the given part-of-speech.
|
| LookupIndexWordOperation |
|
| LRUCache |
A fixed-capacity Cache that stores the most recently used elements.
|
| LRUCacheSet |
|
| MapBackedDictionary |
A Dictionary backed by Maps.
|
| MapBackedDictionary.IndexWordIterator |
|
| MapBackedDictionary.MapTableKey |
|
| MessageLog |
|
| MessageLogLevel |
|
| MorphologicalProcessor |
A MorphologicalProcessor tries to turn the inflected form of a word or phrase into
the form that can be found in WordNet.
|
| MutableVerb |
Wrapper for a verb that allows the VerbFrame flags to be set after the Verb
is created.
|
| NameValueParam |
|
| Node |
A node in a list.
|
| NodePrinter |
A printer for displaying the contents of a node list.
|
| NodePrinter.NodeListIteratorWrapper |
Wrapper for a NodeListIterator that allows the next pointer to be moved to any index.
|
| ObjectDictionaryFile |
DictioanryFile that reads and writes serailazed objects.
|
| Operation |
|
| Param |
Represents a parameter in a properties file.
|
| ParamList |
|
| Pointer |
A Pointer encodes 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 |
A PointerTarget is the source or target of a Pointer.
|
| PointerTargetNode |
A node in a PointerTargetNodeList.
|
| PointerTargetNodeList |
A PointerTargetNodeList holds the results of a relationship method.
|
| PointerTargetTree |
A container for the root node of a pointer target tree.
|
| PointerTargetTreeNode |
A node in a PointerTargetTreeNodeList.
|
| PointerTargetTreeNodeList |
A list of PointerTargetTreeNodes.
|
| PointerTargetTreeNodeList.FindNodeOperation |
Operation that is used for finding the specified node in a tree.
|
| PointerTargetTreeNodeList.FindTargetOperation |
Operation that is used for finding the node(s) in a tree that have the specified PointerTarget.
|
| PointerTargetTreeNodeList.Operation |
Operation that is performed on the nodes of a tree or list.
|
| 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.
|
| POSKey |
A cache key consists of a POS and an object
|
| PrincetonChannelDictionaryFile |
A RandomAccessDictionaryFile that accesses files named with Princeton's dictionary file naming convention.
|
| PrincetonObjectDictionaryFile |
ObjectDictionaryFile that accesses files names with the Princeton dictionary file naming convention.
|
| PrincetonRandomAccessDictionaryFile |
A RandomAccessDictionaryFile that accesses files
named with Princeton's dictionary file naming convention.
|
| PrincetonWN16DatabaseDictionaryElementFactory |
|
| PrincetonWN16FileDictionaryElementFactory |
FileDictionaryElementFactory that produces elements for Princeton's release of WordNet v 1.6
|
| PrincetonWN17DatabaseDictionaryElementFactory |
|
| PrincetonWN17FileDictionaryElementFactory |
FileDictionaryElementFactory that produces elements for the Princeton release of WordNet v 1.7
|
| PrincetonWN30DatabaseDictionaryElementFactory |
Supports the wordnet 3.0 database, including sense key and usage count information.
|
| Query |
|
| RandomAccessDictionaryFile |
DictionaryFile that reads lines from a random-access text file.
|
| Relationship |
A Relationship encapsulates the relationship between two synsets.
|
| Relationship.StringBufferOutputStream |
|
| RelationshipFinder |
|
| RelationshipList |
A list of Relationships.
|
| RemoteFileManager |
An object of this class can serve as a FileManager for remote FileBackedDictionary
instantiations using RMI.
|
| RemovePrepPhrasesOperation |
yet to be implemented
|
| Resolvable |
Implements lazy resolving for a resource key
|
| ResourceBundleSet |
A ResourceBundle that is a proxy to multiple ResourceBundles.
|
| SenseAndUsageDatabaseManager |
Database Manager that handles the extended database containing sense key and usage statistics.
|
| SymmetricRelationship |
A symmetric relationship is one whose type is symmetric (its own inverse).
|
| Synset |
A Synset, or synonym set, represents a
line of a WordNet pos.data file.
|
| SynsetProxy |
Proxy for a Synset.
|
| TokenizerOperation |
|
| TokenizerParser |
A StringTokenizer with extensions to retrieve the values of numeric tokens, as well as strings.
|
| TypeCheckingList |
Wrapper for a list that checks the type of arguments before putting them in the list.
|
| Util |
|
| ValueParam |
|
| Verb |
A Verb is a subclass of Word that can have 1 or more
VerbFrames (use cases of the verb).
|
| VerbFrame |
A VerbFrame is the frame of a sentence in which it is proper to use a given verb.
|
| Word |
A Word represents the lexical information related to a specific sense of an IndexWord.
|