A B C D E F G H I J L M N O P Q R S T U V W _

A

ADJECTIVE - Static variable in class net.didion.jwnl.data.POS
 
ADJECTIVE_POSITIONS - Static variable in class net.didion.jwnl.data.Adjective
 
ADVERB - Static variable in class net.didion.jwnl.data.POS
 
ANTONYM - Static variable in class net.didion.jwnl.data.PointerType
 
ATTRIBUTE - Static variable in class net.didion.jwnl.data.PointerType
 
ATTRIBUTIVE - Static variable in class net.didion.jwnl.data.Adjective
 
AbstractCachingDictionary - class net.didion.jwnl.dictionary.AbstractCachingDictionary.
Extends Dictionary to provide caching of elements.
AbstractCachingDictionary() - Constructor for class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
AbstractCachingDictionary(boolean) - Constructor for class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
AbstractCachingDictionary(MorphologicalProcessor) - Constructor for class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
AbstractCachingDictionary(MorphologicalProcessor, boolean) - Constructor for class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
AbstractDelegatingOperation - class net.didion.jwnl.dictionary.morph.AbstractDelegatingOperation.
 
AbstractDelegatingOperation() - Constructor for class net.didion.jwnl.dictionary.morph.AbstractDelegatingOperation
 
AbstractDictionaryFile - class net.didion.jwnl.dictionary.file.AbstractDictionaryFile.
Abstract implementation of DictionaryFile.
AbstractDictionaryFile() - Constructor for class net.didion.jwnl.dictionary.file.AbstractDictionaryFile
 
AbstractDictionaryFile(String, POS, DictionaryFileType) - Constructor for class net.didion.jwnl.dictionary.file.AbstractDictionaryFile
 
AbstractPrincetonDatabaseDictionaryElementFactory - class net.didion.jwnl.princeton.data.AbstractPrincetonDatabaseDictionaryElementFactory.
 
AbstractPrincetonDatabaseDictionaryElementFactory() - Constructor for class net.didion.jwnl.princeton.data.AbstractPrincetonDatabaseDictionaryElementFactory
 
AbstractPrincetonDictionaryFile - class net.didion.jwnl.princeton.file.AbstractPrincetonDictionaryFile.
AbstractDictionaryFile that uses file names compatible with Princeton's distribution of WordNet.
AbstractPrincetonDictionaryFile() - Constructor for class net.didion.jwnl.princeton.file.AbstractPrincetonDictionaryFile
 
AbstractPrincetonDictionaryFile(String, POS, DictionaryFileType) - Constructor for class net.didion.jwnl.princeton.file.AbstractPrincetonDictionaryFile
 
AbstractPrincetonFileDictionaryElementFactory - class net.didion.jwnl.princeton.data.AbstractPrincetonFileDictionaryElementFactory.
FileDictionaryElementFactory that parses lines from the dictionary files distributed by the WordNet team at Princeton's Cognitive Science department.
AbstractPrincetonFileDictionaryElementFactory() - Constructor for class net.didion.jwnl.princeton.data.AbstractPrincetonFileDictionaryElementFactory
 
AbstractPrincetonRandomAccessDictionaryFile - class net.didion.jwnl.princeton.file.AbstractPrincetonRandomAccessDictionaryFile.
 
AbstractPrincetonRandomAccessDictionaryFile() - Constructor for class net.didion.jwnl.princeton.file.AbstractPrincetonRandomAccessDictionaryFile
 
AbstractPrincetonRandomAccessDictionaryFile(String, POS, DictionaryFileType) - Constructor for class net.didion.jwnl.princeton.file.AbstractPrincetonRandomAccessDictionaryFile
 
AbstractValueParam - class net.didion.jwnl.util.factory.AbstractValueParam.
 
AbstractValueParam() - Constructor for class net.didion.jwnl.util.factory.AbstractValueParam
 
AbstractValueParam(Param[]) - Constructor for class net.didion.jwnl.util.factory.AbstractValueParam
 
Adjective - class net.didion.jwnl.data.Adjective.
An Adjective is a Word that can have an adjective position.
Adjective(Synset, int, String, Adjective.AdjectivePosition) - Constructor for class net.didion.jwnl.data.Adjective
 
Adjective.AdjectivePosition - class 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.
AsymmetricRelationship - class net.didion.jwnl.data.relationship.AsymmetricRelationship.
An asymmetric relationship is one whose source and target synsets have lineages with a definite divergence point.
AsymmetricRelationship(PointerType, PointerTargetNodeList, int, Synset, Synset) - Constructor for class net.didion.jwnl.data.relationship.AsymmetricRelationship
 
add(IndexWord) - Method in class net.didion.jwnl.data.IndexWordSet
Add an IndexWord to this set
add(PointerTarget) - Method in class net.didion.jwnl.data.list.PointerTargetNodeList
 
add(PointerTarget, PointerType) - Method in class net.didion.jwnl.data.list.PointerTargetNodeList
 
add(PointerTarget) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
 
add(PointerTarget, PointerType) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
 
add(PointerTarget, PointerType, PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
 
add(PointerTarget, PointerTargetTreeNodeList, PointerType) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
 
add(PointerTarget, PointerTargetTreeNodeList, PointerType, PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
 
add(PointerTarget, PointerTargetTreeNodeList, PointerTargetTreeNodeList, PointerType) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
 
add(PointerTarget, PointerTargetTreeNodeList, PointerTargetTreeNodeList, PointerType, PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
 
add(Object) - Method in class net.didion.jwnl.data.relationship.RelationshipList
 
add(String) - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
add(Object) - Method in class net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
 
add(Object) - Method in class net.didion.jwnl.util.TypeCheckingList
 
add(int, Object) - Method in class net.didion.jwnl.util.TypeCheckingList
 
addAll(BaseFormSet) - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
addAll(Collection) - Method in class net.didion.jwnl.util.TypeCheckingList
 
addAll(int, Collection) - Method in class net.didion.jwnl.util.TypeCheckingList
 
addCache(Object) - Method in class net.didion.jwnl.util.cache.CacheSet
 
addCache(Object, int) - Method in class net.didion.jwnl.util.cache.CacheSet
 
addDelegate(String, Operation[]) - Method in class net.didion.jwnl.dictionary.morph.AbstractDelegatingOperation
 
addParam(Param) - Method in class net.didion.jwnl.util.factory.AbstractValueParam
 
addParam(Param) - Method in class net.didion.jwnl.util.factory.Element
 
addParam(Param) - Method in interface net.didion.jwnl.util.factory.Param
 
addParam(Param) - Method in class net.didion.jwnl.util.factory.ParamList
 
addResource(String) - Method in class net.didion.jwnl.util.ResourceBundleSet
 
appliesTo(POS) - Method in class net.didion.jwnl.data.PointerType
Whether or not this PointerType can be associated with pos

B

BINDING_NAME - Static variable in class net.didion.jwnl.dictionary.file_manager.RemoteFileManager
The standard RMI binding name.
BaseFormSet - class net.didion.jwnl.dictionary.morph.BaseFormSet.
A group of possible base forms for a particular lemma
BaseFormSet() - Constructor for class net.didion.jwnl.dictionary.morph.BaseFormSet
 
BaseFormSet(boolean) - Constructor for class net.didion.jwnl.dictionary.morph.BaseFormSet
 
bind() - Method in class net.didion.jwnl.dictionary.file_manager.RemoteFileManager
Bind this object to the value of BINDING_NAME in the local RMI registry.

C

CACHE_CAPACITY - Static variable in class net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor
Parameter that determines the size of the base form cache
CACHE_SIZE - Static variable in class net.didion.jwnl.dictionary.FileBackedDictionary
The default cache size.
CATEGORY - Static variable in class net.didion.jwnl.data.PointerType
 
CATEGORY_MEMBER - Static variable in class net.didion.jwnl.data.PointerType
 
CAUSE - Static variable in class net.didion.jwnl.data.PointerType
 
COMMENT_HEADER - Static variable in interface net.didion.jwnl.dictionary.file.DictionaryFile
 
Cache - interface net.didion.jwnl.util.cache.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 - class net.didion.jwnl.util.cache.CacheSet.
A set of Caches, indexed by CacheKey.
CacheSet(Object[]) - Constructor for class net.didion.jwnl.util.cache.CacheSet
 
CacheSet(Object[], int) - Constructor for class net.didion.jwnl.util.cache.CacheSet
 
CacheSet(Object[], int[]) - Constructor for class net.didion.jwnl.util.cache.CacheSet
 
ConnectionManager - class net.didion.jwnl.dictionary.database.ConnectionManager.
 
ConnectionManager(String, String, String, String) - Constructor for class net.didion.jwnl.dictionary.database.ConnectionManager
 
Createable - interface net.didion.jwnl.util.factory.Createable.
A Createable is an object that can create an instance of itself given parameters from a properties file (Params).
cacheException(POSKey, Exc) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
cacheIndexWord(POSKey, IndexWord) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
cacheObject(Object, Object, Object) - Method in class net.didion.jwnl.util.cache.CacheSet
 
cacheSynset(POSKey, Synset) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
canRead() - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
canWrite() - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
clear() - Method in class net.didion.jwnl.util.TypeCheckingList
 
clear() - Method in interface net.didion.jwnl.util.cache.Cache
Remove all values stored in this cache.
clearCache() - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
clearCache(DictionaryElementType) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
clearCache(Object) - Method in class net.didion.jwnl.util.cache.CacheSet
 
clone() - Method in class net.didion.jwnl.data.list.PointerTargetNode
 
clone() - Method in class net.didion.jwnl.data.list.PointerTargetNodeList
 
clone() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
clone() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
 
clone() - Method in interface net.didion.jwnl.util.DeepCloneable
Create a shallow clone of the object
clone() - Method in class net.didion.jwnl.util.TypeCheckingList
 
close() - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
close() - Method in class net.didion.jwnl.dictionary.Dictionary
Shut down the dictionary
close() - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
close() - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
close() - Method in class net.didion.jwnl.dictionary.database.Query
 
close() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalog
 
close() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalogSet
 
close() - Method in interface net.didion.jwnl.dictionary.file.DictionaryFile
Close the file
close() - Method in interface net.didion.jwnl.dictionary.file_manager.FileManager
Shut down the file manager.
close() - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
 
close() - Method in class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile
 
close() - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
close() - Method in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
contains(Object) - Method in class net.didion.jwnl.util.TypeCheckingList
 
containsAll(Collection) - Method in class net.didion.jwnl.util.TypeCheckingList
 
containsWord(String) - Method in class net.didion.jwnl.data.Synset
Returns true if lemma is one of the words contained in this synset.
containsWord(String) - Method in class net.didion.jwnl.data.SynsetProxy
 
copyBackingList() - Method in class net.didion.jwnl.util.TypeCheckingList
Make a copy of the wrapped list - used by subclasses when the overriding the clone method
create(Map) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
create(Map) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
 
create(Map) - Method in class net.didion.jwnl.dictionary.morph.AbstractDelegatingOperation
 
create(Map) - Method in class net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor
 
create(Map) - Method in class net.didion.jwnl.dictionary.morph.LookupExceptionsOperation
 
create(Map) - Method in class net.didion.jwnl.dictionary.morph.LookupIndexWordOperation
 
create(Map) - Method in class net.didion.jwnl.dictionary.morph.RemovePrepPhrasesOperation
 
create(Map) - Method in class net.didion.jwnl.princeton.data.PrincetonWN16DatabaseDictionaryElementFactory
 
create(Map) - Method in class net.didion.jwnl.princeton.data.PrincetonWN16FileDictionaryElementFactory
 
create(Map) - Method in class net.didion.jwnl.princeton.data.PrincetonWN17DatabaseDictionaryElementFactory
 
create(Map) - Method in class net.didion.jwnl.princeton.data.PrincetonWN17FileDictionaryElementFactory
 
create() - Method in class net.didion.jwnl.util.factory.AbstractValueParam
If the value of this parameter is a class name, and that class is creatable, this method will create an instance of it using this Param's parameters.
create(Map) - Method in interface net.didion.jwnl.util.factory.Createable
 
create() - Method in interface net.didion.jwnl.util.factory.Param
 
create() - Method in class net.didion.jwnl.util.factory.ParamList
 
createCache(int) - Method in class net.didion.jwnl.util.cache.CacheSet
 
createCache(int) - Method in class net.didion.jwnl.util.cache.LRUCacheSet
 
createExc(POS, String, ResultSet) - Method in interface net.didion.jwnl.data.DatabaseDictionaryElementFactory
Create an Exc from a row in the database.
createExc(POS, String) - Method in interface net.didion.jwnl.data.FileDictionaryElementFactory
Create an Exc from a line in an exception file.
createExc(POS, String, ResultSet) - Method in class net.didion.jwnl.princeton.data.AbstractPrincetonDatabaseDictionaryElementFactory
 
createExc(POS, String) - Method in class net.didion.jwnl.princeton.data.AbstractPrincetonFileDictionaryElementFactory
 
createIndexWord(POS, String, ResultSet) - Method in interface net.didion.jwnl.data.DatabaseDictionaryElementFactory
Create an IndexWord from a row in the database.
createIndexWord(POS, String) - Method in interface net.didion.jwnl.data.FileDictionaryElementFactory
Create an IndexWord from a line in an index file.
createIndexWord(POS, String, ResultSet) - Method in class net.didion.jwnl.princeton.data.AbstractPrincetonDatabaseDictionaryElementFactory
 
createIndexWord(POS, String) - Method in class net.didion.jwnl.princeton.data.AbstractPrincetonFileDictionaryElementFactory
 
createSynset(POS, long, ResultSet, ResultSet, ResultSet, ResultSet) - Method in interface net.didion.jwnl.data.DatabaseDictionaryElementFactory
Create a Synset from a row in the database.
createSynset(POS, String) - Method in interface net.didion.jwnl.data.FileDictionaryElementFactory
Create a Synset from a line in a data file
createSynset(POS, long, ResultSet, ResultSet, ResultSet, ResultSet) - Method in class net.didion.jwnl.princeton.data.AbstractPrincetonDatabaseDictionaryElementFactory
 
createSynset(POS, String) - Method in class net.didion.jwnl.princeton.data.AbstractPrincetonFileDictionaryElementFactory
 
createWord(Synset, int, String) - Method in class net.didion.jwnl.princeton.data.AbstractPrincetonDatabaseDictionaryElementFactory
 
createWord(Synset, int, String) - Method in class net.didion.jwnl.princeton.data.AbstractPrincetonFileDictionaryElementFactory
 
createWord(Synset, int, String) - Method in class net.didion.jwnl.princeton.data.PrincetonWN16DatabaseDictionaryElementFactory
 
createWord(Synset, int, String) - Method in class net.didion.jwnl.princeton.data.PrincetonWN16FileDictionaryElementFactory
 

D

DATA - Static variable in class net.didion.jwnl.dictionary.file.DictionaryFileType
 
DATABASE_MANAGER - Static variable in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
DEBUG - Static variable in class net.didion.jwnl.util.MessageLogLevel
 
DEFAULT_CACHE_CAPACITY - Static variable in class net.didion.jwnl.util.cache.CacheSet
 
DEFINED_OS_ARRAY - Static variable in class net.didion.jwnl.JWNL
 
DELIMITERS - Static variable in class net.didion.jwnl.dictionary.morph.TokenizerOperation
Parameter list that determines the delimiters this operation will use to concatanate tokens.
DERIVED - Static variable in class net.didion.jwnl.data.PointerType
 
DICTIONARY_ELEMENT_FACTORY - Static variable in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
DICTIONARY_ELEMENT_FACTORY - Static variable in class net.didion.jwnl.dictionary.FileBackedDictionary
The class of FileDictionaryElementFactory to use.
DRIVER - Static variable in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
DatabaseBackedDictionary - class net.didion.jwnl.dictionary.DatabaseBackedDictionary.
 
DatabaseBackedDictionary() - Constructor for class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
DatabaseDictionaryElementFactory - interface net.didion.jwnl.data.DatabaseDictionaryElementFactory.
 
DatabaseManager - interface net.didion.jwnl.dictionary.database.DatabaseManager.
 
DatabaseManagerImpl - class net.didion.jwnl.dictionary.database.DatabaseManagerImpl.
 
DatabaseManagerImpl() - Constructor for class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
DatabaseManagerImpl(ConnectionManager) - Constructor for class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
DeepCloneable - interface net.didion.jwnl.util.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 - class net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor.
Default implementation of MorphologicalProcessor.
DefaultMorphologicalProcessor() - Constructor for class net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor
 
DefaultMorphologicalProcessor(Operation[]) - Constructor for class net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor
 
DefaultMorphologicalProcessor(Operation[], int) - Constructor for class net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor
 
DetachSuffixesOperation - class net.didion.jwnl.dictionary.morph.DetachSuffixesOperation.
Remove all aplicable suffixes from the word(s) and do a look-up.
DetachSuffixesOperation() - Constructor for class net.didion.jwnl.dictionary.morph.DetachSuffixesOperation
 
DetachSuffixesOperation(Map) - Constructor for class net.didion.jwnl.dictionary.morph.DetachSuffixesOperation
 
Dictionary - class net.didion.jwnl.dictionary.Dictionary.
Abstract representation of a WordNet dictionary.
Dictionary() - Constructor for class net.didion.jwnl.dictionary.Dictionary
Create a Dictionary that does not do morphological processing.
Dictionary(MorphologicalProcessor) - Constructor for class net.didion.jwnl.dictionary.Dictionary
Create a Dictionary using the specified MorphologicalProcessor.
DictionaryCatalog - class net.didion.jwnl.dictionary.file.DictionaryCatalog.
A container for the files associated with a catalog (the index, data, and exception files associated with a POS).
DictionaryCatalog(String, DictionaryFileType, Class) - Constructor for class net.didion.jwnl.dictionary.file.DictionaryCatalog
 
DictionaryCatalogSet - class net.didion.jwnl.dictionary.file.DictionaryCatalogSet.
Simple container for DictionaryCatalogs that allows a DictionaryFile to be retrieved by its POS and DictionaryFileType.
DictionaryCatalogSet(String, Class) - Constructor for class net.didion.jwnl.dictionary.file.DictionaryCatalogSet
Creates a catalog set of the specified type of file using files in the specified dictionary directory.
DictionaryElement - interface net.didion.jwnl.data.DictionaryElement.
Any class that represents an element contained in the dictionary (IndexWords, Synsets, and Exceptions) must implement this interface.
DictionaryElementType - class net.didion.jwnl.data.DictionaryElementType.
 
DictionaryFile - interface net.didion.jwnl.dictionary.file.DictionaryFile.
Represents a single dictionary file.
DictionaryFileType - class net.didion.jwnl.dictionary.file.DictionaryFileType.
Instances of this class specify the different types of dictionary files (the different classes of dictionary files.
deepClone() - Method in class net.didion.jwnl.data.list.PointerTargetNode
 
deepClone() - Method in class net.didion.jwnl.data.list.PointerTargetNodeList
 
deepClone() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
deepClone() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
 
deepClone() - Method in interface net.didion.jwnl.util.DeepCloneable
Create a deep clone of the object
deepClone() - Method in class net.didion.jwnl.util.TypeCheckingList
 
delegate(POS, String, BaseFormSet, String) - Method in class net.didion.jwnl.dictionary.morph.AbstractDelegatingOperation
 

E

ENABLE_CACHING - Static variable in class net.didion.jwnl.dictionary.FileBackedDictionary
The value should be "true" or "false".
ENTAILED_BY - Static variable in class net.didion.jwnl.data.PointerType
 
ENTAILMENT - Static variable in class net.didion.jwnl.data.PointerType
 
ERROR - Static variable in class net.didion.jwnl.util.MessageLogLevel
 
EXCEPTION - Static variable in class net.didion.jwnl.data.DictionaryElementType
 
EXCEPTION - Static variable in class net.didion.jwnl.dictionary.file.DictionaryFileType
 
EXCEPTION_WORD_CACHE_SIZE - Static variable in class net.didion.jwnl.dictionary.FileBackedDictionary
Size of the exception cache.
Element - class net.didion.jwnl.util.factory.Element.
Represents an installable element in a properties file
Element(String) - Constructor for class net.didion.jwnl.util.factory.Element
 
Element(String, Param[]) - Constructor for class net.didion.jwnl.util.factory.Element
 
Exc - class net.didion.jwnl.data.Exc.
Represents an entry in an exception file.
Exc(POS, String, List) - Constructor for class net.didion.jwnl.data.Exc
 
equals(Object) - Method in class net.didion.jwnl.JWNL.Version
 
equals(Object) - Method in class net.didion.jwnl.data.Exc
 
equals(Object) - Method in class net.didion.jwnl.data.IndexWord
 
equals(Object) - Method in class net.didion.jwnl.data.IndexWordSet
It is assumed that IndexWordSets will only be created by calling Dictionary.lookupAllIndexWords, so all IndexWordSets with the same lemma should be equal.
equals(Object) - Method in class net.didion.jwnl.data.Pointer
 
equals(Object) - Method in class net.didion.jwnl.data.PointerTarget
 
equals(Object) - Method in class net.didion.jwnl.data.Synset
Two Synsets are equal if their POS's and offsets are equal
equals(Object) - Method in class net.didion.jwnl.data.SynsetProxy
 
equals(Object) - Method in class net.didion.jwnl.data.Word
Two words are equal if their parent Synsets are equal and they have the same index
equals(Object) - Method in class net.didion.jwnl.data.list.PointerTargetNode
Two PointerTargetNodes are equal if they have the same type and PointerTarget
equals(Object) - Method in class net.didion.jwnl.data.list.PointerTargetTree
Two PointerTargetTree's are equal if their root nodes are equal.
equals(Object) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
equals(Object) - Method in class net.didion.jwnl.data.relationship.Relationship
Two relationships are assumed equal if they have the same source synset, target synset, and type
equals(Object) - Method in class net.didion.jwnl.dictionary.POSKey
 
equals(Object) - Method in class net.didion.jwnl.util.TypeCheckingList
 
execute(PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList.FindNodeOperation
 
execute(PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList.FindTargetOperation
 
execute(PointerTargetTreeNode) - Method in interface net.didion.jwnl.data.list.PointerTargetTreeNodeList.Operation
Execute the operation on the given node
execute() - Method in class net.didion.jwnl.dictionary.database.Query
 
execute(POS, String, BaseFormSet) - Method in class net.didion.jwnl.dictionary.morph.DetachSuffixesOperation
 
execute(POS, String, BaseFormSet) - Method in class net.didion.jwnl.dictionary.morph.LookupExceptionsOperation
 
execute(POS, String, BaseFormSet) - Method in class net.didion.jwnl.dictionary.morph.LookupIndexWordOperation
 
execute(POS, String, BaseFormSet) - Method in interface net.didion.jwnl.dictionary.morph.Operation
Execute the operation.
execute(POS, String, BaseFormSet) - Method in class net.didion.jwnl.dictionary.morph.RemovePrepPhrasesOperation
 
execute(POS, String, BaseFormSet) - Method in class net.didion.jwnl.dictionary.morph.TokenizerOperation
 

F

FATAL - Static variable in class net.didion.jwnl.util.MessageLogLevel
 
FILE_MANAGER - Static variable in class net.didion.jwnl.dictionary.FileBackedDictionary
File manager install parameter.
FILE_TYPE - Static variable in class net.didion.jwnl.dictionary.MapBackedDictionary
File type install parameter.
FILE_TYPE - Static variable in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
File type install parameter.
FileBackedDictionary - class net.didion.jwnl.dictionary.FileBackedDictionary.
A Dictionary that retrieves objects from the text files in the WordNet distribution directory.
FileBackedDictionary() - Constructor for class net.didion.jwnl.dictionary.FileBackedDictionary
 
FileDictionaryElementFactory - interface net.didion.jwnl.data.FileDictionaryElementFactory.
Factory class for creating DictionaryElements (Synsets, ExceptionIndexWords).
FileManager - interface net.didion.jwnl.dictionary.file_manager.FileManager.
FileManager defines the interface between the FileBackedDictionary and the file system.
FileManagerImpl - class net.didion.jwnl.dictionary.file_manager.FileManagerImpl.
An implementation of FileManager that reads files from the local file system.
FileManagerImpl() - Constructor for class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
 
FileManagerImpl(String, Class) - Constructor for class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
Construct a file manager backed by a set of files contained in the default WN search directory.
findAll(PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTree
Find all occurances of node in the tree.
findAll(PointerTarget) - Method in class net.didion.jwnl.data.list.PointerTargetTree
Find all nodes in the tree whose target is target
findAll(PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
Find all occurances of node within the list.
findFirst(PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTree
Find the first occurance of node in the tree.
findFirst(PointerTarget) - Method in class net.didion.jwnl.data.list.PointerTargetTree
Find the first node in the tree whose target is target
findFirst(PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
Find the first node in the list that is equal to node.
findRelationships(Synset, Synset, PointerType) - Method in class net.didion.jwnl.data.relationship.RelationshipFinder
Find all relationships of type type between sourceSynset and targetSynset.
findRelationships(Synset, Synset, PointerType, int) - Method in class net.didion.jwnl.data.relationship.RelationshipFinder
Find all relationships of type type between sourceSynset and targetSynset to depth depth.

G

get(POS) - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalog
 
get(DictionaryFileType) - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalogSet
 
get(int) - Method in class net.didion.jwnl.util.TypeCheckingList
 
get(Object) - Method in interface net.didion.jwnl.util.cache.Cache
If key was used in a previous call to put, this call may return the value of that call.
getAdjectivePosition() - Method in class net.didion.jwnl.data.Adjective
 
getAdjectivePositionForKey(String) - Static method in class net.didion.jwnl.data.Adjective
 
getAllDictionaryElementTypes() - Static method in class net.didion.jwnl.data.DictionaryElementType
 
getAllDictionaryFileTypes() - Static method in class net.didion.jwnl.dictionary.file.DictionaryFileType
 
getAllMatches(PointerTargetTreeNodeList.Operation) - Method in class net.didion.jwnl.data.list.PointerTargetTree
Walk the tree and perform the operation opr on each node.
getAllMatches(PointerTargetTreeNodeList.Operation) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
Walk the list and perform the operation opr on each node.
getAllMatches(PointerTargetTreeNodeList.Operation, List) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
Get all matches and add them to matches
getAllPOS() - Static method in class net.didion.jwnl.data.POS
 
getAllPointerTypes() - Static method in class net.didion.jwnl.data.PointerType
 
getAllPointerTypesForPOS(POS) - Static method in class net.didion.jwnl.data.PointerType
 
getAlsoSeeTree(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Find all See Also relations to depth depth.
getAlsoSees(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find what words are related to synset
getAntonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the words that mean the opposite of synset
getAttributes(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the attributes of synset
getCache(Object) - Method in class net.didion.jwnl.util.cache.CacheSet
 
getCacheCapacity(DictionaryElementType) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
getCacheCapacity(Object) - Method in class net.didion.jwnl.util.cache.CacheSet
 
getCacheSize(Object) - Method in class net.didion.jwnl.util.cache.CacheSet
 
getCacheSizes(DictionaryElementType) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
getCachedException(POSKey) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
getCachedIndexWord(POSKey) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
getCachedObject(Object, Object) - Method in class net.didion.jwnl.util.cache.CacheSet
 
getCachedSynset(POSKey) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
getCapacity() - Method in interface net.didion.jwnl.util.cache.Cache
Returns the maximum number of elements the cache can hold.
getCapacity() - Method in class net.didion.jwnl.util.cache.LRUCache
 
getCatalogIterator() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalogSet
 
getCauseTree(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find all cause links for synset.
getCauseTree(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Find all cause links for synset to depth depth.
getCauses(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find direct cause links of synset
getChildTreeList() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
getCommonParentIndex() - Method in class net.didion.jwnl.data.relationship.AsymmetricRelationship
 
getConnection() - Method in class net.didion.jwnl.dictionary.database.ConnectionManager
 
getConnection() - Method in class net.didion.jwnl.dictionary.database.Query
 
getCoordinateTerms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get synset's siblings (the hyponyms of its hypernyms)
getCurrentForm() - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
getDeepest() - Method in class net.didion.jwnl.data.relationship.RelationshipList
Return the deepest Relationship in the list.
getDepth() - Method in class net.didion.jwnl.data.relationship.Relationship
Get the depth of this relationship.
getDerived(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find derrived links of synset
getDictionaryElementFactory() - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getDictionaryFile(POS, DictionaryFileType) - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalogSet
 
getDirectHypernyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the immediate parents of synset
getDirectHyponyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the immediate children of synset
getElementType() - Method in class net.didion.jwnl.dictionary.file.DictionaryFileType
 
getEntailedBy(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find direct entailed bys of synset
getEntailedByTree(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find all entailed bys of synset.
getEntailedByTree(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Find all entailed bys of synset to depth depth.
getEntailmentTree(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find all entailments for synset
getEntailmentTree(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Find all entailments for synset to depth depth
getEntailments(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find direct entailments of synset
getException(int) - Method in class net.didion.jwnl.data.Exc
Get the exception at index index.
getException(POS, String) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getException(POS, String) - Method in class net.didion.jwnl.dictionary.Dictionary
Lookup derivation in the exceptions file of part-of-speech pos and return an Exc object containing the results.
getException(POS, String) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getException(POS, String) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getExceptionArray() - Method in class net.didion.jwnl.data.Exc
Get the collection of Exc objects in array form.
getExceptionIterator(POS) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getExceptionIterator(POS) - Method in class net.didion.jwnl.dictionary.Dictionary
Return an Iterator over all the Exceptions in the database.
getExceptionIterator(POS) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getExceptionIterator(POS) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getExceptionQuery(POS, String) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getExceptionQuery(POS, String) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getExceptions() - Method in class net.didion.jwnl.data.Exc
Get the List of exceptions.
getExceptionsQuery(POS) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getExceptionsQuery(POS) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getExceptionsSize() - Method in class net.didion.jwnl.data.Exc
 
getExtendedAntonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the words that mean the opposite of synset and the immediate synonyms of those words
getExtendedAntonyms(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Find all antonyms of synset, and all synonyms of those antonyms to depth depth.
getFile() - Method in class net.didion.jwnl.dictionary.file.AbstractDictionaryFile
 
getFile() - Method in interface net.didion.jwnl.dictionary.file.DictionaryFile
 
getFile(POS, DictionaryFileType) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
 
getFileIterator() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalog
 
getFileManager() - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
Get the file manager that backs this database.
getFilePointer() - Method in interface net.didion.jwnl.dictionary.file.RandomAccessDictionaryFile
Get the current position of the file pointer.
getFilePointer() - Method in class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile
 
getFilePointer() - Method in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
getFileType() - Method in class net.didion.jwnl.dictionary.file.AbstractDictionaryFile
The file type associated with this file.
getFileType() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalog
 
getFileType() - Method in interface net.didion.jwnl.dictionary.file.DictionaryFile
The file type associated with this file.
getFirstLinePointer(POS, DictionaryFileType) - Method in interface net.didion.jwnl.dictionary.file_manager.FileManager
Return the first valid line pointer in the specified file.
getFirstLinePointer(POS, DictionaryFileType) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
 
getFirstMatch(PointerTargetTreeNodeList.Operation) - Method in class net.didion.jwnl.data.list.PointerTargetTree
Walk the tree and perform the operation opr on each node.
getFirstMatch(PointerTargetTreeNodeList.Operation) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
Walk the list and all the children of each node in the list and perform the operation opr on each node.
getForm(int) - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
getForms() - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
getFrame(int) - Static method in class net.didion.jwnl.data.VerbFrame
Get frame at index index.
getFrame() - Method in class net.didion.jwnl.data.VerbFrame
 
getFrames(BitSet) - Static method in class net.didion.jwnl.data.VerbFrame
Get the frames at the indexes encoded in l.
getGloss() - Method in class net.didion.jwnl.data.Synset
 
getGloss() - Method in class net.didion.jwnl.data.SynsetProxy
 
getHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get holonyms of synset
getHypernymTree(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get all of the ancestors of synset
getHypernymTree(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Get all of the ancestors of synset to depth depth
getHyponymTree(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get all of the children of synset
getHyponymTree(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Get all of the children of synset to depth depth
getImmediateRelationship(IndexWord, IndexWord) - Method in class net.didion.jwnl.data.relationship.RelationshipFinder
Looks at whether the target word is one of the words in one of the synsets of the source word.
getIndex() - Method in class net.didion.jwnl.data.VerbFrame
 
getIndex() - Method in class net.didion.jwnl.data.Word
 
getIndex() - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
getIndexWord(POS) - Method in class net.didion.jwnl.data.IndexWordSet
Get the IndexWord associated with p.
getIndexWord(POS, String) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getIndexWord(POS, String) - Method in class net.didion.jwnl.dictionary.Dictionary
Look up a word in the database.
getIndexWord(POS, String) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getIndexWord(POS, String) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getIndexWordArray() - Method in class net.didion.jwnl.data.IndexWordSet
Get an array of the IndexWords in this set.
getIndexWordCollection() - Method in class net.didion.jwnl.data.IndexWordSet
Get a collection of the IndexWords in this set.
getIndexWordIterator(POS) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getIndexWordIterator(POS, String) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getIndexWordIterator(POS) - Method in class net.didion.jwnl.dictionary.Dictionary
Return an Iterator over all the IndexWords of part-of-speech pos in the database.
getIndexWordIterator(POS, String) - Method in class net.didion.jwnl.dictionary.Dictionary
Return an Iterator over all the IndexWords of part-of-speech pos whose lemmas contain substring as a substring.
getIndexWordIterator(POS) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getIndexWordIterator(POS, String) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getIndexWordIterator(POS, String) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getIndexWordIterator(POS) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getIndexWordLemmasQuery(POS) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getIndexWordLemmasQuery(POS, String) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getIndexWordLemmasQuery(POS) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getIndexWordLemmasQuery(POS, String) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getIndexWordSynsetsQuery(POS, String) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getIndexWordSynsetsQuery(POS, String) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getIndexedLinePointer(POS, DictionaryFileType, String) - Method in interface net.didion.jwnl.dictionary.file_manager.FileManager
Search for the line whose first word is index (that is, that begins with index followed by a space or tab).
getIndexedLinePointer(POS, DictionaryFileType, String) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
 
getIndirectAntonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the immediate antonyms of all words that mean the same as synset.
getIndirectAntonyms(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Get the antonyms of all words that mean the same as synset to depth depth.
getInheritedHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get holonyms of synset and of all its ancestors
getInheritedHolonyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedMemberHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get member holonyms of synset and of all its ancestors
getInheritedMemberHolonyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get member holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedMemberMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get member meronyms of synset and of its ancestors
getInheritedMemberMeronyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get member meronyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedMeronyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get meronyms of each synset, to depth pointerDepth starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedPartHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get part holonyms of synset and of all its ancestors
getInheritedPartHolonyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get part holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedPartMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get part meronyms of synset and of all its ancestors
getInheritedPartMeronyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get part meronyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedSubstanceHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get substance holonyms of synset and of all its ancestors
getInheritedSubstanceHolonyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get substance holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedSubstanceMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get substance meronyms of synset and of its ancestors
getInheritedSubstanceMeronyms(Synset, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Get substance meronyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInputStream() - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
getInstance() - Static method in class net.didion.jwnl.data.PointerUtils
 
getInstance() - Static method in class net.didion.jwnl.data.relationship.RelationshipFinder
 
getInstance() - Static method in class net.didion.jwnl.dictionary.Dictionary
 
getInstance(Map) - Method in class net.didion.jwnl.dictionary.morph.AbstractDelegatingOperation
 
getInstance(Map) - Method in class net.didion.jwnl.dictionary.morph.DetachSuffixesOperation
 
getInstance(Map) - Method in class net.didion.jwnl.dictionary.morph.TokenizerOperation
 
getInteritedMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get meronyms of synset and of all its ancestors
getJavaVersion() - Static method in class net.didion.jwnl.JWNL
 
getKey() - Method in class net.didion.jwnl.data.Adjective.AdjectivePosition
 
getKey() - Method in interface net.didion.jwnl.data.DictionaryElement
Get a key that can be used to index this element.
getKey() - Method in class net.didion.jwnl.data.Exc
 
getKey() - Method in class net.didion.jwnl.data.IndexWord
 
getKey() - Method in class net.didion.jwnl.data.POS
 
getKey() - Method in class net.didion.jwnl.data.PointerType
 
getKey() - Method in class net.didion.jwnl.data.Synset
 
getKey() - Method in class net.didion.jwnl.data.SynsetProxy
 
getKey() - Method in class net.didion.jwnl.dictionary.POSKey
 
getKey() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalog
 
getKeyString(int) - Static method in class net.didion.jwnl.data.VerbFrame
 
getKeys() - Method in class net.didion.jwnl.dictionary.morph.AbstractDelegatingOperation
 
getKeys() - Method in class net.didion.jwnl.dictionary.morph.DetachSuffixesOperation
 
getKeys() - Method in class net.didion.jwnl.dictionary.morph.TokenizerOperation
 
getKeys() - Method in class net.didion.jwnl.util.ResourceBundleSet
 
getLabel() - Method in class net.didion.jwnl.data.Adjective.AdjectivePosition
 
getLabel() - Method in class net.didion.jwnl.data.POS
Return a label intended for textual presentation.
getLabel() - Method in class net.didion.jwnl.data.PointerType
 
getLemma() - Method in class net.didion.jwnl.data.Exc
 
getLemma() - Method in class net.didion.jwnl.data.IndexWord
Return the word's lemma.
getLemma() - Method in class net.didion.jwnl.data.IndexWordSet
 
getLemma() - Method in class net.didion.jwnl.data.Word
 
getLemma(String[], BitSet, String) - Static method in class net.didion.jwnl.dictionary.morph.Util
 
getLocale() - Method in class net.didion.jwnl.JWNL.Version
 
getMatchingLinePointer(POS, DictionaryFileType, long, String) - Method in interface net.didion.jwnl.dictionary.file_manager.FileManager
Search for a line whose index word contains substring, starting at offset.
getMatchingLinePointer(POS, DictionaryFileType, long, String) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
 
getMemberHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get member holonyms of synset
getMemberMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get member meronyms of synset
getMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get meronyms of synset.
getMorphologicalProcessor() - Method in class net.didion.jwnl.dictionary.Dictionary
 
getName() - Method in class net.didion.jwnl.data.DictionaryElementType
 
getName() - Method in class net.didion.jwnl.dictionary.file.DictionaryFileType
 
getName() - Method in class net.didion.jwnl.util.MessageLogLevel
 
getName() - Method in class net.didion.jwnl.util.factory.NameValueParam
 
getName() - Method in interface net.didion.jwnl.util.factory.Param
 
getName() - Method in class net.didion.jwnl.util.factory.ParamList
 
getName() - Method in class net.didion.jwnl.util.factory.ValueParam
 
getNextForm() - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
getNextLineOffset() - Method in interface net.didion.jwnl.dictionary.file.RandomAccessDictionaryFile
Get the byte offset of the next line (after the position of the file pointer)
getNextLineOffset() - Method in class net.didion.jwnl.princeton.file.AbstractPrincetonRandomAccessDictionaryFile
 
getNextLinePointer(POS, DictionaryFileType, long) - Method in interface net.didion.jwnl.dictionary.file_manager.FileManager
Search for the line following the line that begins at offset.
getNextLinePointer(POS, DictionaryFileType, long) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
 
getNodeList() - Method in class net.didion.jwnl.data.relationship.Relationship
Get the list that contains the nodes of this relationship.
getNodePrinter() - Method in class net.didion.jwnl.data.list.PointerTargetNodeList
 
getNodePrinter() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNodeList
 
getNumber() - Method in class net.didion.jwnl.JWNL.Version
 
getOS() - Static method in class net.didion.jwnl.JWNL
Get the current OS.
getOffset() - Method in class net.didion.jwnl.data.Synset
 
getOffset() - Method in class net.didion.jwnl.data.SynsetProxy
 
getOutputStream() - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
getPOS() - Method in class net.didion.jwnl.data.Exc
 
getPOS() - Method in class net.didion.jwnl.data.IndexWord
Get the word's part-of-speech.
getPOS() - Method in class net.didion.jwnl.data.PointerTarget
Return this target's POS
getPOS() - Method in class net.didion.jwnl.data.Synset
 
getPOS() - Method in class net.didion.jwnl.data.Word
 
getPOS() - Method in class net.didion.jwnl.dictionary.POSKey
 
getPOS() - Method in class net.didion.jwnl.dictionary.file.AbstractDictionaryFile
The POS associated with this file.
getPOS() - Method in interface net.didion.jwnl.dictionary.file.DictionaryFile
The POS associated with this file.
getPOSForKey(String) - Static method in class net.didion.jwnl.data.POS
Return the POS whose key matches key, or null if the key does not match any POS.
getPOSForLabel(String) - Static method in class net.didion.jwnl.data.POS
Return the POS whose key matches label, or null if the label does not match any POS.
getParams() - Method in class net.didion.jwnl.util.factory.ParamList
 
getParent() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
getPartHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get part holonyms of synset
getPartMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get part meronyms of synset
getParticipleOf(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Find participle of links of synset
getPointerQuery(POS, long) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getPointerQuery(POS, long) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getPointerTarget() - Method in class net.didion.jwnl.data.list.PointerTargetNode
 
getPointerTreeList() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
getPointerTypeForKey(String) - Static method in class net.didion.jwnl.data.PointerType
Return the PointerType whose key matches key.
getPointers() - Method in class net.didion.jwnl.data.PointerTarget
Return a list of Target's pointers
getPointers(PointerType) - Method in class net.didion.jwnl.data.PointerTarget
Get all pointers of type type.
getPointers() - Method in class net.didion.jwnl.data.Synset
 
getPointers(PointerType) - Method in class net.didion.jwnl.data.SynsetProxy
 
getPointers() - Method in class net.didion.jwnl.data.SynsetProxy
 
getPointers() - Method in class net.didion.jwnl.data.Word
returns all the pointers of the synset that contains this word whose source is this word
getPublisher() - Method in class net.didion.jwnl.JWNL.Version
 
getQuery(String) - Method in class net.didion.jwnl.dictionary.database.ConnectionManager
 
getRandomIndexWord(POS) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getRandomIndexWord(POS) - Method in class net.didion.jwnl.dictionary.Dictionary
 
getRandomIndexWord(POS) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getRandomIndexWord(POS) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getRandomIndexWordQuery(POS) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getRandomIndexWordQuery(POS) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getRandomLinePointer(POS, DictionaryFileType) - Method in interface net.didion.jwnl.dictionary.file_manager.FileManager
Return a randomly-chosen line pointer (offset of the beginning of a line).
getRandomLinePointer(POS, DictionaryFileType) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
 
getRelativeTargetDepth() - Method in class net.didion.jwnl.data.relationship.AsymmetricRelationship
Get the depth of the target, from the commonParentIndex, relative to the depth of the source.
getResourceBundle() - Static method in class net.didion.jwnl.JWNL
 
getResources() - Method in class net.didion.jwnl.util.ResourceBundleSet
 
getResults() - Method in class net.didion.jwnl.dictionary.database.Query
 
getRootNode() - Method in class net.didion.jwnl.data.list.PointerTargetTree
 
getSense(int) - Method in class net.didion.jwnl.data.IndexWord
Get a particular sense of this word.
getSenseCount() - Method in class net.didion.jwnl.data.IndexWord
Get the word's sense count.
getSenseCount(POS) - Method in class net.didion.jwnl.data.IndexWordSet
Find out how many senses the word with part-of-speech pos has.
getSenses() - Method in class net.didion.jwnl.data.IndexWord
Get an array of all the senses of this word.
getShallowest() - Method in class net.didion.jwnl.data.relationship.RelationshipList
Return the shallowest Relationship in the list.
getSize() - Method in class net.didion.jwnl.data.relationship.Relationship
 
getSize() - Method in interface net.didion.jwnl.util.cache.Cache
Returns the current size of the cache.
getSize() - Method in class net.didion.jwnl.util.cache.CacheSet
 
getSize() - Method in class net.didion.jwnl.util.cache.LRUCache
 
getSource() - Method in class net.didion.jwnl.data.Pointer
Get the source of this pointer.
getSource() - Method in class net.didion.jwnl.data.SynsetProxy
 
getSourceIndex() - Method in class net.didion.jwnl.data.Pointer
 
getSourcePointerTarget() - Method in class net.didion.jwnl.data.relationship.Relationship
Get the pointer target of the source node.
getSourceSynset() - Method in class net.didion.jwnl.data.relationship.Relationship
Get the Synset that is the source of this relationship.
getStatement() - Method in class net.didion.jwnl.dictionary.database.Query
 
getSubstanceHolonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get substance holonyms of synset
getSubstanceMeronyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get substance meronyms of synset
getSuffixMap() - Method in class net.didion.jwnl.dictionary.morph.DetachSuffixesOperation
 
getSymmetricType() - Method in class net.didion.jwnl.data.PointerType
Returns the pointer type that is symmetric to this type.
getSynonymTree(Synset, int) - Method in class net.didion.jwnl.data.PointerUtils
Get all the synonyms of synset to depth depth.
getSynonyms(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the synonyms for synset.
getSynset() - Method in class net.didion.jwnl.data.Word
 
getSynset() - Method in class net.didion.jwnl.data.list.PointerTargetNode
If the target is a synset, return it, otherwise it's a word so return the word's parent synset.
getSynsetAt(POS, long) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getSynsetAt(POS, long) - Method in class net.didion.jwnl.dictionary.Dictionary
Return the Synset at offset offset from the database.
getSynsetAt(POS, long) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getSynsetAt(POS, long) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getSynsetIterator(POS) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
getSynsetIterator(POS) - Method in class net.didion.jwnl.dictionary.Dictionary
Return an Iterator over all the Synsets of part-of-speech pos in the database.
getSynsetIterator(POS) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
getSynsetIterator(POS) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
getSynsetOffsets() - Method in class net.didion.jwnl.data.IndexWord
 
getSynsetQuery(POS, long) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getSynsetQuery(POS, long) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getSynsetWordQuery(POS, long) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getSynsetWordQuery(POS, long) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getSynsetsQuery(POS) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getSynsetsQuery(POS) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getTarget() - Method in class net.didion.jwnl.data.Pointer
Get the actual target of this pointer.
getTargetIndex() - Method in class net.didion.jwnl.data.Pointer
 
getTargetOffset() - Method in class net.didion.jwnl.data.Pointer
Get the offset of the target within the target synset.
getTargetPOS() - Method in class net.didion.jwnl.data.Pointer
 
getTargetPointerTarget() - Method in class net.didion.jwnl.data.relationship.Relationship
Get the pointer target of the target node.
getTargetSynset() - Method in class net.didion.jwnl.data.Pointer
Get the synset that is a) the target of this pointer, or b) the * synset that contains the target of this pointer.
getTargetSynset() - Method in class net.didion.jwnl.data.relationship.Relationship
Get the Synset that is the target of this relationship.
getTargets() - Method in class net.didion.jwnl.data.PointerTarget
Get all the pointer targets of this synset
getTargets(PointerType) - Method in class net.didion.jwnl.data.PointerTarget
Get all the targets of the pointers of type type.
getTargets() - Method in class net.didion.jwnl.data.SynsetProxy
 
getTargets(PointerType) - Method in class net.didion.jwnl.data.SynsetProxy
 
getType() - Method in interface net.didion.jwnl.data.DictionaryElement
Get the element's type.
getType() - Method in class net.didion.jwnl.data.Exc
 
getType() - Method in class net.didion.jwnl.data.IndexWord
 
getType() - Method in class net.didion.jwnl.data.Pointer
 
getType() - Method in class net.didion.jwnl.data.Synset
 
getType() - Method in class net.didion.jwnl.data.list.PointerTargetNode
 
getType() - Method in class net.didion.jwnl.data.relationship.Relationship
 
getType() - Method in class net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
 
getType() - Method in class net.didion.jwnl.util.TypeCheckingList
 
getTypeCheckingListIterator() - Method in class net.didion.jwnl.util.TypeCheckingList
 
getTypeCheckingListIterator(int) - Method in class net.didion.jwnl.util.TypeCheckingList
 
getValidPOSSet() - Method in class net.didion.jwnl.data.IndexWordSet
Get a set of all the parts-of-speech for which there is an IndexWord in this set.
getValue() - Method in class net.didion.jwnl.util.factory.NameValueParam
 
getValue() - Method in interface net.didion.jwnl.util.factory.Param
 
getValue() - Method in class net.didion.jwnl.util.factory.ParamList
 
getValue() - Method in class net.didion.jwnl.util.factory.ValueParam
 
getVerbFrameFlags() - Method in class net.didion.jwnl.data.Synset
 
getVerbFrameFlags() - Method in class net.didion.jwnl.data.Verb
 
getVerbFrameIndicies() - Method in class net.didion.jwnl.data.Synset
 
getVerbFrameIndicies() - Method in class net.didion.jwnl.data.Verb
 
getVerbFrameIndicies(BitSet) - Static method in class net.didion.jwnl.data.VerbFrame
 
getVerbFrameQuery(POS, long) - Method in interface net.didion.jwnl.dictionary.database.DatabaseManager
 
getVerbFrameQuery(POS, long) - Method in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
getVerbFrames() - Method in class net.didion.jwnl.data.Synset
Returns all Verb Frames that are valid for all the words in this synset
getVerbFrames() - Method in class net.didion.jwnl.data.SynsetProxy
 
getVerbFrames() - Method in class net.didion.jwnl.data.Verb
 
getVerbFramesSize() - Static method in class net.didion.jwnl.data.VerbFrame
 
getVerbGroup(Synset) - Method in class net.didion.jwnl.data.PointerUtils
Get the group that this verb belongs to.
getVersion() - Static method in class net.didion.jwnl.JWNL
Get the current WordNet version
getWord(int) - Method in class net.didion.jwnl.data.Synset
 
getWord(int) - Method in class net.didion.jwnl.data.SynsetProxy
 
getWord() - Method in class net.didion.jwnl.data.list.PointerTargetNode
If the target is a word, return it, otherwise return null.
getWords() - Method in class net.didion.jwnl.data.Synset
 
getWords() - Method in class net.didion.jwnl.data.SynsetProxy
 
getWordsSize() - Method in class net.didion.jwnl.data.Synset
 

H

HYPERNYM - Static variable in class net.didion.jwnl.data.PointerType
 
HYPONYM - Static variable in class net.didion.jwnl.data.PointerType
 
handleGetObject(String) - Method in class net.didion.jwnl.util.ResourceBundleSet
 
hasChildTreeList() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
hasDelegate(String) - Method in class net.didion.jwnl.dictionary.morph.AbstractDelegatingOperation
 
hasNext() - Method in class net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
 
hasParent() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
hasPointerTreeList() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
hasPrevious() - Method in class net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
 
hasValidChildTreeList() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
A valid childTreeList is one that is not null and not empty.
hasValidPointerTreeList() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
A valid pointerTreeList is one that is not null and not empty.
hashCode() - Method in class net.didion.jwnl.JWNL.Version
 
hashCode() - Method in class net.didion.jwnl.data.DictionaryElementType
 
hashCode() - Method in class net.didion.jwnl.data.Exc
 
hashCode() - Method in class net.didion.jwnl.data.IndexWord
 
hashCode() - Method in class net.didion.jwnl.data.POS
 
hashCode() - Method in class net.didion.jwnl.data.Pointer
 
hashCode() - Method in class net.didion.jwnl.data.PointerType
 
hashCode() - Method in class net.didion.jwnl.data.Synset
 
hashCode() - Method in class net.didion.jwnl.data.SynsetProxy
 
hashCode() - Method in class net.didion.jwnl.data.VerbFrame
 
hashCode() - Method in class net.didion.jwnl.data.Word
 
hashCode() - Method in class net.didion.jwnl.data.list.PointerTargetNode
 
hashCode() - Method in class net.didion.jwnl.dictionary.POSKey
 
hashCode() - Method in class net.didion.jwnl.dictionary.file.DictionaryFileType
 
hashCode() - Method in class net.didion.jwnl.util.MessageLogLevel
 

I

IMMEDIATE_POSTNOMINAL - Static variable in class net.didion.jwnl.data.Adjective
 
INDEX - Static variable in class net.didion.jwnl.dictionary.file.DictionaryFileType
 
INDEX_WORD - Static variable in class net.didion.jwnl.data.DictionaryElementType
 
INDEX_WORD_CACHE_SIZE - Static variable in class net.didion.jwnl.dictionary.FileBackedDictionary
Size of the index word cache.
INFINITY - Static variable in class net.didion.jwnl.data.PointerUtils
Representation of infinite depth.
INFO - Static variable in class net.didion.jwnl.util.MessageLogLevel
 
IndexWord - class net.didion.jwnl.data.IndexWord.
An IndexWord represents a line of the pos.index file.
IndexWord(String, POS, long[]) - Constructor for class net.didion.jwnl.data.IndexWord
 
IndexWordSet - class net.didion.jwnl.data.IndexWordSet.
A class to simplify the access to a set of IndexWords, each containing one part of speech of the same word.
IndexWordSet(String) - Constructor for class net.didion.jwnl.data.IndexWordSet
 
Installable - interface net.didion.jwnl.util.factory.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.
increment(BitSet, int) - Static method in class net.didion.jwnl.dictionary.morph.Util
 
indexOf(Object) - Method in class net.didion.jwnl.util.TypeCheckingList
 
initialize(InputStream) - Static method in class net.didion.jwnl.JWNL
 
initialize() - Static method in class net.didion.jwnl.data.Adjective
 
initialize() - Static method in class net.didion.jwnl.data.PointerType
 
initialize() - Static method in class net.didion.jwnl.data.VerbFrame
 
install(Map) - Method in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
 
install(FileManager, FileDictionaryElementFactory) - Static method in class net.didion.jwnl.dictionary.FileBackedDictionary
Construct a Dictionary that retrieves file data from fileManager.
install(FileManager, MorphologicalProcessor, FileDictionaryElementFactory) - Static method in class net.didion.jwnl.dictionary.FileBackedDictionary
Construct a Dictionary that retrieves file data from fileManager.
install(FileManager, FileDictionaryElementFactory, boolean) - Static method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
install(FileManager, MorphologicalProcessor, FileDictionaryElementFactory, boolean) - Static method in class net.didion.jwnl.dictionary.FileBackedDictionary
 
install(Map) - Method in class net.didion.jwnl.dictionary.FileBackedDictionary
Install a FileBackedDictionary from a map of parameters.
install(String, Class) - Static method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
install(String, Class, MorphologicalProcessor) - Static method in class net.didion.jwnl.dictionary.MapBackedDictionary
 
install(Map) - Method in class net.didion.jwnl.dictionary.MapBackedDictionary
Install a MapBackedDictionary from a map of parameters.
install() - Method in class net.didion.jwnl.util.factory.Element
If the class is installable, this method will install it using the parameters
install(Map) - Method in interface net.didion.jwnl.util.factory.Installable
 
isAdjectiveCluster() - Method in class net.didion.jwnl.data.Synset
 
isCachingEnabled() - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
isCurrentFormAvailable() - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
isEmpty() - Method in class net.didion.jwnl.util.TypeCheckingList
 
isExecuted() - Method in class net.didion.jwnl.dictionary.database.Query
 
isFull() - Method in class net.didion.jwnl.util.cache.LRUCache
 
isInitialized() - Static method in class net.didion.jwnl.JWNL
 
isLemmaKey() - Method in class net.didion.jwnl.dictionary.POSKey
 
isLevelEnabled(MessageLogLevel) - Method in class net.didion.jwnl.util.MessageLog
 
isLexical() - Method in class net.didion.jwnl.data.Pointer
True if this pointer's source is a Word
isLexical() - Method in class net.didion.jwnl.data.list.PointerTargetNode
Returns true if the target is a Word, else false.
isMoreFormsAvailable() - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
isOffsetKey() - Method in class net.didion.jwnl.dictionary.POSKey
 
isOpen() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalog
 
isOpen() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalogSet
 
isOpen() - Method in interface net.didion.jwnl.dictionary.file.DictionaryFile
Return true if the file is open
isOpen() - Method in class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile
 
isOpen() - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
isOpen() - Method in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
isPreviousLineOffset(long) - Method in interface net.didion.jwnl.dictionary.file.RandomAccessDictionaryFile
Return true if offset is the previous offset.
isPreviousLineOffset(long) - Method in class net.didion.jwnl.princeton.file.AbstractPrincetonRandomAccessDictionaryFile
 
isSymmetric(PointerType) - Static method in class net.didion.jwnl.data.PointerType
Returns true if type is a symmetric pointer type (it is its own symmetric type).
isSymmetric() - Method in class net.didion.jwnl.data.PointerType
 
isValidPOS(POS) - Method in class net.didion.jwnl.data.IndexWordSet
Return true if there is a word with part-of-speech pos in this set.
iterator() - Method in class net.didion.jwnl.util.TypeCheckingList
 

J

JWNL - class net.didion.jwnl.JWNL.
Contains system info as well as JWNL properties.
JWNL.OS - class net.didion.jwnl.JWNL.OS.
Used to create constants that represent the major categories of operating systems.
JWNL.OS(String) - Constructor for class net.didion.jwnl.JWNL.OS
 
JWNL.Version - class net.didion.jwnl.JWNL.Version.
Represents a version of WordNet.
JWNL.Version(String, double, Locale) - Constructor for class net.didion.jwnl.JWNL.Version
 
JWNLException - exception net.didion.jwnl.JWNLException.
Base level exception used by JWNL.
JWNLException(String) - Constructor for class net.didion.jwnl.JWNLException
 
JWNLException(String, Object) - Constructor for class net.didion.jwnl.JWNLException
 
JWNLException(String, Object[]) - Constructor for class net.didion.jwnl.JWNLException
 
JWNLException(String, Throwable) - Constructor for class net.didion.jwnl.JWNLException
 
JWNLException(String, Object[], Throwable) - Constructor for class net.didion.jwnl.JWNLException
 
JWNLException(String, Object, Throwable) - Constructor for class net.didion.jwnl.JWNLException
 
JWNLRuntimeException - exception net.didion.jwnl.JWNLRuntimeException.
Base level runtime exception used by JWNL.
JWNLRuntimeException(String) - Constructor for class net.didion.jwnl.JWNLRuntimeException
 
JWNLRuntimeException(String, Object) - Constructor for class net.didion.jwnl.JWNLRuntimeException
 
JWNLRuntimeException(String, Object[]) - Constructor for class net.didion.jwnl.JWNLRuntimeException
 
JWNLRuntimeException(String, Throwable) - Constructor for class net.didion.jwnl.JWNLRuntimeException
 
JWNLRuntimeException(String, Object[], Throwable) - Constructor for class net.didion.jwnl.JWNLRuntimeException
 
JWNLRuntimeException(String, Object, Throwable) - Constructor for class net.didion.jwnl.JWNLRuntimeException
 

L

LRUCache - class net.didion.jwnl.util.cache.LRUCache.
A fixed-capacity Cache that stores the most recently used elements.
LRUCache(int) - Constructor for class net.didion.jwnl.util.cache.LRUCache
 
LRUCacheSet - class net.didion.jwnl.util.cache.LRUCacheSet.
 
LRUCacheSet(Object[]) - Constructor for class net.didion.jwnl.util.cache.LRUCacheSet
 
LRUCacheSet(Object[], int) - Constructor for class net.didion.jwnl.util.cache.LRUCacheSet
 
LRUCacheSet(Object[], int[]) - Constructor for class net.didion.jwnl.util.cache.LRUCacheSet
 
LookupExceptionsOperation - class net.didion.jwnl.dictionary.morph.LookupExceptionsOperation.
Lookup the word in the exceptions file of the given part-of-speech.
LookupExceptionsOperation() - Constructor for class net.didion.jwnl.dictionary.morph.LookupExceptionsOperation
 
LookupIndexWordOperation - class net.didion.jwnl.dictionary.morph.LookupIndexWordOperation.
 
LookupIndexWordOperation() - Constructor for class net.didion.jwnl.dictionary.morph.LookupIndexWordOperation
 
lastIndexOf(Object) - Method in class net.didion.jwnl.util.TypeCheckingList
 
length() - Method in interface net.didion.jwnl.dictionary.file.RandomAccessDictionaryFile
Get the length, in bytes, of the file
length() - Method in class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile
 
length() - Method in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
listIterator() - Method in class net.didion.jwnl.util.TypeCheckingList
 
listIterator(int) - Method in class net.didion.jwnl.util.TypeCheckingList
 
log(MessageLogLevel, String) - Method in class net.didion.jwnl.util.MessageLog
 
log(MessageLogLevel, String, Object) - Method in class net.didion.jwnl.util.MessageLog
 
log(MessageLogLevel, String, Object[]) - Method in class net.didion.jwnl.util.MessageLog
 
log(MessageLogLevel, String, Throwable) - Method in class net.didion.jwnl.util.MessageLog
 
log(MessageLogLevel, String, Object, Throwable) - Method in class net.didion.jwnl.util.MessageLog
 
log(MessageLogLevel, String, Object[], Throwable) - Method in class net.didion.jwnl.util.MessageLog
 
lookup(String) - Static method in class net.didion.jwnl.dictionary.file_manager.RemoteFileManager
Lookup the object bound to the value of BINDING_NAME in the RMI registry on the host named by hostname
lookupAllBaseForms(POS, String) - Method in interface net.didion.jwnl.dictionary.MorphologicalProcessor
Return all the base forms of derivation
lookupAllBaseForms(POS, String) - Method in class net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor
 
lookupAllIndexWords(String) - Method in class net.didion.jwnl.dictionary.Dictionary
Return a set of IndexWords, with each element in the set corresponding to a part-of-speech of word.
lookupBaseForm(POS, String) - Method in interface net.didion.jwnl.dictionary.MorphologicalProcessor
Try to turn derivation into a word that is found in the index file for pos.
lookupBaseForm(POS, String) - Method in class net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor
Lookup the base form of a word.
lookupIndexWord(POS, String) - Method in class net.didion.jwnl.dictionary.Dictionary
Main word lookup procedure.

M

MAC - Static variable in class net.didion.jwnl.JWNL
 
MEMBER_HOLONYM - Static variable in class net.didion.jwnl.data.PointerType
 
MEMBER_MERONYM - Static variable in class net.didion.jwnl.data.PointerType
 
MORPH - Static variable in class net.didion.jwnl.dictionary.DatabaseBackedDictionary
MorphologicalProcessor class install parameter.
MORPH - Static variable in class net.didion.jwnl.dictionary.FileBackedDictionary
Morphological processor class install parameter.
MORPH - Static variable in class net.didion.jwnl.dictionary.MapBackedDictionary
MorphologicalProcessor class install parameter.
MapBackedDictionary - class net.didion.jwnl.dictionary.MapBackedDictionary.
A Dictionary backed by Maps.
MapBackedDictionary() - Constructor for class net.didion.jwnl.dictionary.MapBackedDictionary
 
MessageLog - class net.didion.jwnl.util.MessageLog.
 
MessageLog(Class) - Constructor for class net.didion.jwnl.util.MessageLog
 
MessageLogLevel - class net.didion.jwnl.util.MessageLogLevel.
 
MorphologicalProcessor - interface net.didion.jwnl.dictionary.MorphologicalProcessor.
A MorphologicalProcessor tries to turn the inflected form of a word or phrase into the form that can be found in WordNet.
makeFilename() - Method in class net.didion.jwnl.dictionary.file.AbstractDictionaryFile
Build a filename from the part-of-speech and the file type.
makeFilename() - Method in class net.didion.jwnl.princeton.file.AbstractPrincetonDictionaryFile
 
makeInheritedTree(Synset, PointerType) - Method in class net.didion.jwnl.data.PointerUtils
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target.
makeInheritedTree(Synset, PointerType, PointerType, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target.
makeInheritedTree(Synset, PointerType, PointerType, int, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target.
makeInheritedTree(Synset, PointerType[]) - Method in class net.didion.jwnl.data.PointerUtils
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target.
makeInheritedTree(Synset, PointerType[], PointerType, int, int) - Method in class net.didion.jwnl.data.PointerUtils
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target.
makeInheritedTree(Synset, PointerType[], PointerType, int, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target.
makeInheritedTree(PointerTargetTree, PointerType[], PointerType, int, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
Turn an existing tree into an inheritance tree.
makeInheritedTreeList(PointerTargetTreeNodeList, PointerType[], PointerType, int, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
Turn an existing tree list into an inheritance tree list.
makePointerTargetTreeList(Synset, PointerType) - Method in class net.didion.jwnl.data.PointerUtils
Make a nested list of pointer targets to the default depth, starting at synset.
makePointerTargetTreeList(Synset, PointerType, int) - Method in class net.didion.jwnl.data.PointerUtils
Make a nested list of pointer targets to depth depth, starting at synset.
makePointerTargetTreeList(Synset, PointerType, PointerType, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
Make a nested list of pointer targets to depth depth, starting at synset.
makePointerTargetTreeList(Synset, PointerType[]) - Method in class net.didion.jwnl.data.PointerUtils
Make a nested list of pointer targets to the default depth, starting at synset.
makePointerTargetTreeList(Synset, PointerType[], int) - Method in class net.didion.jwnl.data.PointerUtils
Make a nested list of pointer targets to depth depth, starting at synset.
makePointerTargetTreeList(Synset, PointerType[], PointerType, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
Make a nested list of pointer targets to depth depth, starting at synset.
makePointerTargetTreeList(PointerTargetNodeList, PointerType, PointerType, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
Make a nested list of pointer targets to depth depth, starting at each synset in list.
makePointerTargetTreeList(PointerTargetNodeList, PointerType[], PointerType, int, boolean) - Method in class net.didion.jwnl.data.PointerUtils
Make a nested list of pointer targets to depth depth, starting at each synset in list.
matches(String) - Method in class net.didion.jwnl.JWNL.OS
Returns true if testOS is a version of this OS.

N

NOMINALIZATION - Static variable in class net.didion.jwnl.data.PointerType
 
NONE - Static variable in class net.didion.jwnl.data.Adjective
 
NOUN - Static variable in class net.didion.jwnl.data.POS
 
NameValueParam - class net.didion.jwnl.util.factory.NameValueParam.
 
NameValueParam(String, String) - Constructor for class net.didion.jwnl.util.factory.NameValueParam
 
NameValueParam(String, String, Param[]) - Constructor for class net.didion.jwnl.util.factory.NameValueParam
 
Node - interface net.didion.jwnl.data.list.Node.
A node in a list.
NodePrinter - class net.didion.jwnl.data.list.NodePrinter.
A printer for displaying the contents of a node list.
NodePrinter() - Constructor for class net.didion.jwnl.data.list.NodePrinter
 
NodePrinter(int) - Constructor for class net.didion.jwnl.data.list.NodePrinter
 
NodePrinter(PrintStream) - Constructor for class net.didion.jwnl.data.list.NodePrinter
 
NodePrinter(PrintStream, int) - Constructor for class net.didion.jwnl.data.list.NodePrinter
 
net.didion.jwnl - package net.didion.jwnl
 
net.didion.jwnl.data - package net.didion.jwnl.data
Classes for extracting and containing data from the dictionary.
net.didion.jwnl.data.list - package net.didion.jwnl.data.list
Lists and associated classes that hold the results of relationship operations.
net.didion.jwnl.data.relationship - package net.didion.jwnl.data.relationship
Tools for finding pointer relationships between words.
net.didion.jwnl.dictionary - package net.didion.jwnl.dictionary
Classes for acessing dictionary information.
net.didion.jwnl.dictionary.database - package net.didion.jwnl.dictionary.database
Classes for accessing databases that contain dictionary information.
net.didion.jwnl.dictionary.file - package net.didion.jwnl.dictionary.file
Classes for accessing files that contain dictionary information.
net.didion.jwnl.dictionary.file_manager - package net.didion.jwnl.dictionary.file_manager
Classes used by FileBackedDictionary to interface with the filesystem.
net.didion.jwnl.dictionary.morph - package net.didion.jwnl.dictionary.morph
 
net.didion.jwnl.princeton.data - package net.didion.jwnl.princeton.data
Implementations of DictionaryElementFactory for Princeton's release of WordNet.
net.didion.jwnl.princeton.file - package 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.
net.didion.jwnl.util - package net.didion.jwnl.util
Utility classes used by JWNL.
net.didion.jwnl.util.cache - package net.didion.jwnl.util.cache
Classes used for caching information.
net.didion.jwnl.util.factory - package net.didion.jwnl.util.factory
Classes involved in reflective creation of JWNL components.
newInstance(String, POS, DictionaryFileType) - Method in interface net.didion.jwnl.dictionary.file.DictionaryFile
Create a new instance of the dictionary file
newInstance(String, POS, DictionaryFileType) - Method in class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile
 
newInstance(String, POS, DictionaryFileType) - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
newInstance(String, POS, DictionaryFileType) - Method in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
next() - Method in class net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
 
nextByte() - Method in class net.didion.jwnl.util.TokenizerParser
Convert the next token into a byte
nextHexInt() - Method in class net.didion.jwnl.util.TokenizerParser
Convert the next token into a base 16 int
nextIndex() - Method in class net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
 
nextInt() - Method in class net.didion.jwnl.util.TokenizerParser
Convert the next token into an int
nextInt(int) - Method in class net.didion.jwnl.util.TokenizerParser
Convert the next token into an int with base radix
nextLong() - Method in class net.didion.jwnl.util.TokenizerParser
Convert the next token into a long
nextShort() - Method in class net.didion.jwnl.util.TokenizerParser
Convert the next token into a short

O

OPERATIONS - Static variable in class net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor
Parameter that determines the operations this morphological processor will perform
OPERATIONS - Static variable in class net.didion.jwnl.dictionary.morph.DetachSuffixesOperation
 
OS_PROPERTY_NAME - Static variable in class net.didion.jwnl.JWNL
 
ObjectDictionaryFile - interface net.didion.jwnl.dictionary.file.ObjectDictionaryFile.
DictioanryFile that reads and writes serailazed objects.
Operation - interface net.didion.jwnl.dictionary.morph.Operation.
 
open() - Method in class net.didion.jwnl.dictionary.file.AbstractDictionaryFile
Open the file.
open() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalog
 
open() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalogSet
 
open() - Method in interface net.didion.jwnl.dictionary.file.DictionaryFile
Open the file.
openFile(File) - Method in class net.didion.jwnl.dictionary.file.AbstractDictionaryFile
Open the file at path path
openFile(File) - Method in class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile
 
openFile(File) - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
Here we try to be intelligent about opening streams.
openFile(File) - Method in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
openStreams() - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
Open the input and output streams.

P

PARTICIPLE_OF - Static variable in class net.didion.jwnl.data.PointerType
 
PART_HOLONYM - Static variable in class net.didion.jwnl.data.PointerType
 
PART_MERONYM - Static variable in class net.didion.jwnl.data.PointerType
 
PASSWORD - Static variable in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
PATH - Static variable in class net.didion.jwnl.dictionary.MapBackedDictionary
The path of the dictionary files
PATH - Static variable in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
Dictionary path install parameter.
PERTAINYM - Static variable in class net.didion.jwnl.data.PointerType
 
PHRASE_OPERATIONS - Static variable in class net.didion.jwnl.dictionary.morph.TokenizerOperation
Parameter that determines the operations this operation will perform on the phrases.
POS - class net.didion.jwnl.data.POS.
Instances of this class enumerate the possible major syntactic categories, or Part's Of Speech.
POSKey - class net.didion.jwnl.dictionary.POSKey.
A cache key consists of a POS and an object
POSKey(POS, String) - Constructor for class net.didion.jwnl.dictionary.POSKey
 
POSKey(POS, long) - Constructor for class net.didion.jwnl.dictionary.POSKey
 
PREDICATIVE - Static variable in class net.didion.jwnl.data.Adjective
 
Param - interface net.didion.jwnl.util.factory.Param.
Represents a parameter in a properties file.
ParamList - class net.didion.jwnl.util.factory.ParamList.
 
ParamList(String) - Constructor for class net.didion.jwnl.util.factory.ParamList
 
ParamList(String, Param[]) - Constructor for class net.didion.jwnl.util.factory.ParamList
 
Pointer - class net.didion.jwnl.data.Pointer.
A Pointer encodes a lexical or semantic relationship between WordNet entities.
Pointer(PointerTarget, int, PointerType, POS, long, int) - Constructor for class net.didion.jwnl.data.Pointer
 
PointerTarget - class net.didion.jwnl.data.PointerTarget.
A PointerTarget is the source or target of a Pointer.
PointerTarget() - Constructor for class net.didion.jwnl.data.PointerTarget
 
PointerTargetNode - class net.didion.jwnl.data.list.PointerTargetNode.
A node in a PointerTargetNodeList.
PointerTargetNode(PointerTarget) - Constructor for class net.didion.jwnl.data.list.PointerTargetNode
 
PointerTargetNode(PointerTarget, PointerType) - Constructor for class net.didion.jwnl.data.list.PointerTargetNode
 
PointerTargetNodeList - class net.didion.jwnl.data.list.PointerTargetNodeList.
A PointerTargetNodeList holds the results of a relationship method.
PointerTargetNodeList() - Constructor for class net.didion.jwnl.data.list.PointerTargetNodeList
 
PointerTargetNodeList(LinkedList) - Constructor for class net.didion.jwnl.data.list.PointerTargetNodeList
 
PointerTargetNodeList(PointerTarget[]) - Constructor for class net.didion.jwnl.data.list.PointerTargetNodeList
 
PointerTargetNodeList(LinkedList, Class) - Constructor for class net.didion.jwnl.data.list.PointerTargetNodeList
 
PointerTargetTree - class net.didion.jwnl.data.list.PointerTargetTree.
A container for the root node of a pointer target tree.
PointerTargetTree(PointerTargetTreeNode) - Constructor for class net.didion.jwnl.data.list.PointerTargetTree
 
PointerTargetTree(Synset, PointerTargetTreeNodeList) - Constructor for class net.didion.jwnl.data.list.PointerTargetTree
 
PointerTargetTreeNode - class net.didion.jwnl.data.list.PointerTargetTreeNode.
A node in a PointerTargetTreeNodeList.
PointerTargetTreeNode(PointerTarget, PointerTargetTreeNodeList, PointerTargetTreeNodeList, PointerType, PointerTargetTreeNode) - Constructor for class net.didion.jwnl.data.list.PointerTargetTreeNode
 
PointerTargetTreeNode(PointerTarget) - Constructor for class net.didion.jwnl.data.list.PointerTargetTreeNode
 
PointerTargetTreeNode(PointerTarget, PointerType) - Constructor for class net.didion.jwnl.data.list.PointerTargetTreeNode
 
PointerTargetTreeNode(PointerTarget, PointerTargetTreeNodeList, PointerType) - Constructor for class net.didion.jwnl.data.list.PointerTargetTreeNode
 
PointerTargetTreeNode(PointerTarget, PointerType, PointerTargetTreeNode) - Constructor for class net.didion.jwnl.data.list.PointerTargetTreeNode
 
PointerTargetTreeNode(PointerTarget, PointerTargetTreeNodeList, PointerType, PointerTargetTreeNode) - Constructor for class net.didion.jwnl.data.list.PointerTargetTreeNode
 
PointerTargetTreeNode(PointerTarget, PointerTargetTreeNodeList, PointerTargetTreeNodeList, PointerType) - Constructor for class net.didion.jwnl.data.list.PointerTargetTreeNode
 
PointerTargetTreeNodeList - class net.didion.jwnl.data.list.PointerTargetTreeNodeList.
A list of PointerTargetTreeNodes.
PointerTargetTreeNodeList() - Constructor for class net.didion.jwnl.data.list.PointerTargetTreeNodeList
 
PointerTargetTreeNodeList(LinkedList) - Constructor for class net.didion.jwnl.data.list.PointerTargetTreeNodeList
 
PointerTargetTreeNodeList.FindNodeOperation - class net.didion.jwnl.data.list.PointerTargetTreeNodeList.FindNodeOperation.
Operation that is used for finding the specified node in a tree.
PointerTargetTreeNodeList.FindNodeOperation(PointerTargetTreeNode) - Constructor for class net.didion.jwnl.data.list.PointerTargetTreeNodeList.FindNodeOperation
 
PointerTargetTreeNodeList.FindTargetOperation - class net.didion.jwnl.data.list.PointerTargetTreeNodeList.FindTargetOperation.
Operation that is used for finding the node(s) in a tree that have the specified PointerTarget.
PointerTargetTreeNodeList.FindTargetOperation(PointerTarget) - Constructor for class net.didion.jwnl.data.list.PointerTargetTreeNodeList.FindTargetOperation
 
PointerTargetTreeNodeList.Operation - interface net.didion.jwnl.data.list.PointerTargetTreeNodeList.Operation.
Operation that is performed on the nodes of a tree or list.
PointerType - class net.didion.jwnl.data.PointerType.
Instances of this class enumerate the possible WordNet pointer types, and are used to label PointerTypes.
PointerUtils - class net.didion.jwnl.data.PointerUtils.
This class constains static methods for performing various pointer operations.
PrincetonChannelDictionaryFile - class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile.
A RandomAccessDictionaryFile that accesses files named with Princeton's dictionary file naming convention.
PrincetonChannelDictionaryFile() - Constructor for class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile
 
PrincetonChannelDictionaryFile(String, POS, DictionaryFileType) - Constructor for class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile
 
PrincetonObjectDictionaryFile - class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile.
ObjectDictionaryFile that accesses files names with the Princeton dictionary file naming convention.
PrincetonObjectDictionaryFile() - Constructor for class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
PrincetonObjectDictionaryFile(String, POS, DictionaryFileType) - Constructor for class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
PrincetonRandomAccessDictionaryFile - class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile.
A RandomAccessDictionaryFile that accesses files named with Princeton's dictionary file naming convention.
PrincetonRandomAccessDictionaryFile() - Constructor for class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
PrincetonRandomAccessDictionaryFile(String, POS, DictionaryFileType) - Constructor for class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
PrincetonRandomAccessDictionaryFile(String, POS, DictionaryFileType, String) - Constructor for class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
PrincetonWN16DatabaseDictionaryElementFactory - class net.didion.jwnl.princeton.data.PrincetonWN16DatabaseDictionaryElementFactory.
 
PrincetonWN16DatabaseDictionaryElementFactory() - Constructor for class net.didion.jwnl.princeton.data.PrincetonWN16DatabaseDictionaryElementFactory
 
PrincetonWN16FileDictionaryElementFactory - class net.didion.jwnl.princeton.data.PrincetonWN16FileDictionaryElementFactory.
FileDictionaryElementFactory that produces elements for Princeton's release of WordNet v 1.6
PrincetonWN16FileDictionaryElementFactory() - Constructor for class net.didion.jwnl.princeton.data.PrincetonWN16FileDictionaryElementFactory
 
PrincetonWN17DatabaseDictionaryElementFactory - class net.didion.jwnl.princeton.data.PrincetonWN17DatabaseDictionaryElementFactory.
 
PrincetonWN17DatabaseDictionaryElementFactory() - Constructor for class net.didion.jwnl.princeton.data.PrincetonWN17DatabaseDictionaryElementFactory
 
PrincetonWN17FileDictionaryElementFactory - class net.didion.jwnl.princeton.data.PrincetonWN17FileDictionaryElementFactory.
FileDictionaryElementFactory that produces elements for the Princeton release of WordNet v 1.7
PrincetonWN17FileDictionaryElementFactory() - Constructor for class net.didion.jwnl.princeton.data.PrincetonWN17FileDictionaryElementFactory
 
prepareQueryString(String) - Static method in class net.didion.jwnl.dictionary.Dictionary
Prepares the lemma for being used in a lookup operation.
previous() - Method in class net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
 
previousIndex() - Method in class net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
 
print(PrintStream, Node, int, int) - Method in class net.didion.jwnl.data.list.NodePrinter
Print the contents of the given node, indenting it indent spaces.
print(TypeCheckingList.TypeCheckingListIterator) - Method in class net.didion.jwnl.data.list.NodePrinter
Print the contents of itr using the default indent
print(TypeCheckingList.TypeCheckingListIterator, PrintStream) - Method in class net.didion.jwnl.data.list.NodePrinter
Print the contents of itr to the given stream
print(TypeCheckingList.TypeCheckingListIterator, PrintStream, int) - Method in class net.didion.jwnl.data.list.NodePrinter
Print the contents of itr to the given stream indenting each line indent spaces.
print(TypeCheckingList.TypeCheckingListIterator, int) - Method in class net.didion.jwnl.data.list.NodePrinter
Print the contents of itr indenting each line indent spaces.
print(TypeCheckingList.TypeCheckingListIterator, int, int) - Method in class net.didion.jwnl.data.list.NodePrinter
Print the contents of itr to the default stream.
print(TypeCheckingList.TypeCheckingListIterator, PrintStream, int, int) - Method in class net.didion.jwnl.data.list.NodePrinter
Print the contents of itr to the given stream.
print() - Method in class net.didion.jwnl.data.list.PointerTargetNodeList
 
print(int) - Method in class net.didion.jwnl.data.list.PointerTargetNodeList
 
print(PrintStream) - Method in class net.didion.jwnl.data.list.PointerTargetNodeList
 
print(PrintStream, int) - Method in class net.didion.jwnl.data.list.PointerTargetNodeList
 
print(PrintStream, int, int) - Method in class net.didion.jwnl.data.list.PointerTargetNodeList
 
print() - Method in class net.didion.jwnl.data.list.PointerTargetTree
 
put(Object, Object) - Method in interface net.didion.jwnl.util.cache.Cache
Store value in the cache, indexed by key.

Q

Query - class net.didion.jwnl.dictionary.database.Query.
 
Query(String, Connection) - Constructor for class net.didion.jwnl.dictionary.database.Query
 

R

READ_ONLY - Static variable in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
Read-only file permission.
READ_WRITE - Static variable in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
Read-write file permission.
REGION - Static variable in class net.didion.jwnl.data.PointerType
 
REGION_MEMBER - Static variable in class net.didion.jwnl.data.PointerType
 
RandomAccessDictionaryFile - interface net.didion.jwnl.dictionary.file.RandomAccessDictionaryFile.
DictionaryFile that reads lines from a random-access text file.
Relationship - class net.didion.jwnl.data.relationship.Relationship.
A Relationship encapsulates the relationship between two synsets.
Relationship(PointerType, PointerTargetNodeList, Synset, Synset) - Constructor for class net.didion.jwnl.data.relationship.Relationship
 
RelationshipFinder - class net.didion.jwnl.data.relationship.RelationshipFinder.
 
RelationshipList - class net.didion.jwnl.data.relationship.RelationshipList.
A list of Relationships.
RelationshipList() - Constructor for class net.didion.jwnl.data.relationship.RelationshipList
 
RemoteFileManager - class net.didion.jwnl.dictionary.file_manager.RemoteFileManager.
An object of this class can serve as a FileManager for remote FileBackedDictionary instantiations using RMI.
RemoteFileManager(String, Class) - Constructor for class net.didion.jwnl.dictionary.file_manager.RemoteFileManager
Construct a file manager backed by a set of files contained in the default WN search directory.
RemovePrepPhrasesOperation - class net.didion.jwnl.dictionary.morph.RemovePrepPhrasesOperation.
yet to be implemented
RemovePrepPhrasesOperation() - Constructor for class net.didion.jwnl.dictionary.morph.RemovePrepPhrasesOperation
 
Resolvable - class net.didion.jwnl.util.Resolvable.
Implements lazy resolving for a resource key
Resolvable(String) - Constructor for class net.didion.jwnl.util.Resolvable
 
ResourceBundleSet - class net.didion.jwnl.util.ResourceBundleSet.
A ResourceBundle that is a proxy to multiple ResourceBundles.
ResourceBundleSet(String) - Constructor for class net.didion.jwnl.util.ResourceBundleSet
 
ResourceBundleSet(String[]) - Constructor for class net.didion.jwnl.util.ResourceBundleSet
 
read() - Method in interface net.didion.jwnl.dictionary.file.RandomAccessDictionaryFile
Read a byte from the file
read() - Method in class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile
 
read() - Method in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
readLine() - Method in interface net.didion.jwnl.dictionary.file.RandomAccessDictionaryFile
Read a line from the file
readLine() - Method in class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile
 
readLine() - Method in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
readLineAt(POS, DictionaryFileType, long) - Method in interface net.didion.jwnl.dictionary.file_manager.FileManager
Read the line that begins at file offset offset.
readLineAt(POS, DictionaryFileType, long) - Method in class net.didion.jwnl.dictionary.file_manager.FileManagerImpl
 
readObject() - Method in interface net.didion.jwnl.dictionary.file.ObjectDictionaryFile
Read and deserialize an object from the file
readObject() - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 
remove(POS) - Method in class net.didion.jwnl.data.IndexWordSet
Remove the IndexWord associated with p from this set.
remove() - Method in class net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
 
remove(Object) - Method in class net.didion.jwnl.util.TypeCheckingList
 
remove(int) - Method in class net.didion.jwnl.util.TypeCheckingList
 
remove(Object) - Method in interface net.didion.jwnl.util.cache.Cache
Remotes the object associated with key and returns that object.
removeAll(Collection) - Method in class net.didion.jwnl.util.TypeCheckingList
 
removeEldestEntry(Map.Entry) - Method in class net.didion.jwnl.util.cache.LRUCache
 
resolveMessage(String) - Static method in class net.didion.jwnl.JWNL
Resolve msg in one of the resource bundles used by the system
resolveMessage(String, Object) - Static method in class net.didion.jwnl.JWNL
Resolve msg in one of the resource bundles used by the system.
resolveMessage(String, Object[]) - Static method in class net.didion.jwnl.JWNL
Resolve msg in one of the resource bundles used by the system
retainAll(Collection) - Method in class net.didion.jwnl.util.TypeCheckingList
 
reverse() - Method in class net.didion.jwnl.data.list.PointerTargetNodeList
Reverse the contents of this list.
reverse() - Method in class net.didion.jwnl.data.list.PointerTargetTree
Reverse this tree.
reverse() - Method in class net.didion.jwnl.data.relationship.AsymmetricRelationship
 
reverse() - Method in class net.didion.jwnl.data.relationship.Relationship
 
reverse() - Method in class net.didion.jwnl.data.relationship.SymmetricRelationship
 

S

SEE_ALSO - Static variable in class net.didion.jwnl.data.PointerType
 
SIMILAR_TO - Static variable in class net.didion.jwnl.data.PointerType
 
SUBSTANCE_HOLONYM - Static variable in class net.didion.jwnl.data.PointerType
 
SUBSTANCE_MERONYM - Static variable in class net.didion.jwnl.data.PointerType
 
SYNSET - Static variable in class net.didion.jwnl.data.DictionaryElementType
 
SYNSET_WORD_CACHE_SIZE - Static variable in class net.didion.jwnl.dictionary.FileBackedDictionary
Size of the synset cache.
SymmetricRelationship - class net.didion.jwnl.data.relationship.SymmetricRelationship.
A symmetric relationship is one whose type is symmetric (its own inverse).
SymmetricRelationship(PointerType, PointerTargetNodeList, Synset, Synset) - Constructor for class net.didion.jwnl.data.relationship.SymmetricRelationship
 
Synset - class net.didion.jwnl.data.Synset.
A Synset, or synonym set, represents a line of a WordNet pos.data file.
Synset(POS, long, Word[], Pointer[], String, BitSet) - Constructor for class net.didion.jwnl.data.Synset
 
Synset(POS, long, Word[], Pointer[], String, BitSet, boolean) - Constructor for class net.didion.jwnl.data.Synset
Deprecated.  
SynsetProxy - class net.didion.jwnl.data.SynsetProxy.
Proxy for a Synset.
SynsetProxy(POS) - Constructor for class net.didion.jwnl.data.SynsetProxy
The only value that matters is pos, since the call to getPOS is not forwarded to _source
seek(long) - Method in interface net.didion.jwnl.dictionary.file.RandomAccessDictionaryFile
Go to postion pos in the file.
seek(long) - Method in class net.didion.jwnl.princeton.file.PrincetonChannelDictionaryFile
 
seek(long) - Method in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
set(Object) - Method in class net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
 
set(int, Object) - Method in class net.didion.jwnl.util.TypeCheckingList
 
setCacheCapacity(int) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
setCacheCapacity(DictionaryElementType, int) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
setCacheCapacity(Object, int) - Method in class net.didion.jwnl.util.cache.CacheSet
 
setCachingEnabled(boolean) - Method in class net.didion.jwnl.dictionary.AbstractCachingDictionary
 
setCapacity(int) - Method in interface net.didion.jwnl.util.cache.Cache
Set the maximum number of elements the cache can hold.
setCapacity(int) - Method in class net.didion.jwnl.util.cache.LRUCache
 
setChildTreeList(PointerTargetTreeNodeList) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
setDictionary(Dictionary) - Static method in class net.didion.jwnl.dictionary.Dictionary
 
setIndex(int) - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
setLocale(Locale) - Method in class net.didion.jwnl.util.ResourceBundleSet
 
setNextLineOffset(long, long) - Method in interface net.didion.jwnl.dictionary.file.RandomAccessDictionaryFile
Move the file pointer so that its next line offset is nextOffset
setNextLineOffset(long, long) - Method in class net.didion.jwnl.princeton.file.AbstractPrincetonRandomAccessDictionaryFile
 
setParent(PointerTargetTreeNode) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
setPointerTreeList(PointerTargetTreeNodeList) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
setSource(Synset) - Method in class net.didion.jwnl.data.SynsetProxy
 
setSuffixMap(Map) - Method in class net.didion.jwnl.dictionary.morph.DetachSuffixesOperation
 
setType(PointerType) - Method in class net.didion.jwnl.data.list.PointerTargetNode
 
shutdown() - Static method in class net.didion.jwnl.JWNL
 
size() - Method in class net.didion.jwnl.data.IndexWordSet
Get the number of IndexWords in this set
size() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalog
 
size() - Method in class net.didion.jwnl.dictionary.file.DictionaryCatalogSet
 
size() - Method in class net.didion.jwnl.dictionary.morph.BaseFormSet
 
size() - Method in class net.didion.jwnl.util.TypeCheckingList
 
split(String) - Static method in class net.didion.jwnl.dictionary.morph.Util
 
subList(int, int) - Method in class net.didion.jwnl.util.TypeCheckingList
 
symmetricTo(PointerType) - Method in class net.didion.jwnl.data.PointerType
Returns true if type is symmetric to this pointer type.

T

TOKEN_OPERATIONS - Static variable in class net.didion.jwnl.dictionary.morph.TokenizerOperation
Parameter that determines the operations this operation will perform on the tokens.
TRACE - Static variable in class net.didion.jwnl.util.MessageLogLevel
 
TokenizerOperation - class net.didion.jwnl.dictionary.morph.TokenizerOperation.
 
TokenizerOperation() - Constructor for class net.didion.jwnl.dictionary.morph.TokenizerOperation
 
TokenizerOperation(String[]) - Constructor for class net.didion.jwnl.dictionary.morph.TokenizerOperation
 
TokenizerParser - class net.didion.jwnl.util.TokenizerParser.
A StringTokenizer with extensions to retrieve the values of numeric tokens, as well as strings.
TokenizerParser(String, String) - Constructor for class net.didion.jwnl.util.TokenizerParser
 
TypeCheckingList - class net.didion.jwnl.util.TypeCheckingList.
Wrapper for a list that checks the type of arguments before putting them in the list.
TypeCheckingList(Class) - Constructor for class net.didion.jwnl.util.TypeCheckingList
 
TypeCheckingList(List, Class) - Constructor for class net.didion.jwnl.util.TypeCheckingList
 
TypeCheckingList(List, Class, Class) - Constructor for class net.didion.jwnl.util.TypeCheckingList
Create a new Type checking list that checks for type type, but only if parentType is equal to, a super class/interface of, or an interface implemented by type.
TypeCheckingList.TypeCheckingListIterator - class net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator.
 
toArray() - Method in class net.didion.jwnl.util.TypeCheckingList
 
toArray(Object[]) - Method in class net.didion.jwnl.util.TypeCheckingList
 
toList() - Method in class net.didion.jwnl.data.list.PointerTargetTree
Convert this tree to an List of PointerTargetNodeLists.
toList(PointerTargetNodeList) - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
Convert this node into a list of PointerTargetList's, each representing a unique brance through the tree
toString() - Method in class net.didion.jwnl.JWNL.OS
 
toString() - Method in class net.didion.jwnl.JWNL.Version
 
toString() - Method in class net.didion.jwnl.data.Adjective.AdjectivePosition
 
toString() - Method in class net.didion.jwnl.data.DictionaryElementType
 
toString() - Method in class net.didion.jwnl.data.Exc
 
toString() - Method in class net.didion.jwnl.data.IndexWord
 
toString() - Method in class net.didion.jwnl.data.IndexWordSet
 
toString() - Method in class net.didion.jwnl.data.POS
 
toString() - Method in class net.didion.jwnl.data.Pointer
 
toString() - Method in class net.didion.jwnl.data.PointerTarget
 
toString() - Method in class net.didion.jwnl.data.PointerType
 
toString() - Method in class net.didion.jwnl.data.Synset
 
toString() - Method in class net.didion.jwnl.data.SynsetProxy
 
toString() - Method in class net.didion.jwnl.data.Verb
 
toString() - Method in class net.didion.jwnl.data.VerbFrame
 
toString() - Method in class net.didion.jwnl.data.Word
 
toString() - Method in class net.didion.jwnl.data.list.PointerTargetNode
 
toString() - Method in class net.didion.jwnl.data.list.PointerTargetTreeNode
 
toString() - Method in class net.didion.jwnl.data.relationship.Relationship
 
toString() - Method in class net.didion.jwnl.dictionary.POSKey
 
toString() - Method in class net.didion.jwnl.dictionary.file.DictionaryFileType
 
toString() - Method in class net.didion.jwnl.util.MessageLogLevel
 
toString() - Method in class net.didion.jwnl.util.Resolvable
 
toTreeList() - Method in class net.didion.jwnl.data.list.PointerTargetNodeList
Convert this list to a PointerTargetTreeNodeList.

U

UNDEFINED - Static variable in class net.didion.jwnl.JWNL
 
UNIX - Static variable in class net.didion.jwnl.JWNL
 
URL - Static variable in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
USAGE - Static variable in class net.didion.jwnl.data.PointerType
 
USAGE_MEMBER - Static variable in class net.didion.jwnl.data.PointerType
 
USERNAME - Static variable in class net.didion.jwnl.dictionary.database.DatabaseManagerImpl
 
Util - class net.didion.jwnl.dictionary.morph.Util.
 
uninstall() - Static method in class net.didion.jwnl.dictionary.Dictionary
 

V

VERB - Static variable in class net.didion.jwnl.data.POS
 
VERB_GROUP - Static variable in class net.didion.jwnl.data.PointerType
 
ValueParam - class net.didion.jwnl.util.factory.ValueParam.
 
ValueParam(String) - Constructor for class net.didion.jwnl.util.factory.ValueParam
 
ValueParam(String, Param[]) - Constructor for class net.didion.jwnl.util.factory.ValueParam
 
Verb - class net.didion.jwnl.data.Verb.
A Verb is a subclass of Word that can have 1 or more VerbFrames (use cases of the verb).
Verb(Synset, int, String, BitSet) - Constructor for class net.didion.jwnl.data.Verb
 
VerbFrame - class net.didion.jwnl.data.VerbFrame.
A VerbFrame is the frame of a sentence in which it is proper to use a given verb.

W

WARN - Static variable in class net.didion.jwnl.util.MessageLogLevel
 
WINDOWS - Static variable in class net.didion.jwnl.JWNL
 
Word - class net.didion.jwnl.data.Word.
A Word represents the lexical information related to a specific sense of an IndexWord.
Word(Synset, int, String) - Constructor for class net.didion.jwnl.data.Word
 
writeObject(Object) - Method in interface net.didion.jwnl.dictionary.file.ObjectDictionaryFile
Serialize and write an object ot the file.
writeObject(Object) - Method in class net.didion.jwnl.princeton.file.PrincetonObjectDictionaryFile
 

_

_permissions - Variable in class net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
The file permissions to use when opening a file.

A B C D E F G H I J L M N O P Q R S T U V W _


JWNL homepage.