Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

AbstractCachingDictionary - Class in net.sf.extjwnl.dictionary
Extends Dictionary to provide caching of elements.
AbstractCachingDictionary(Document) - Constructor for class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
AbstractCachingDictionary.IndexWordIterator - Class in net.sf.extjwnl.dictionary
 
AbstractDelegatingOperation - Class in net.sf.extjwnl.dictionary.morph
Base class for operations.
AbstractDelegatingOperation(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.dictionary.morph.AbstractDelegatingOperation
 
AbstractDictionaryElementFactory - Class in net.sf.extjwnl.princeton.data
Base class for element factories.
AbstractDictionaryElementFactory(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
 
AbstractDictionaryFile - Class in net.sf.extjwnl.dictionary.file
Abstract implementation of DictionaryFile.
AbstractDictionaryFile(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.dictionary.file.AbstractDictionaryFile
Factory constructor.
AbstractDictionaryFile(Dictionary, String, POS, DictionaryFileType, Map<String, Param>) - Constructor for class net.sf.extjwnl.dictionary.file.AbstractDictionaryFile
Instance constructor.
AbstractOperation - Class in net.sf.extjwnl.dictionary.morph
Base class for operations.
AbstractOperation(Dictionary) - Constructor for class net.sf.extjwnl.dictionary.morph.AbstractOperation
 
AbstractPrincetonDatabaseDictionaryElementFactory - Class in net.sf.extjwnl.princeton.data
Base class for database element factories.
AbstractPrincetonDatabaseDictionaryElementFactory(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.data.AbstractPrincetonDatabaseDictionaryElementFactory
 
AbstractPrincetonDictionaryFile - Class in net.sf.extjwnl.princeton.file
AbstractDictionaryFile that uses file names compatible with Princeton's distribution of WordNet.
AbstractPrincetonDictionaryFile(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.file.AbstractPrincetonDictionaryFile
 
AbstractPrincetonDictionaryFile(Dictionary, String, POS, DictionaryFileType, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.file.AbstractPrincetonDictionaryFile
 
AbstractPrincetonFileDictionaryElementFactory - Class in net.sf.extjwnl.princeton.data
FileDictionaryElementFactory that parses lines from the dictionary files distributed by the WordNet team at Princeton's Cognitive Science department.
AbstractPrincetonFileDictionaryElementFactory(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.data.AbstractPrincetonFileDictionaryElementFactory
 
AbstractPrincetonObjectDictionaryFile - Class in net.sf.extjwnl.princeton.file
Parent for ObjectDictionaryFiles that access files with the Princeton dictionary file naming convention.
AbstractPrincetonObjectDictionaryFile(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
Factory constructor.
AbstractPrincetonObjectDictionaryFile(Dictionary, String, POS, DictionaryFileType, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
Instance constructor.
AbstractPrincetonRandomAccessDictionaryFile - Class in net.sf.extjwnl.princeton.file
Base class for text files.
AbstractPrincetonRandomAccessDictionaryFile(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.file.AbstractPrincetonRandomAccessDictionaryFile
Factory constructor.
AbstractPrincetonRandomAccessDictionaryFile(Dictionary, String, POS, DictionaryFileType, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.file.AbstractPrincetonRandomAccessDictionaryFile
Instance constructor.
AbstractValueParam - Class in net.sf.extjwnl.util.factory
Base class for configuration parameters.
AbstractValueParam(Dictionary) - Constructor for class net.sf.extjwnl.util.factory.AbstractValueParam
 
AbstractValueParam(Dictionary, List<Param>) - Constructor for class net.sf.extjwnl.util.factory.AbstractValueParam
 
add(IndexWord) - Method in class net.sf.extjwnl.data.IndexWordSet
Adds an IndexWord to this set.
add(PointerTarget, PointerType) - Method in class net.sf.extjwnl.data.list.PointerTargetNodeList
 
add(PointerTarget) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
 
add(PointerTarget, PointerType) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
 
add(PointerTarget, PointerType, PointerTargetTreeNode) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
 
add(PointerTarget, PointerTargetTreeNodeList, PointerType) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
 
add(PointerTarget, PointerTargetTreeNodeList, PointerType, PointerTargetTreeNode) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
 
add(PointerTarget, PointerTargetTreeNodeList, PointerTargetTreeNodeList, PointerType) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
 
add(PointerTarget, PointerTargetTreeNodeList, PointerTargetTreeNodeList, PointerType, PointerTargetTreeNode) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
 
add(Relationship) - Method in class net.sf.extjwnl.data.relationship.RelationshipList
 
add(String) - Method in class net.sf.extjwnl.dictionary.morph.BaseFormSet
 
addAll(BaseFormSet) - Method in class net.sf.extjwnl.dictionary.morph.BaseFormSet
 
addCache(K) - Method in class net.sf.extjwnl.util.cache.CacheSet
 
addCache(K, int) - Method in class net.sf.extjwnl.util.cache.CacheSet
 
addDelegate(String, Operation[]) - Method in class net.sf.extjwnl.dictionary.morph.AbstractDelegatingOperation
 
addElement(DictionaryElement) - Method in class net.sf.extjwnl.dictionary.Dictionary
Adds dictionary element to the dictionary.
addException(Exc) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
addException(Exc) - Method in class net.sf.extjwnl.dictionary.Dictionary
Adds exception to the dictionary.
addException(Exc) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
addIndexWord(IndexWord) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
addIndexWord(IndexWord) - Method in class net.sf.extjwnl.dictionary.Dictionary
Adds index word to the dictionary.
addIndexWord(IndexWord) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
addParam(Param) - Method in class net.sf.extjwnl.util.factory.AbstractValueParam
 
addParam(Param) - Method in interface net.sf.extjwnl.util.factory.Param
 
addParam(Param) - Method in class net.sf.extjwnl.util.factory.ParamList
 
addResource(String) - Method in class net.sf.extjwnl.util.ResourceBundleSet
 
addSynset(Synset) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
addSynset(Synset) - Method in class net.sf.extjwnl.dictionary.Dictionary
Adds synset to the dictionary.
addSynset(Synset) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
ADJ - Static variable in interface net.sf.extjwnl.data.PointerTypeFlags
 
Adjective - Class in net.sf.extjwnl.data
An Adjective is a Word that can have an adjective position.
Adjective(Dictionary, Synset, String, AdjectivePosition) - Constructor for class net.sf.extjwnl.data.Adjective
 
ADJECTIVE_SATELLITE_ID - Static variable in enum net.sf.extjwnl.data.POS
 
ADJECTIVE_SATELLITE_KEY - Static variable in enum net.sf.extjwnl.data.POS
 
AdjectivePosition - Enum in net.sf.extjwnl.data
Adjective positions denote a restriction on the on the syntactic position the adjective may have in relation to noun that it modifies.
AdjectiveSynset - Class in net.sf.extjwnl.data
A Synset for adjectives.
AdjectiveSynset(Dictionary) - Constructor for class net.sf.extjwnl.data.AdjectiveSynset
 
AdjectiveSynset(Dictionary, long) - Constructor for class net.sf.extjwnl.data.AdjectiveSynset
 
ADV - Static variable in interface net.sf.extjwnl.data.PointerTypeFlags
 
ALL_EXCEPTIONS_SQL - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
ALL_LEMMAS_LIKE_SQL - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
ALL_LEMMAS_SQL - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
ALL_SYNSETS_SQL - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
appliesTo(POS) - Method in enum net.sf.extjwnl.data.PointerType
Returns whether or not this PointerType can be associated with pos.
AsymmetricRelationship - Class in net.sf.extjwnl.data.relationship
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.sf.extjwnl.data.relationship.AsymmetricRelationship
 

B

BaseDictionaryElement - Class in net.sf.extjwnl.data
Base class for dictionary elements.
BaseDictionaryElement() - Constructor for class net.sf.extjwnl.data.BaseDictionaryElement
 
BaseFormSet - Class in net.sf.extjwnl.dictionary.morph
A group of possible base forms for a particular lemma.
BaseFormSet(Dictionary) - Constructor for class net.sf.extjwnl.dictionary.morph.BaseFormSet
 
BaseFormSet(Dictionary, boolean) - Constructor for class net.sf.extjwnl.dictionary.morph.BaseFormSet
 
ByteArrayCharSequence - Class in net.sf.extjwnl.util
CharSequence backed by byte array.
ByteArrayCharSequence(byte[], int, int) - Constructor for class net.sf.extjwnl.util.ByteArrayCharSequence
Creates a char sequence backed by bytes, starting from start (inclusive) and ending at end (exclusive).
ByteArrayCharSequence(byte[], int, int, long) - Constructor for class net.sf.extjwnl.util.ByteArrayCharSequence
Creates a char sequence backed by bytes, starting from start (inclusive) and ending at end (exclusive).

C

Cache<K,V> - Interface in net.sf.extjwnl.util.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).
CACHE_CAPACITY - Static variable in class net.sf.extjwnl.dictionary.morph.DefaultMorphologicalProcessor
Parameter that determines the size of the base form cache.
CACHE_SIZE - Static variable in class net.sf.extjwnl.dictionary.FileBackedDictionary
The default cache size.
CACHE_STRINGS_KEY - Static variable in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
Whether to cache strings in .intern like manner.
CACHE_USE_COUNT_KEY - Static variable in class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
Whether to cache use counts, default false.
cacheAll() - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
cacheAll() - Method in class net.sf.extjwnl.dictionary.DatabaseBackedDictionary
 
cacheAll() - Method in class net.sf.extjwnl.dictionary.FileBackedDictionary
 
cacheException(Exc) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
cacheIndexWord(IndexWord) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
cacheObject(K, POS, A, B) - Method in class net.sf.extjwnl.util.cache.CacheSet
 
cachePOS(POS) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
CacheSet<K,A,B> - Class in net.sf.extjwnl.util.cache
A set of Caches, indexed by CacheKey.
CacheSet(List<K>) - Constructor for class net.sf.extjwnl.util.cache.CacheSet
 
CacheSet(List<K>, int) - Constructor for class net.sf.extjwnl.util.cache.CacheSet
 
CacheSet(List<K>, List<Integer>) - Constructor for class net.sf.extjwnl.util.cache.CacheSet
 
cacheStrings - Variable in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
 
cacheSynset(Synset) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
canRead() - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
canWrite() - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
charAt(int) - Method in class net.sf.extjwnl.util.ByteArrayCharSequence
 
charAt(int) - Method in class net.sf.extjwnl.util.CharBufferCharSequence
 
CharBufferCharSequence - Class in net.sf.extjwnl.util
CharSequence backed by CharBuffer.
CharBufferCharSequence(CharBuffer) - Constructor for class net.sf.extjwnl.util.CharBufferCharSequence
 
CharBufferCharSequence(CharBuffer, long) - Constructor for class net.sf.extjwnl.util.CharBufferCharSequence
 
CharSequenceParser - Class in net.sf.extjwnl.util
Parses CharSequence.
CharSequenceParser(CharSequence) - Constructor for class net.sf.extjwnl.util.CharSequenceParser
 
CharSequenceTokenizer - Class in net.sf.extjwnl.util
Tokenizes CharSequence.
CharSequenceTokenizer(CharSequence) - Constructor for class net.sf.extjwnl.util.CharSequenceTokenizer
 
CHECK_DATA_FILE_LINE_LENGTH_LIMIT_KEY - Static variable in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
Whether to warn about data file line length being off limits, default: true.
CHECK_LEX_FILE_NUMBER_KEY - Static variable in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
Whether to warn about lex file numbers correctness, default: true.
CHECK_LEX_ID_LIMIT_KEY - Static variable in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
Whether to warn about lex id being off limits, default: true.
CHECK_LEX_IDS_KEY - Static variable in class net.sf.extjwnl.dictionary.Dictionary
Parameter name: whether to check and fix lexicographer ids, default true.
CHECK_PATH_KEY - Static variable in class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
Whether to check dictionary path existence.
CHECK_POINTER_INDEX_LIMIT_KEY - Static variable in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
Whether to warn about pointer target indices being off limits, default: true
CHECK_RELATION_LIMIT_KEY - Static variable in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
Whether to warn about relation count being off limits, default: true.
CHECK_VERB_FRAME_LIMIT_KEY - Static variable in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
Whether to warn about verb frame indices being off limits, default: true
CHECK_WORD_COUNT_LIMIT_KEY - Static variable in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
Whether to warn about word count being off limits, default: true.
checkEditable() - Method in class net.sf.extjwnl.dictionary.Dictionary
Checks whether dictionary is editable and throws if not;
clear() - Method in class net.sf.extjwnl.util.cache.LRUCache
 
clearCache() - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
clearCache(DictionaryElementType) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
clearCache(K) - Method in class net.sf.extjwnl.util.cache.CacheSet
 
clearException(POS, Object) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
clearIndexWord(POS, Object) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
clearObject(K, POS, A) - Method in class net.sf.extjwnl.util.cache.CacheSet
 
clearSynset(POS, Object) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
clone() - Method in class net.sf.extjwnl.data.list.PointerTargetNode
 
clone() - Method in class net.sf.extjwnl.data.list.PointerTargetNodeList
 
clone() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
clone() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
 
clone() - Method in interface net.sf.extjwnl.util.DeepCloneable
Create a shallow clone of the object.
close() - Method in class net.sf.extjwnl.dictionary.database.ConnectionManager
 
close() - Method in interface net.sf.extjwnl.dictionary.database.DatabaseManager
Closes the connections and frees associated resources.
close() - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
close() - Method in class net.sf.extjwnl.dictionary.database.Query
 
close() - Method in class net.sf.extjwnl.dictionary.DatabaseBackedDictionary
 
close() - Method in class net.sf.extjwnl.dictionary.Dictionary
Shuts down the dictionary, freeing resources.
close() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
 
close() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalogSet
 
close() - Method in interface net.sf.extjwnl.dictionary.file.DictionaryFile
Closes the file.
close() - Method in interface net.sf.extjwnl.dictionary.file_manager.FileManager
Shuts down the file manager.
close() - Method in class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
 
close() - Method in class net.sf.extjwnl.dictionary.FileBackedDictionary
 
close() - Method in class net.sf.extjwnl.dictionary.MapBackedDictionary
 
close() - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
close() - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
close() - Method in class net.sf.extjwnl.princeton.file.PrincetonObjectDictionaryFile
 
close() - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
close() - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
 
closeStreams(InputStream, OutputStream) - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
compareTo(String) - Method in class net.sf.extjwnl.util.ByteArrayCharSequence
 
compareTo(String) - Method in class net.sf.extjwnl.util.CharBufferCharSequence
 
compareTo(String) - Method in interface net.sf.extjwnl.util.PointedCharSequence
Compares the sequence and the string lexicographically.
connection - Variable in class net.sf.extjwnl.utilities.DictionaryToDatabase
The database connection.
ConnectionManager - Class in net.sf.extjwnl.dictionary.database
Connection manager for database-backed dictionaries.
ConnectionManager(Dictionary, String, String, String, String) - Constructor for class net.sf.extjwnl.dictionary.database.ConnectionManager
 
connectionManager - Variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
containsKey(Object) - Method in class net.sf.extjwnl.util.cache.LRUCache
 
containsValue(Object) - Method in class net.sf.extjwnl.util.cache.LRUCache
 
containsWord(String) - Method in class net.sf.extjwnl.data.Synset
Returns true if lemma is one of the words contained in this synset.
convert() - Method in class net.sf.extjwnl.utilities.DictionaryToMap
Converts the current Dictionary to a MapBackedDictionary.
copyStream(InputStream, OutputStream) - Static method in class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
 
COUNT_INDEX_WORDS_SQL - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
create() - Method in class net.sf.extjwnl.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 parameters.
create() - Method in interface net.sf.extjwnl.util.factory.Param
 
create() - Method in class net.sf.extjwnl.util.factory.ParamList
 
createCache(int) - Method in class net.sf.extjwnl.util.cache.CacheSet
 
createCache(int) - Method in class net.sf.extjwnl.util.cache.LRUCacheSet
 
createExc(POS, String, ResultSet) - Method in interface net.sf.extjwnl.data.DatabaseDictionaryElementFactory
Create an Exc from a row in the database.
createExc(POS, CharSequence) - Method in interface net.sf.extjwnl.data.FileDictionaryElementFactory
Creates an Exc from a line in an exception file.
createExc(POS, String, ResultSet) - Method in class net.sf.extjwnl.princeton.data.AbstractPrincetonDatabaseDictionaryElementFactory
 
createExc(POS, CharSequence) - Method in class net.sf.extjwnl.princeton.data.AbstractPrincetonFileDictionaryElementFactory
 
createException(POS, String, List<String>) - Method in interface net.sf.extjwnl.data.DictionaryElementFactory
Creates an exception in the dictionary.
createException(POS, String, List<String>) - Method in class net.sf.extjwnl.dictionary.Dictionary
Creates an exception in the dictionary.
createException(POS, String, List<String>) - Method in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
 
createIndexWord(POS, String, ResultSet) - Method in interface net.sf.extjwnl.data.DatabaseDictionaryElementFactory
Create an IndexWord from a row in the database.
createIndexWord(POS, String, Synset) - Method in interface net.sf.extjwnl.data.DictionaryElementFactory
Creates index word.
createIndexWord(POS, CharSequence) - Method in interface net.sf.extjwnl.data.FileDictionaryElementFactory
Creates an IndexWord from a line in an index file.
createIndexWord(POS, String, Synset) - Method in class net.sf.extjwnl.dictionary.Dictionary
Creates index word.
createIndexWord(POS, String, Synset) - Method in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
 
createIndexWord(POS, String, ResultSet) - Method in class net.sf.extjwnl.princeton.data.AbstractPrincetonDatabaseDictionaryElementFactory
 
createIndexWord(POS, CharSequence) - Method in class net.sf.extjwnl.princeton.data.AbstractPrincetonFileDictionaryElementFactory
 
createNewOffset(POS) - Method in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
 
createPOSIdQuery(POS, int, String) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
createPOSOffsetQuery(POS, long, String) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
createPOSQuery(POS, String) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
createPOSStringQuery(POS, String, String) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
createSynset(POS, long, ResultSet, ResultSet, ResultSet, ResultSet) - Method in interface net.sf.extjwnl.data.DatabaseDictionaryElementFactory
Create a Synset from a row in the database.
createSynset(POS) - Method in interface net.sf.extjwnl.data.DictionaryElementFactory
Creates synset of the specified part of speech.
createSynset(POS, CharSequence) - Method in interface net.sf.extjwnl.data.FileDictionaryElementFactory
Creates a synset from a line in a data file.
createSynset(POS) - Method in class net.sf.extjwnl.data.MapBackedDictionaryElementFactory
 
createSynset(POS) - Method in class net.sf.extjwnl.dictionary.Dictionary
Creates synset of the specified part of speech.
createSynset(POS) - Method in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
 
createSynset(POS, long, ResultSet, ResultSet, ResultSet, ResultSet) - Method in class net.sf.extjwnl.princeton.data.AbstractPrincetonDatabaseDictionaryElementFactory
 
createSynset(POS, CharSequence) - Method in class net.sf.extjwnl.princeton.data.AbstractPrincetonFileDictionaryElementFactory
 
createTables(String) - Method in class net.sf.extjwnl.utilities.DictionaryToDatabase
Create the database tables.
createWord(Synset, String) - Method in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
Creates a word.

D

DATABASE_MANAGER - Static variable in class net.sf.extjwnl.dictionary.DatabaseBackedDictionary
Database manager install parameter.
DatabaseBackedDictionary - Class in net.sf.extjwnl.dictionary
Database-backed dictionary.
DatabaseBackedDictionary(Document) - Constructor for class net.sf.extjwnl.dictionary.DatabaseBackedDictionary
 
DatabaseDictionaryElementFactory - Interface in net.sf.extjwnl.data
Factory interface for creating WordNet objects from a database.
DatabaseManager - Interface in net.sf.extjwnl.dictionary.database
Interface for database managers.
DatabaseManagerImpl - Class in net.sf.extjwnl.dictionary.database
Database manager.
DatabaseManagerImpl(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
deepClone() - Method in class net.sf.extjwnl.data.list.PointerTargetNode
 
deepClone() - Method in class net.sf.extjwnl.data.list.PointerTargetNodeList
 
deepClone() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
deepClone() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
 
deepClone() - Method in interface net.sf.extjwnl.util.DeepCloneable
Create a deep clone of the object.
DeepCloneable - Interface in net.sf.extjwnl.util
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).
DEFAULT_CACHE_CAPACITY - Static variable in class net.sf.extjwnl.util.cache.CacheSet
 
DEFAULT_RESOURCE_CONFIG_PATH - Static variable in class net.sf.extjwnl.dictionary.Dictionary
Default name of the configuration file for resource instance creation.
DefaultMorphologicalProcessor - Class in net.sf.extjwnl.dictionary.morph
Default implementation of MorphologicalProcessor.
DefaultMorphologicalProcessor(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.dictionary.morph.DefaultMorphologicalProcessor
 
delegate(POS, String, BaseFormSet, String) - Method in class net.sf.extjwnl.dictionary.morph.AbstractDelegatingOperation
 
delete() - Method in class net.sf.extjwnl.dictionary.Dictionary
Deletes dictionary files.
delete() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
 
delete() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalogSet
 
delete() - Method in interface net.sf.extjwnl.dictionary.file.DictionaryDiskFile
Deletes the file.
delete() - Method in interface net.sf.extjwnl.dictionary.file_manager.FileManager
Deletes the dictionary.
delete() - Method in class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
 
delete() - Method in class net.sf.extjwnl.dictionary.FileBackedDictionary
 
delete() - Method in class net.sf.extjwnl.dictionary.MapBackedDictionary
 
delete() - Method in class net.sf.extjwnl.princeton.file.PrincetonObjectDictionaryFile
 
delete() - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
DELIMITERS - Static variable in class net.sf.extjwnl.dictionary.morph.TokenizerOperation
Parameter list that determines the delimiters this operation will use to concatenate tokens.
DetachSuffixesOperation - Class in net.sf.extjwnl.dictionary.morph
Remove all applicable suffixes from the word(s) and do a look-up.
DetachSuffixesOperation(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.dictionary.morph.DetachSuffixesOperation
 
dictionary - Variable in class net.sf.extjwnl.data.BaseDictionaryElement
 
dictionary - Variable in class net.sf.extjwnl.data.PointerTarget
 
dictionary - Variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
Dictionary - Class in net.sf.extjwnl.dictionary
Abstract representation of a WordNet dictionary.
Dictionary(Document) - Constructor for class net.sf.extjwnl.dictionary.Dictionary
 
dictionary - Variable in class net.sf.extjwnl.dictionary.file.AbstractDictionaryFile
 
dictionary - Variable in class net.sf.extjwnl.dictionary.morph.AbstractOperation
 
dictionary - Variable in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
 
dictionary - Variable in class net.sf.extjwnl.util.factory.AbstractValueParam
 
dictionary - Variable in class net.sf.extjwnl.utilities.DictionaryToDatabase
 
Dictionary.Version - Class in net.sf.extjwnl.dictionary
Represents a version of WordNet.
DICTIONARY_ELEMENT_FACTORY - Static variable in class net.sf.extjwnl.dictionary.Dictionary
The class of DictionaryElementFactory to use.
DICTIONARY_FILE_TYPE_KEY - Static variable in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
File type install parameter.
DICTIONARY_PATH_KEY - Static variable in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
Dictionary path install parameter.
DictionaryCatalog<E extends DictionaryFile> - Class in net.sf.extjwnl.dictionary.file
A container for the files associated with a catalog (the index, data, and exception files associated with a POS).
DictionaryCatalog(Dictionary, DictionaryFileType, Class, Map<String, Param>) - Constructor for class net.sf.extjwnl.dictionary.file.DictionaryCatalog
 
DictionaryCatalogSet<E extends DictionaryFile> - Class in net.sf.extjwnl.dictionary.file
Simple container for DictionaryCatalogs that allows a DictionaryFile to be retrieved by its POS and DictionaryFileType.
DictionaryCatalogSet(Dictionary, Map<String, Param>, Class) - Constructor for class net.sf.extjwnl.dictionary.file.DictionaryCatalogSet
Creates a catalog set of the specified type of file using files in the specified dictionary directory.
DictionaryDiskFile - Interface in net.sf.extjwnl.dictionary.file
Represents a single dictionary file on disk.
DictionaryElement - Interface in net.sf.extjwnl.data
Any class that represents an element contained in the dictionary (IndexWords, Synsets, and Exceptions) must implement this interface.
DictionaryElementFactory - Interface in net.sf.extjwnl.data
Factory class for creating DictionaryElements (Synsets, Exceptions, and IndexWords).
DictionaryElementType - Enum in net.sf.extjwnl.data
Enumerates different dictionary file types present in WordNet: index, synset data, and exception files.
DictionaryFile - Interface in net.sf.extjwnl.dictionary.file
Represents a single dictionary file.
DictionaryFileFactory<E> - Interface in net.sf.extjwnl.dictionary.file
A dictionary file factory.
DictionaryFileType - Enum in net.sf.extjwnl.dictionary.file
Enumerates different types of dictionary files.
DictionaryToDatabase - Class in net.sf.extjwnl.utilities
DictionaryToDatabase is used to transfer a WordNet file database into an actual database structure.
DictionaryToDatabase(Dictionary, Connection) - Constructor for class net.sf.extjwnl.utilities.DictionaryToDatabase
Create a new DictionaryToDatabase with a database connection.
DictionaryToMap - Class in net.sf.extjwnl.utilities
DictionaryToMap allows you to populate and create an in-memory map of the WordNet library.
DictionaryToMap(String, String) - Constructor for class net.sf.extjwnl.utilities.DictionaryToMap
Initialize with the given map destination directory, using the properties file(usually file_properties.xml)
DRIVER - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 

E

edit() - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
edit() - Method in class net.sf.extjwnl.dictionary.DatabaseBackedDictionary
 
edit() - Method in class net.sf.extjwnl.dictionary.Dictionary
Puts the dictionary into edit mode.
edit() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
 
edit() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalogSet
 
edit() - Method in interface net.sf.extjwnl.dictionary.file.DictionaryFile
Reopens file in write mode.
edit() - Method in interface net.sf.extjwnl.dictionary.file_manager.FileManager
Reopens files for writing.
edit() - Method in class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
 
edit() - Method in class net.sf.extjwnl.dictionary.FileBackedDictionary
 
edit() - Method in class net.sf.extjwnl.dictionary.MapBackedDictionary
 
edit() - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
edit() - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
edit() - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
edit() - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
 
EDIT_CHECK_ALIEN_POINTERS - Static variable in class net.sf.extjwnl.dictionary.Dictionary
Parameter name: whether to check for alien pointers (pointing nowhere, or to another dictionary), default true.
EDIT_MANAGE_SYMMETRIC_POINTERS - Static variable in class net.sf.extjwnl.dictionary.Dictionary
Parameter name: whether to add symmetric pointers automatically, default true.
elementFactory - Variable in class net.sf.extjwnl.dictionary.Dictionary
 
ENABLE_CACHING - Static variable in class net.sf.extjwnl.dictionary.FileBackedDictionary
The value should be "true" or "false".
encoding - Variable in class net.sf.extjwnl.princeton.file.AbstractPrincetonRandomAccessDictionaryFile
 
ENCODING_KEY - Static variable in class net.sf.extjwnl.princeton.file.AbstractPrincetonRandomAccessDictionaryFile
Dictionary file encoding.
entrySet() - Method in class net.sf.extjwnl.util.cache.LRUCache
 
equals(Object) - Method in class net.sf.extjwnl.data.Exc
 
equals(Object) - Method in class net.sf.extjwnl.data.IndexWord
Returns true if the lemma and the part of speech both match.
equals(Object) - Method in class net.sf.extjwnl.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.sf.extjwnl.data.list.PointerTargetNode
Two PointerTargetNodes are equal if they have the same type and PointerTarget
equals(Object) - Method in class net.sf.extjwnl.data.list.PointerTargetTree
Two PointerTargetTree's are equal if their root nodes are equal.
equals(Object) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
equals(Object) - Method in class net.sf.extjwnl.data.Pointer
 
equals(Object) - Method in class net.sf.extjwnl.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.sf.extjwnl.data.Synset
Two Synsets are equal if their POS's and offsets are equal.
equals(Object) - Method in class net.sf.extjwnl.data.Word
Two words are equal if their parent Synsets are equal and they have the same lemma
equals(Object) - Method in class net.sf.extjwnl.dictionary.Dictionary.Version
 
ewn - Class in net.sf.extjwnl.cli
A command-line (CLI) interface to WordNets via extJWNL.
ewn() - Constructor for class net.sf.extjwnl.cli.ewn
 
Examples - Class in net.sf.extjwnl.utilities
A class to demonstrate the functionality of the library.
Examples(Dictionary) - Constructor for class net.sf.extjwnl.utilities.Examples
 
Exc - Class in net.sf.extjwnl.data
Represents an entry in an exception file.
Exc(Dictionary, POS, String, List<String>) - Constructor for class net.sf.extjwnl.data.Exc
Creates a new exception entry.
EXCEPTION_SQL - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
EXCEPTION_WORD_CACHE_SIZE - Static variable in class net.sf.extjwnl.dictionary.FileBackedDictionary
Size of the exception cache.
execute(PointerTargetTreeNode) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList.FindNodeOperation
 
execute(PointerTargetTreeNode) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList.FindTargetOperation
 
execute(PointerTargetTreeNode) - Method in interface net.sf.extjwnl.data.list.PointerTargetTreeNodeList.Operation
Executes the operation on the given node.
execute() - Method in class net.sf.extjwnl.dictionary.database.Query
 
execute(POS, String, BaseFormSet) - Method in class net.sf.extjwnl.dictionary.morph.DetachSuffixesOperation
 
execute(POS, String, BaseFormSet) - Method in class net.sf.extjwnl.dictionary.morph.LookupExceptionsOperation
 
execute(POS, String, BaseFormSet) - Method in class net.sf.extjwnl.dictionary.morph.LookupIndexWordOperation
 
execute(POS, String, BaseFormSet) - Method in interface net.sf.extjwnl.dictionary.morph.Operation
Executes the operation.
execute(POS, String, BaseFormSet) - Method in class net.sf.extjwnl.dictionary.morph.TokenizerOperation
 

F

file - Variable in class net.sf.extjwnl.princeton.file.PrincetonObjectDictionaryFile
 
file - Variable in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
FILE_MANAGER - Static variable in class net.sf.extjwnl.dictionary.FileBackedDictionary
File manager install parameter.
FileBackedDictionary - Class in net.sf.extjwnl.dictionary
A Dictionary that retrieves objects from the text files in the WordNet distribution directory.
FileBackedDictionary(Document) - Constructor for class net.sf.extjwnl.dictionary.FileBackedDictionary
 
FileDictionaryElementFactory - Interface in net.sf.extjwnl.data
Factory class for creating DictionaryElements (Synsets, Exceptions, and IndexWords).
FileManager - Interface in net.sf.extjwnl.dictionary.file_manager
FileManager defines the interface between the FileBackedDictionary and the file system.
FileManagerImpl - Class in net.sf.extjwnl.dictionary.file_manager
An implementation of FileManager that reads files from the local file system.
FileManagerImpl(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
 
fileType - Variable in class net.sf.extjwnl.dictionary.file.AbstractDictionaryFile
The type of the file: INDEX, DATA, and EXCEPTION.
findAll(PointerTargetTreeNode) - Method in class net.sf.extjwnl.data.list.PointerTargetTree
Finds all occurrences of node in the tree.
findAll(PointerTarget) - Method in class net.sf.extjwnl.data.list.PointerTargetTree
Finds all nodes in the tree whose target is target.
findAll(PointerTargetTreeNode) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
Finds all occurrences of node within the list.
findFirst(PointerTargetTreeNode) - Method in class net.sf.extjwnl.data.list.PointerTargetTree
Finds the first occurrence of node in the tree.
findFirst(PointerTarget) - Method in class net.sf.extjwnl.data.list.PointerTargetTree
Finds the first node in the tree whose target is target.
findFirst(PointerTargetTreeNode) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
Finds the first node in the list that is equal to node.
FindNodeOperation(PointerTargetTreeNode) - Constructor for class net.sf.extjwnl.data.list.PointerTargetTreeNodeList.FindNodeOperation
 
findRelationships(Synset, Synset, PointerType) - Static method in class net.sf.extjwnl.data.relationship.RelationshipFinder
Finds all relationships of type type between sourceSynset and targetSynset.
findRelationships(Synset, Synset, PointerType, int) - Static method in class net.sf.extjwnl.data.relationship.RelationshipFinder
Finds all relationships of type type between sourceSynset and targetSynset to depth depth.
FindTargetOperation(PointerTarget) - Constructor for class net.sf.extjwnl.data.list.PointerTargetTreeNodeList.FindTargetOperation
 
formatOffset(long, int, StringBuilder) - Static method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 

G

get(POS) - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
 
get(DictionaryFileType) - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalogSet
 
get(Object) - Method in class net.sf.extjwnl.util.cache.LRUCache
 
getAdjectivePosition() - Method in class net.sf.extjwnl.data.Adjective
 
getAdjectivePositionForKey(String) - Static method in enum net.sf.extjwnl.data.AdjectivePosition
 
getAllDictionaryElementTypes() - Static method in enum net.sf.extjwnl.data.DictionaryElementType
Returns all the dictionary types.
getAllDictionaryFileTypes() - Static method in enum net.sf.extjwnl.dictionary.file.DictionaryFileType
 
getAllMatches(PointerTargetTreeNodeList.Operation) - Method in class net.sf.extjwnl.data.list.PointerTargetTree
Walks the tree and performs the operation opr on each node.
getAllMatches(PointerTargetTreeNodeList.Operation) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
Walks the list and performs the operation opr on each node.
getAllMatches(PointerTargetTreeNodeList.Operation, List<PointerTargetTreeNode>) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
Returns all matches and adds them to matches
getAllPointerTypes() - Static method in enum net.sf.extjwnl.data.PointerType
 
getAllPointerTypesForPOS(POS) - Static method in enum net.sf.extjwnl.data.PointerType
 
getAllPOS() - Static method in enum net.sf.extjwnl.data.POS
 
getAlsoSees(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Finds what words are related to synset.
getAlsoSeeTree(Synset, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Finds all See Also relations to depth depth.
getAntonyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns the words that mean the opposite of synset.
getAttributes(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns the attributes of synset.
getCache(K) - Method in class net.sf.extjwnl.util.cache.CacheSet
 
getCache(POS) - Method in class net.sf.extjwnl.util.cache.LRUPOSCache
 
getCache(POS) - Method in interface net.sf.extjwnl.util.cache.POSCache
 
getCacheCapacity(DictionaryElementType) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
getCacheCapacity(K) - Method in class net.sf.extjwnl.util.cache.CacheSet
 
getCachedException(POS, Object) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
getCachedIndexWord(POS, Object) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
getCachedObject(K, POS, A) - Method in class net.sf.extjwnl.util.cache.CacheSet
 
getCachedSynset(POS, Object) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
getCacheSize(K) - Method in class net.sf.extjwnl.util.cache.CacheSet
 
getCacheSizes(DictionaryElementType) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
getCapacity() - Method in interface net.sf.extjwnl.util.cache.Cache
Returns the maximum number of elements the cache can hold.
getCapacity() - Method in class net.sf.extjwnl.util.cache.LRUCache
 
getCatalogIterator() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalogSet
 
getCauses(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Finds direct cause links of synset.
getCauseTree(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Finds all cause links for synset.
getCauseTree(Synset, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Finds all cause links for synset to depth depth.
getCheckAlienPointers() - Method in class net.sf.extjwnl.dictionary.Dictionary
 
getChildTreeList() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
getCommonParentIndex() - Method in class net.sf.extjwnl.data.relationship.AsymmetricRelationship
 
getConnection() - Method in class net.sf.extjwnl.dictionary.database.ConnectionManager
 
getCoordinateTerms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns synset's siblings (the hyponyms of its hypernyms).
getCurrentForm() - Method in class net.sf.extjwnl.dictionary.morph.BaseFormSet
 
getDatabaseBackedInstance(String) - Static method in class net.sf.extjwnl.dictionary.Dictionary
Returns DatabaseBackedDictionary instance with default configuration.
getDeepest() - Method in class net.sf.extjwnl.data.relationship.RelationshipList
Returns the deepest Relationship in the list.
getDefaultResourceInstance() - Static method in class net.sf.extjwnl.dictionary.Dictionary
Returns Dictionary instance configured from classpath by default.
getDepth() - Method in class net.sf.extjwnl.data.relationship.Relationship
Returns the depth of this relationship.
getDictionary() - Method in class net.sf.extjwnl.data.BaseDictionaryElement
 
getDictionary(String, String) - Static method in class net.sf.extjwnl.data.mcr30.alignment.InterLingualIndex
Gets a dictionary for a language from a known prepackaged source.
getDictionary() - Method in class net.sf.extjwnl.data.PointerTarget
 
getDictionary() - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
getDictionary() - Method in class net.sf.extjwnl.dictionary.file.AbstractDictionaryFile
 
getDictionary() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
 
getDictionary() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalogSet
 
getDictionary() - Method in class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
 
getDictionary() - Method in class net.sf.extjwnl.dictionary.morph.AbstractOperation
 
getDictionary() - Method in class net.sf.extjwnl.dictionary.morph.DefaultMorphologicalProcessor
 
getDictionary() - Method in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
 
getDictionary() - Method in interface net.sf.extjwnl.util.factory.Owned
Returns the dictionary this object belongs to.
getDictionaryFile(POS, DictionaryFileType) - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalogSet
 
getDirectHypernyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns the immediate parents of synset.
getDirectHyponyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns the immediate children of synset.
getElementType() - Method in enum net.sf.extjwnl.dictionary.file.DictionaryFileType
 
getEntailments(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Finds direct entailments of synset.
getEntailmentTree(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Finds all entailments for synset.
getEntailmentTree(Synset, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Finds all entailments for synset to depth depth.
getException(POS, String) - Method in class net.sf.extjwnl.dictionary.DatabaseBackedDictionary
 
getException(POS, String) - Method in class net.sf.extjwnl.dictionary.Dictionary
Looks up 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.sf.extjwnl.dictionary.FileBackedDictionary
 
getException(POS, String) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
getExceptionIterator(POS) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
getExceptionIterator(POS) - Method in class net.sf.extjwnl.dictionary.DatabaseBackedDictionary
 
getExceptionIterator(POS) - Method in class net.sf.extjwnl.dictionary.Dictionary
Returns an iterator over all the exceptions.
getExceptionIterator(POS) - Method in class net.sf.extjwnl.dictionary.FileBackedDictionary
 
getExceptionIterator(POS) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
getExceptionQuery(POS, String) - Method in interface net.sf.extjwnl.dictionary.database.DatabaseManager
 
getExceptionQuery(POS, String) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
getExceptions() - Method in class net.sf.extjwnl.data.Exc
Returns list of exceptions (base forms), e.g.
getExceptionsQuery(POS) - Method in interface net.sf.extjwnl.dictionary.database.DatabaseManager
 
getExceptionsQuery(POS) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
getExtendedAntonyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns the words that mean the opposite of synset and the immediate synonyms of those words.
getExtendedAntonyms(Synset, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Finds all antonyms of synset, and all synonyms of those antonyms to depth depth.
getFile() - Method in interface net.sf.extjwnl.dictionary.file.DictionaryDiskFile
Returns the file.
getFile() - Method in class net.sf.extjwnl.princeton.file.PrincetonObjectDictionaryFile
 
getFile() - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
getFileBackedInstance(String) - Static method in class net.sf.extjwnl.dictionary.Dictionary
Returns FileBackedDictionary instance with default configuration.
getFileIterator() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
 
getFilename() - Method in interface net.sf.extjwnl.dictionary.file.DictionaryFile
Returns a filename from the part-of-speech and the file type.
getFilename() - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonDictionaryFile
 
getFileType() - Method in class net.sf.extjwnl.dictionary.file.AbstractDictionaryFile
 
getFileType() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
 
getFileType() - Method in interface net.sf.extjwnl.dictionary.file.DictionaryFile
Returns the file type associated with this file.
getFirstLineOffset() - Method in interface net.sf.extjwnl.dictionary.file.RandomAccessDictionaryFile
Returns offset of the first line.
getFirstLineOffset(POS, DictionaryFileType) - Method in interface net.sf.extjwnl.dictionary.file_manager.FileManager
Returns the offset of the first valid line in the file (i.e.
getFirstLineOffset(POS, DictionaryFileType) - Method in class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
 
getFirstLineOffset() - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
getFirstLineOffset() - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
 
getFirstMatch(PointerTargetTreeNodeList.Operation) - Method in class net.sf.extjwnl.data.list.PointerTargetTree
Walks the tree and performs the operation opr on each node.
getFirstMatch(PointerTargetTreeNodeList.Operation) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
Walks the list and all the children of each node in the list and performs the operation opr on each node.
getFlags() - Method in enum net.sf.extjwnl.data.PointerType
 
getForm(int) - Method in class net.sf.extjwnl.dictionary.morph.BaseFormSet
 
getForms() - Method in class net.sf.extjwnl.dictionary.morph.BaseFormSet
 
getFrames(BitSet) - Method in class net.sf.extjwnl.dictionary.Dictionary
Returns the frames at the indexes encoded in l.
getFrames(BitSet, String[]) - Static method in class net.sf.extjwnl.dictionary.Dictionary
Returns the frames at the indexes encoded in l.
getGloss() - Method in class net.sf.extjwnl.data.Synset
 
getHolonyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns holonyms of synset.
getHypernymTree(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns all of the ancestors of synset.
getHypernymTree(Synset, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns all of the ancestors of synset to depth depth.
getHyponymTree(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns all of the children of synset.
getHyponymTree(Synset, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns all of the children of synset to depth depth.
getId() - Method in enum net.sf.extjwnl.data.POS
Returns the id for this POS.
getImmediateRelationship(IndexWord, IndexWord) - Static method in class net.sf.extjwnl.data.relationship.RelationshipFinder
Looks whether the target word is one of the words in one of the synsets of the source word.
getIndex() - Method in class net.sf.extjwnl.data.PointerTarget
 
getIndex() - Method in class net.sf.extjwnl.data.Synset
 
getIndex() - Method in class net.sf.extjwnl.data.Word
Returns the number of this word (1-based) or 0 if not found.
getIndex() - Method in class net.sf.extjwnl.dictionary.morph.BaseFormSet
 
getIndexedLine(POS, DictionaryFileType, String) - Method in interface net.sf.extjwnl.dictionary.file_manager.FileManager
Returns the line whose first word is index or null if not found.
getIndexedLine(POS, DictionaryFileType, String) - Method in class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
 
getIndexWord(POS) - Method in class net.sf.extjwnl.data.IndexWordSet
Returns the IndexWord associated with POS p.
getIndexWord(POS, String) - Method in class net.sf.extjwnl.dictionary.DatabaseBackedDictionary
 
getIndexWord(POS, String) - Method in class net.sf.extjwnl.dictionary.Dictionary
Looks up a word.
getIndexWord(POS, String) - Method in class net.sf.extjwnl.dictionary.FileBackedDictionary
 
getIndexWord(POS, String) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
getIndexWordArray() - Method in class net.sf.extjwnl.data.IndexWordSet
Returns an array of the IndexWords in this set.
getIndexWordCollection() - Method in class net.sf.extjwnl.data.IndexWordSet
Returns a collection of the IndexWords in this set.
getIndexWordIterator(POS) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
getIndexWordIterator(POS, String) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
getIndexWordIterator(POS) - Method in class net.sf.extjwnl.dictionary.DatabaseBackedDictionary
 
getIndexWordIterator(POS, String) - Method in class net.sf.extjwnl.dictionary.DatabaseBackedDictionary
 
getIndexWordIterator(POS) - Method in class net.sf.extjwnl.dictionary.Dictionary
Returns an Iterator over all the IndexWords of part-of-speech pos.
getIndexWordIterator(POS, String) - Method in class net.sf.extjwnl.dictionary.Dictionary
Returns an Iterator over all the IndexWords of part-of-speech pos whose lemmas contain substring as a substring.
getIndexWordIterator(POS) - Method in class net.sf.extjwnl.dictionary.FileBackedDictionary
 
getIndexWordIterator(POS, String) - Method in class net.sf.extjwnl.dictionary.FileBackedDictionary
 
getIndexWordIterator(POS, String) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
getIndexWordIterator(POS) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
getIndexWordLemmasQuery(POS) - Method in interface net.sf.extjwnl.dictionary.database.DatabaseManager
 
getIndexWordLemmasQuery(POS, String) - Method in interface net.sf.extjwnl.dictionary.database.DatabaseManager
 
getIndexWordLemmasQuery(POS) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
getIndexWordLemmasQuery(POS, String) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
getIndexWordSynsetsQuery(POS, String) - Method in interface net.sf.extjwnl.dictionary.database.DatabaseManager
 
getIndexWordSynsetsQuery(POS, String) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
getIndirectAntonyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns the immediate antonyms of all words that mean the same as synset.
getIndirectAntonyms(Synset, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns the antonyms of all words that mean the same as synset to depth depth.
getInheritedHolonyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns holonyms of synset and of all its ancestors.
getInheritedHolonyms(Synset, int, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedMemberHolonyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns member holonyms of synset and of all its ancestors.
getInheritedMemberHolonyms(Synset, int, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns member holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedMemberMeronyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns member meronyms of synset and of its ancestors.
getInheritedMemberMeronyms(Synset, int, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns member meronyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedMeronyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns meronyms of synset and of all its ancestors.
getInheritedMeronyms(Synset, int, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns meronyms of each synset, to depth pointerDepth starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedPartHolonyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns part holonyms of synset and of all its ancestors.
getInheritedPartHolonyms(Synset, int, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns part holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedPartMeronyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns part meronyms of synset and of all its ancestors.
getInheritedPartMeronyms(Synset, int, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns part meronyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedSubstanceHolonyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns substance holonyms of synset and of all its ancestors.
getInheritedSubstanceHolonyms(Synset, int, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns substance holonyms of each synset, to depth pointerDepth, starting at synset and going for all of synset's ancestors to depth ancestorDepth.
getInheritedSubstanceMeronyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns substance meronyms of synset and of its ancestors.
getInheritedSubstanceMeronyms(Synset, int, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns 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.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
getInstance(InputStream) - Static method in class net.sf.extjwnl.dictionary.Dictionary
Parses a properties file and creates a dictionary.
getInstance(InputSource) - Static method in class net.sf.extjwnl.dictionary.Dictionary
Parses properties and creates a dictionary.
getKey() - Method in enum net.sf.extjwnl.data.AdjectivePosition
 
getKey() - Method in interface net.sf.extjwnl.data.DictionaryElement
Returns a key that can be used to index this element.
getKey() - Method in class net.sf.extjwnl.data.Exc
 
getKey() - Method in class net.sf.extjwnl.data.IndexWord
Returns the lemma of this word.
getKey() - Method in enum net.sf.extjwnl.data.PointerType
 
getKey() - Method in enum net.sf.extjwnl.data.POS
Returns the key for this POS.
getKey() - Method in class net.sf.extjwnl.data.Synset
 
getKey() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
 
getKeys() - Method in class net.sf.extjwnl.dictionary.morph.AbstractDelegatingOperation
 
getKeys() - Method in class net.sf.extjwnl.dictionary.morph.DetachSuffixesOperation
 
getKeys() - Method in class net.sf.extjwnl.dictionary.morph.TokenizerOperation
 
getKeys() - Method in class net.sf.extjwnl.util.ResourceBundleSet
 
getLabel() - Method in enum net.sf.extjwnl.data.AdjectivePosition
 
getLabel() - Method in enum net.sf.extjwnl.data.PointerType
 
getLabel() - Method in enum net.sf.extjwnl.data.POS
Return a label intended for textual presentation.
getLastBytePosition() - Method in class net.sf.extjwnl.util.ByteArrayCharSequence
 
getLastBytePosition() - Method in class net.sf.extjwnl.util.CharBufferCharSequence
 
getLastBytePosition() - Method in interface net.sf.extjwnl.util.PointedCharSequence
Position of the last byte of this sequence in the file (exclusive).
getLemma() - Method in class net.sf.extjwnl.data.Exc
Returns the lemma (derivation) of the exception word, e.g.
getLemma() - Method in class net.sf.extjwnl.data.IndexWord
Return the word's lemma.
getLemma() - Method in class net.sf.extjwnl.data.IndexWordSet
 
getLemma() - Method in class net.sf.extjwnl.data.Word
Returns the lemma of this word.
getLemma(String[], BitSet, String) - Static method in class net.sf.extjwnl.dictionary.morph.Util
 
getLexFileName() - Method in class net.sf.extjwnl.data.Synset
Returns the lexicographer file name.
getLexFileNum() - Method in class net.sf.extjwnl.data.Synset
Returns the lexicographer file name containing this synset.
getLexId() - Method in class net.sf.extjwnl.data.Word
Returns the lexicographer id that identifies this lemma
getLocale() - Method in class net.sf.extjwnl.dictionary.Dictionary.Version
 
getManageSymmetricPointers() - Method in class net.sf.extjwnl.dictionary.Dictionary
 
getMap() - Static method in class net.sf.extjwnl.data.LexFileIdFileNameMap
 
getMap() - Static method in class net.sf.extjwnl.data.LexFileNameFileIdMap
 
getMapBackedInstance(String) - Static method in class net.sf.extjwnl.dictionary.Dictionary
Returns MapBackedDictionary instance with default configuration.
getMatchingLine(POS, DictionaryFileType, long, String) - Method in interface net.sf.extjwnl.dictionary.file_manager.FileManager
Returns the line whose index word contains substring, starting at offset or null if not found.
getMatchingLine(POS, DictionaryFileType, long, String) - Method in class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
 
getMemberHolonyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns member holonyms of synset.
getMemberMeronyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns member meronyms of synset.
getMeronyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns meronyms of synset.
getMessages() - Method in class net.sf.extjwnl.dictionary.Dictionary
 
getMorphologicalProcessor() - Method in class net.sf.extjwnl.dictionary.Dictionary
 
getName() - Method in enum net.sf.extjwnl.data.DictionaryElementType
Returns the name of this DictionaryElementType.
getName() - Method in enum net.sf.extjwnl.dictionary.file.DictionaryFileType
 
getName() - Method in class net.sf.extjwnl.util.factory.NameValueParam
 
getName() - Method in interface net.sf.extjwnl.util.factory.Param
 
getName() - Method in class net.sf.extjwnl.util.factory.ParamList
 
getName() - Method in class net.sf.extjwnl.util.factory.ValueParam
 
getNextForm() - Method in class net.sf.extjwnl.dictionary.morph.BaseFormSet
 
getNextLineOffset(long) - Method in interface net.sf.extjwnl.dictionary.file.RandomAccessDictionaryFile
Returns start of the next line or -1 if no new line.
getNextLineOffset(long) - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
getNextLineOffset(long) - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
 
getNodeList() - Method in class net.sf.extjwnl.data.relationship.Relationship
Returns the list that contains the nodes of this relationship.
getNodePrinter() - Method in class net.sf.extjwnl.data.list.PointerTargetNodeList
 
getNodePrinter() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
 
getNumber() - Method in class net.sf.extjwnl.dictionary.Dictionary.Version
 
getOffset() - Method in class net.sf.extjwnl.data.Synset
 
getOffsetLength() - Method in interface net.sf.extjwnl.dictionary.file.RandomAccessDictionaryFile
Returns offset length that accommodates largest offset.
getOffsetLength() - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
getOffsetLength() - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
 
getOutputStream() - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
getParams() - Method in class net.sf.extjwnl.util.factory.ParamList
 
getParent() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
getPartHolonyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns part holonyms of synset.
getParticipleOf(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Finds participle of links of synset.
getPartMeronyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns part meronyms of synset.
getPertainyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns the pertainyms for synset.
getPointedCharSequence(long, byte[], int) - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
getPointerQuery(POS, long) - Method in interface net.sf.extjwnl.dictionary.database.DatabaseManager
 
getPointerQuery(POS, long) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
getPointers() - Method in class net.sf.extjwnl.data.PointerTarget
Returns a list of Target's pointers.
getPointers(PointerType) - Method in class net.sf.extjwnl.data.PointerTarget
Returns all pointers of type type.
getPointers() - Method in class net.sf.extjwnl.data.Synset
 
getPointers() - Method in class net.sf.extjwnl.data.Word
Returns all the pointers of the synset that contains this word whose source is this word.
getPointerTarget() - Method in class net.sf.extjwnl.data.list.PointerTargetNode
 
getPointerTreeList() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
getPointerTypeForKey(String) - Static method in enum net.sf.extjwnl.data.PointerType
Return the PointerType whose key matches key and applies to pos.
getPointerTypeForKey(CharSequence) - Static method in enum net.sf.extjwnl.data.PointerType
Return the PointerType whose key matches key and applies to pos.
getPOS() - Method in interface net.sf.extjwnl.data.DictionaryElement
Returns element's part of speech.
getPOS() - Method in class net.sf.extjwnl.data.Exc
 
getPOS() - Method in class net.sf.extjwnl.data.IndexWord
Returns the word's part-of-speech.
getPOS() - Method in class net.sf.extjwnl.data.PointerTarget
 
getPOS() - Method in class net.sf.extjwnl.data.Synset
 
getPOS() - Method in class net.sf.extjwnl.data.Word
Returns the part of speech of this word.
getPOS() - Method in class net.sf.extjwnl.dictionary.file.AbstractDictionaryFile
 
getPOS() - Method in interface net.sf.extjwnl.dictionary.file.DictionaryFile
Returns the POS associated with this file.
getPOSForId(int) - Static method in enum net.sf.extjwnl.data.POS
Return the POS whose id matches id, or null if the id does not match any POS.
getPOSForKey(String) - Static method in enum net.sf.extjwnl.data.POS
Return the POS whose key matches key, or null if the key does not match any POS.
getPOSForKey(char) - Static method in enum net.sf.extjwnl.data.POS
Return the POS whose key matches key, or null if the key does not match any POS.
getPOSForLabel(String) - Static method in enum net.sf.extjwnl.data.POS
Return the POS whose key matches label, or null if the label does not match any POS.
getPublisher() - Method in class net.sf.extjwnl.dictionary.Dictionary.Version
 
getQuery(String) - Method in class net.sf.extjwnl.dictionary.database.ConnectionManager
 
getRandom() - Method in class net.sf.extjwnl.dictionary.Dictionary
 
getRandomIndexWord(POS) - Method in class net.sf.extjwnl.dictionary.DatabaseBackedDictionary
 
getRandomIndexWord(POS) - Method in class net.sf.extjwnl.dictionary.Dictionary
Returns a random index word of a specified pos.
getRandomIndexWord(POS) - Method in class net.sf.extjwnl.dictionary.FileBackedDictionary
 
getRandomIndexWord(POS) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
getRandomIndexWordQuery(POS) - Method in interface net.sf.extjwnl.dictionary.database.DatabaseManager
 
getRandomIndexWordQuery(POS) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
getRandomLine(POS, DictionaryFileType) - Method in interface net.sf.extjwnl.dictionary.file_manager.FileManager
Returns a randomly-chosen line.
getRandomLine(POS, DictionaryFileType) - Method in class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
 
getRelativeTargetDepth() - Method in class net.sf.extjwnl.data.relationship.AsymmetricRelationship
Returns the depth of the target, from the commonParentIndex, relative to the depth of the source.
getResourceInstance(String) - Static method in class net.sf.extjwnl.dictionary.Dictionary
Returns Dictionary instance configured from classpath.
getRestoreDictionary() - Static method in class net.sf.extjwnl.dictionary.Dictionary
 
getResults() - Method in class net.sf.extjwnl.dictionary.database.Query
 
getRootCause(Throwable) - Static method in class net.sf.extjwnl.dictionary.morph.Util
 
getRootNode() - Method in class net.sf.extjwnl.data.list.PointerTargetTree
 
getSenseCount(POS) - Method in class net.sf.extjwnl.data.IndexWordSet
Finds out how many senses the word with part-of-speech pos has.
getSenseKey() - Method in class net.sf.extjwnl.data.Word
Returns the sense key of a lemma.
getSenseKeyWithAdjClass() - Method in class net.sf.extjwnl.data.Word
Returns the sense key of a lemma, taking into account adjective class (position).
getSenseNumber() - Method in class net.sf.extjwnl.data.Word
Returns sense number of this word (1-based) or 0 if not found.
getSenses() - Method in class net.sf.extjwnl.data.IndexWord
Returns the senses of this word.
getShallowest() - Method in class net.sf.extjwnl.data.relationship.RelationshipList
Returns the shallowest relationship in the list.
getSize() - Method in class net.sf.extjwnl.data.relationship.Relationship
 
getSize() - Method in class net.sf.extjwnl.util.cache.CacheSet
 
getSource() - Method in class net.sf.extjwnl.data.Pointer
Returns the source of this pointer.
getSourceIndex() - Method in class net.sf.extjwnl.data.Pointer
 
getSourcePointerTarget() - Method in class net.sf.extjwnl.data.relationship.Relationship
Returns the pointer target of the source node.
getSourceSynset() - Method in class net.sf.extjwnl.data.relationship.Relationship
Returns the synset that is the source of this relationship.
getStatement() - Method in class net.sf.extjwnl.dictionary.database.Query
 
getSubstanceHolonyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns substance holonyms of synset.
getSubstanceMeronyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns substance meronyms of synset.
getSuffixMap() - Method in class net.sf.extjwnl.dictionary.morph.DetachSuffixesOperation
 
getSymmetricType() - Method in enum net.sf.extjwnl.data.PointerType
Returns the pointer type that is symmetric to this type.
getSynonyms(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns the synonyms for synset.
getSynonymTree(Synset, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns all the synonyms of synset to depth depth.
getSynset() - Method in class net.sf.extjwnl.data.list.PointerTargetNode
If the target is a synset, return it, otherwise it's a word so return the word's parent synset.
getSynset() - Method in class net.sf.extjwnl.data.PointerTarget
 
getSynset() - Method in class net.sf.extjwnl.data.Synset
 
getSynset() - Method in class net.sf.extjwnl.data.Word
Returns the synset associated with this word.
getSynsetAt(POS, long) - Method in class net.sf.extjwnl.dictionary.DatabaseBackedDictionary
 
getSynsetAt(POS, long) - Method in class net.sf.extjwnl.dictionary.Dictionary
Returns the Synset at offset offset.
getSynsetAt(POS, long) - Method in class net.sf.extjwnl.dictionary.FileBackedDictionary
 
getSynsetAt(POS, long) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
getSynsetIterator(POS) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
getSynsetIterator(POS) - Method in class net.sf.extjwnl.dictionary.DatabaseBackedDictionary
 
getSynsetIterator(POS) - Method in class net.sf.extjwnl.dictionary.Dictionary
Returns an iterator over all the synsets of part-of-speech pos.
getSynsetIterator(POS) - Method in class net.sf.extjwnl.dictionary.FileBackedDictionary
 
getSynsetIterator(POS) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
getSynsetOffsets() - Method in class net.sf.extjwnl.data.IndexWord
 
getSynsetQuery(POS, long) - Method in interface net.sf.extjwnl.dictionary.database.DatabaseManager
 
getSynsetQuery(POS, long) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
getSynsetsQuery(POS) - Method in interface net.sf.extjwnl.dictionary.database.DatabaseManager
 
getSynsetsQuery(POS) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
getSynsetType() - Method in class net.sf.extjwnl.data.Word
 
getSynsetWordQuery(POS, long) - Method in interface net.sf.extjwnl.dictionary.database.DatabaseManager
 
getSynsetWordQuery(POS, long) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
getTable(POS, DictionaryFileType) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
getTarget() - Method in class net.sf.extjwnl.data.Pointer
Returns the actual target of this pointer.
getTargetIndex() - Method in class net.sf.extjwnl.data.Pointer
 
getTargetOffset() - Method in class net.sf.extjwnl.data.Pointer
Returns the offset of the target synset.
getTargetPointerTarget() - Method in class net.sf.extjwnl.data.relationship.Relationship
Returns the pointer target of the target node.
getTargetPOS() - Method in class net.sf.extjwnl.data.Pointer
 
getTargets() - Method in class net.sf.extjwnl.data.PointerTarget
Returns all the pointer targets of this synset.
getTargets(PointerType) - Method in class net.sf.extjwnl.data.PointerTarget
Returns all the targets of the pointers of type type.
getTargetSynset() - Method in class net.sf.extjwnl.data.Pointer
Returns 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.sf.extjwnl.data.relationship.Relationship
Returns the synset that is the target of this relationship.
getType() - Method in interface net.sf.extjwnl.data.DictionaryElement
Returns the element's type.
getType() - Method in class net.sf.extjwnl.data.Exc
 
getType() - Method in class net.sf.extjwnl.data.IndexWord
 
getType() - Method in class net.sf.extjwnl.data.list.PointerTargetNode
 
getType() - Method in class net.sf.extjwnl.data.Pointer
 
getType() - Method in class net.sf.extjwnl.data.relationship.Relationship
 
getType() - Method in class net.sf.extjwnl.data.Synset
 
getUseCount() - Method in class net.sf.extjwnl.data.Word
Returns the number of times each tagged sense occurs in a semantic concordance.
getUseCount(String) - Method in interface net.sf.extjwnl.dictionary.file_manager.FileManager
Returns the number of times the sense marked by senseKey occurs in a semantic concordance.
getUseCount(String) - Method in class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
 
getValidPOSSet() - Method in class net.sf.extjwnl.data.IndexWordSet
Returns a set of all the parts-of-speech for which there is an IndexWord in this set.
getValue() - Method in class net.sf.extjwnl.util.factory.NameValueParam
 
getValue() - Method in interface net.sf.extjwnl.util.factory.Param
 
getValue() - Method in class net.sf.extjwnl.util.factory.ParamList
 
getValue() - Method in class net.sf.extjwnl.util.factory.ValueParam
 
getVerbFrameFlags() - Method in class net.sf.extjwnl.data.Synset
 
getVerbFrameFlags() - Method in class net.sf.extjwnl.data.Verb
 
getVerbFrameFlags() - Method in class net.sf.extjwnl.data.VerbSynset
 
getVerbFrameIndices() - Method in class net.sf.extjwnl.data.Synset
 
getVerbFrameIndices() - Method in class net.sf.extjwnl.data.Verb
 
getVerbFrameIndices() - Method in class net.sf.extjwnl.data.VerbSynset
 
getVerbFrameIndices(BitSet) - Static method in class net.sf.extjwnl.dictionary.Dictionary
Returns the verb frame indices for a synset.
getVerbFrameQuery(POS, long) - Method in interface net.sf.extjwnl.dictionary.database.DatabaseManager
 
getVerbFrameQuery(POS, long) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
getVerbFrames() - Method in class net.sf.extjwnl.data.Synset
Returns all Verb Frames that are valid for all the words in this synset.
getVerbFrames() - Method in class net.sf.extjwnl.data.Verb
 
getVerbFrames() - Method in class net.sf.extjwnl.data.VerbSynset
Returns all Verb Frames that are valid for all the words in this synset.
getVerbGroup(Synset) - Static method in class net.sf.extjwnl.data.PointerUtils
Returns the group that this verb belongs to.
getVersion() - Method in class net.sf.extjwnl.dictionary.Dictionary
Returns the current dictionary version.
getWord() - Method in class net.sf.extjwnl.data.list.PointerTargetNode
If the target is a word, return it, otherwise return null.
getWordBySenseKey(String) - Method in class net.sf.extjwnl.dictionary.Dictionary
Returns a word by specified senseKey or null if not found.
getWords() - Method in class net.sf.extjwnl.data.Synset
 
go() - Method in class net.sf.extjwnl.utilities.Examples
 

H

handleGetObject(String) - Method in class net.sf.extjwnl.util.ResourceBundleSet
 
hasChildTreeList() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
hasDelegate(String) - Method in class net.sf.extjwnl.dictionary.morph.AbstractDelegatingOperation
 
hashCode() - Method in class net.sf.extjwnl.data.Exc
 
hashCode() - Method in class net.sf.extjwnl.data.IndexWord
 
hashCode() - Method in class net.sf.extjwnl.data.IndexWordSet
 
hashCode() - Method in class net.sf.extjwnl.data.list.PointerTargetNode
 
hashCode() - Method in class net.sf.extjwnl.data.list.PointerTargetTree
 
hashCode() - Method in class net.sf.extjwnl.data.Pointer
 
hashCode() - Method in class net.sf.extjwnl.data.relationship.Relationship
 
hashCode() - Method in class net.sf.extjwnl.data.Synset
 
hashCode() - Method in class net.sf.extjwnl.data.Word
 
hashCode() - Method in class net.sf.extjwnl.dictionary.Dictionary.Version
 
HashPool<T> - Class in net.sf.extjwnl.util.cache
Pools objects through a HashSet.
HashPool() - Constructor for class net.sf.extjwnl.util.cache.HashPool
 
hasMoreTokens() - Method in class net.sf.extjwnl.util.CharSequenceTokenizer
Tests if there are more tokens available from this tokenizer's string.
hasNext() - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary.IndexWordIterator
 
hasNext() - Method in class net.sf.extjwnl.util.CharSequenceTokenizer
 
hasParent() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
hasPointerTreeList() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
hasValidChildTreeList() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
Returns whether a childTreeList is not null and not empty.
hasValidPointerTreeList() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
Returns whether pointerTreeList is not null and not empty.

I

idToSynsetOffset - Variable in class net.sf.extjwnl.utilities.DictionaryToDatabase
Mapping of database id's to synset offset id's.
importWordnet(String, String, String, String, String, String) - Static method in class net.sf.extjwnl.utilities.DictionaryToDatabase
 
in - Variable in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
increment(BitSet, int) - Static method in class net.sf.extjwnl.dictionary.morph.Util
 
INDEX_WORD_CACHE_SIZE - Static variable in class net.sf.extjwnl.dictionary.FileBackedDictionary
Size of the index word cache.
indexOf(String) - Method in class net.sf.extjwnl.util.ByteArrayCharSequence
 
indexOf(String) - Method in class net.sf.extjwnl.util.CharBufferCharSequence
 
indexOf(String) - Method in interface net.sf.extjwnl.util.PointedCharSequence
Returns the index within this sequence of the first occurrence of the specified substring.
indexOfWord(String) - Method in class net.sf.extjwnl.data.Synset
Returns the index of the word which has the lemma or -1 if not found.
IndexWord - Class in net.sf.extjwnl.data
An IndexWord represents a line of the pos.index file.
IndexWord(Dictionary, String, POS) - Constructor for class net.sf.extjwnl.data.IndexWord
 
IndexWord(Dictionary, String, POS, Synset) - Constructor for class net.sf.extjwnl.data.IndexWord
 
IndexWord(Dictionary, String, POS, long[]) - Constructor for class net.sf.extjwnl.data.IndexWord
 
IndexWordIterator(Iterator<IndexWord>, String, IndexWord) - Constructor for class net.sf.extjwnl.dictionary.AbstractCachingDictionary.IndexWordIterator
 
IndexWordSet - Class in net.sf.extjwnl.data
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.sf.extjwnl.data.IndexWordSet
 
INFINITY - Static variable in class net.sf.extjwnl.data.PointerUtils
Representation of infinite depth.
initVerbFrameFlags(Synset, BitSet, int, int) - Static method in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
 
insertData() - Method in class net.sf.extjwnl.utilities.DictionaryToDatabase
Inserts the data into the database.
insertParams(String, Object[]) - Static method in class net.sf.extjwnl.util.ResourceBundleSet
 
InterLingualIndex - Class in net.sf.extjwnl.data.mcr30.alignment
Singleton class for loading dictionaries for different languages and mapping word senses between them.
InterLingualIndex() - Constructor for class net.sf.extjwnl.data.mcr30.alignment.InterLingualIndex
 
INTERNAL_ID - Static variable in class net.sf.extjwnl.utilities.DictionaryToDatabase
 
isAdjectiveCluster() - Method in class net.sf.extjwnl.data.AdjectiveSynset
 
isAdjectiveCluster() - Method in class net.sf.extjwnl.data.Synset
 
isCachingEnabled - Variable in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
isCachingEnabled() - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
isCurrentFormAvailable() - Method in class net.sf.extjwnl.dictionary.morph.BaseFormSet
 
isEditable() - Method in class net.sf.extjwnl.dictionary.Dictionary
Returns whether the dictionary is editable.
isEmpty() - Method in class net.sf.extjwnl.util.cache.LRUCache
 
isExecuted() - Method in class net.sf.extjwnl.dictionary.database.Query
 
isInvalidOffset(long) - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
isLexical() - Method in class net.sf.extjwnl.data.list.PointerTargetNode
Returns true if the target is a Word, else false.
isLexical() - Method in class net.sf.extjwnl.data.Pointer
Returns whether this pointer is between two words.
isMoreFormsAvailable() - Method in class net.sf.extjwnl.dictionary.morph.BaseFormSet
 
isOpen() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
 
isOpen() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalogSet
 
isOpen() - Method in interface net.sf.extjwnl.dictionary.file.DictionaryFile
Returns true if the file is open.
isOpen() - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
isOpen() - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
isOpen() - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
 
isSemantic() - Method in class net.sf.extjwnl.data.Pointer
Returns whether this pointer is between two synsets.
isSymmetric(PointerType) - Static method in enum net.sf.extjwnl.data.PointerType
Returns true if type is a symmetric pointer type (it is its own symmetric type).
isSymmetric() - Method in enum net.sf.extjwnl.data.PointerType
 
isSymmetricTo(Pointer) - Method in class net.sf.extjwnl.data.Pointer
Returns whether that is symmetric to this pointer.
isValidPOS(POS) - Method in class net.sf.extjwnl.data.IndexWordSet
Return true if there is a word with part-of-speech pos in this set.

J

JWNLException - Exception in net.sf.extjwnl
Base level exception.
JWNLException(Throwable) - Constructor for exception net.sf.extjwnl.JWNLException
 
JWNLException(String) - Constructor for exception net.sf.extjwnl.JWNLException
 
JWNLException(String, Throwable) - Constructor for exception net.sf.extjwnl.JWNLException
 
JWNLIOException - Exception in net.sf.extjwnl
IO exception wrapper.
JWNLIOException(Throwable) - Constructor for exception net.sf.extjwnl.JWNLIOException
 
JWNLIOException(String) - Constructor for exception net.sf.extjwnl.JWNLIOException
 
JWNLIOException(String, Throwable) - Constructor for exception net.sf.extjwnl.JWNLIOException
 
JWNLRuntimeException - Exception in net.sf.extjwnl
Base level runtime exception.
JWNLRuntimeException(Throwable) - Constructor for exception net.sf.extjwnl.JWNLRuntimeException
 
JWNLRuntimeException(String) - Constructor for exception net.sf.extjwnl.JWNLRuntimeException
 
JWNLRuntimeException(String, Throwable) - Constructor for exception net.sf.extjwnl.JWNLRuntimeException
 

K

keySet() - Method in class net.sf.extjwnl.util.cache.LRUCache
 

L

LEMMA_FOR_INDEX_WORD_ID_SQL - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
length() - Method in interface net.sf.extjwnl.dictionary.file.RandomAccessDictionaryFile
Returns the length, in bytes, of the file.
length() - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
length() - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
 
length() - Method in class net.sf.extjwnl.util.ByteArrayCharSequence
 
length() - Method in class net.sf.extjwnl.util.CharBufferCharSequence
 
LexFileIdFileNameMap - Class in net.sf.extjwnl.data
Maps the lexicographer files identifiers to names.
LexFileIdFileNameMap() - Constructor for class net.sf.extjwnl.data.LexFileIdFileNameMap
 
LexFileNameFileIdMap - Class in net.sf.extjwnl.data
Maps the lexicographer files names to identifiers.
LexFileNameFileIdMap() - Constructor for class net.sf.extjwnl.data.LexFileNameFileIdMap
 
loadMapper(Dictionary, Dictionary) - Static method in class net.sf.extjwnl.data.mcr30.alignment.InterLingualIndex
Loads a mapper from one dictionary to another, automatically using the correct interlingual index (if one is available) for word sense alignment.
lookupAllBaseForms(POS, String) - Method in class net.sf.extjwnl.dictionary.morph.DefaultMorphologicalProcessor
Returns all base forms of the derivation.
lookupAllBaseForms(POS, String) - Method in interface net.sf.extjwnl.dictionary.MorphologicalProcessor
Return all the base forms of derivation.
lookupAllIndexWords(String) - Method in class net.sf.extjwnl.dictionary.Dictionary
Returns a set of IndexWords, with each element in the set corresponding to a part-of-speech of word.
lookupBaseForm(POS, String) - Method in class net.sf.extjwnl.dictionary.morph.DefaultMorphologicalProcessor
Lookup the first base form of a word.
lookupBaseForm(POS, String) - Method in interface net.sf.extjwnl.dictionary.MorphologicalProcessor
Try to turn derivation into a word that is found in the index file for pos.
LookupExceptionsOperation - Class in net.sf.extjwnl.dictionary.morph
Looks up the word in the exceptions file of the given part-of-speech.
LookupExceptionsOperation(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.dictionary.morph.LookupExceptionsOperation
 
lookupIndexWord(POS, String) - Method in class net.sf.extjwnl.dictionary.Dictionary
Looks up a word lemma.
LookupIndexWordOperation - Class in net.sf.extjwnl.dictionary.morph
Looks up index words.
LookupIndexWordOperation(Dictionary, Map) - Constructor for class net.sf.extjwnl.dictionary.morph.LookupIndexWordOperation
 
LRUCache<K,V> - Class in net.sf.extjwnl.util.cache
A fixed-capacity Cache that stores the most recently used elements.
LRUCache(int) - Constructor for class net.sf.extjwnl.util.cache.LRUCache
 
LRUCacheSet<K,A,B> - Class in net.sf.extjwnl.util.cache
LeastRecentlyUsed cache set.
LRUCacheSet(List<K>) - Constructor for class net.sf.extjwnl.util.cache.LRUCacheSet
 
LRUCacheSet(List<K>, int) - Constructor for class net.sf.extjwnl.util.cache.LRUCacheSet
 
LRUCacheSet(List<K>, List<Integer>) - Constructor for class net.sf.extjwnl.util.cache.LRUCacheSet
 
LRUPOSCache<K,V> - Class in net.sf.extjwnl.util.cache
A set of Caches split by POS.
LRUPOSCache(int) - Constructor for class net.sf.extjwnl.util.cache.LRUPOSCache
 

M

main(String[]) - Static method in class net.sf.extjwnl.cli.ewn
 
main(String[]) - Static method in class net.sf.extjwnl.utilities.DictionaryToDatabase
Run the program, requires 4 arguments.
main(String[]) - Static method in class net.sf.extjwnl.utilities.DictionaryToMap
 
main(String[]) - Static method in class net.sf.extjwnl.utilities.Examples
 
makeInheritedTree(Synset, PointerType) - Static method in class net.sf.extjwnl.data.PointerUtils
Creates 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) - Static method in class net.sf.extjwnl.data.PointerUtils
Creates 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) - Static method in class net.sf.extjwnl.data.PointerUtils
Creates 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[]) - Static method in class net.sf.extjwnl.data.PointerUtils
Creates 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) - Static method in class net.sf.extjwnl.data.PointerUtils
Creates 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) - Static method in class net.sf.extjwnl.data.PointerUtils
Creates 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) - Static method in class net.sf.extjwnl.data.PointerUtils
Turn an existing tree into an inheritance tree.
makeInheritedTreeList(PointerTargetTreeNodeList, PointerType[], PointerType, int, int, boolean) - Static method in class net.sf.extjwnl.data.PointerUtils
Turn an existing tree list into an inheritance tree list.
makePointerTargetTreeList(Synset, PointerType) - Static method in class net.sf.extjwnl.data.PointerUtils
Makes a nested list of pointer targets to the default depth, starting at synset.
makePointerTargetTreeList(Synset, PointerType, int) - Static method in class net.sf.extjwnl.data.PointerUtils
Makes a nested list of pointer targets to depth depth, starting at synset.
makePointerTargetTreeList(Synset, PointerType, PointerType, int, boolean) - Static method in class net.sf.extjwnl.data.PointerUtils
Makes a nested list of pointer targets to depth depth, starting at synset.
makePointerTargetTreeList(Synset, PointerType[]) - Static method in class net.sf.extjwnl.data.PointerUtils
Makes a nested list of pointer targets to the default depth, starting at synset.
makePointerTargetTreeList(Synset, PointerType[], int) - Static method in class net.sf.extjwnl.data.PointerUtils
Makes a nested list of pointer targets to depth depth, starting at synset.
makePointerTargetTreeList(Synset, PointerType[], PointerType, int, boolean) - Static method in class net.sf.extjwnl.data.PointerUtils
Makes a nested list of pointer targets to depth depth, starting at synset.
makePointerTargetTreeList(PointerTargetNodeList, PointerType, PointerType, int, boolean) - Static method in class net.sf.extjwnl.data.PointerUtils
Makes a nested list of pointer targets to depth depth, starting at each synset in list.
makePointerTargetTreeList(PointerTargetNodeList, PointerType[], PointerType, int, boolean) - Static method in class net.sf.extjwnl.data.PointerUtils
Makes a nested list of pointer targets to depth depth, starting at each synset in list.
MapBackedDictionary - Class in net.sf.extjwnl.dictionary
A Dictionary backed by Maps.
MapBackedDictionary(Document) - Constructor for class net.sf.extjwnl.dictionary.MapBackedDictionary
 
MapBackedDictionaryElementFactory - Class in net.sf.extjwnl.data
 
MapBackedDictionaryElementFactory(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.data.MapBackedDictionaryElementFactory
 
MapDictionary - Class in net.sf.extjwnl.dictionary
Base class for map-based dictionaries.
MapDictionary(Document) - Constructor for class net.sf.extjwnl.dictionary.MapDictionary
 
MapDictionaryElementFactory - Class in net.sf.extjwnl.data
 
MapDictionaryElementFactory(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.data.MapDictionaryElementFactory
 
mapSynset(Synset, Dictionary) - Static method in class net.sf.extjwnl.data.mcr30.alignment.InterLingualIndex
Maps a synset from one dictionary to another, automatically using the correct interlingual index (if one is available) for word sense alignment.
mapSynset(Synset) - Method in interface net.sf.extjwnl.data.mcr30.alignment.SynsetMapper
Maps a synset from one dictionary to another.
maxOffset - Variable in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
 
MemoryDictionary - Class in net.sf.extjwnl.dictionary
A in-memory Dictionary backed by HashMaps.
MemoryDictionary(Document) - Constructor for class net.sf.extjwnl.dictionary.MemoryDictionary
 
minMaxIds - Variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
MORPHOLOGICAL_PROCESSOR - Static variable in class net.sf.extjwnl.dictionary.Dictionary
Parameter name: class of the morphological processor to use.
MorphologicalProcessor - Interface in net.sf.extjwnl.dictionary
A MorphologicalProcessor tries to turn the inflected form of a word or phrase into the form that can be found in WordNet.

N

N - Static variable in interface net.sf.extjwnl.data.PointerTypeFlags
 
NameValueParam - Class in net.sf.extjwnl.util.factory
Param with name and value.
NameValueParam(Dictionary, String, String) - Constructor for class net.sf.extjwnl.util.factory.NameValueParam
 
NameValueParam(Dictionary, String, String, List<Param>) - Constructor for class net.sf.extjwnl.util.factory.NameValueParam
 
net.sf.extjwnl - package net.sf.extjwnl
 
net.sf.extjwnl.cli - package net.sf.extjwnl.cli
 
net.sf.extjwnl.data - package net.sf.extjwnl.data
Classes for extracting and containing data from the dictionary.
net.sf.extjwnl.data.list - package net.sf.extjwnl.data.list
Lists and associated classes that hold the results of relationship operations.
net.sf.extjwnl.data.mcr30.alignment - package net.sf.extjwnl.data.mcr30.alignment
 
net.sf.extjwnl.data.relationship - package net.sf.extjwnl.data.relationship
Tools for finding pointer relationships between words.
net.sf.extjwnl.dictionary - package net.sf.extjwnl.dictionary
Classes for accessing dictionary information.
net.sf.extjwnl.dictionary.database - package net.sf.extjwnl.dictionary.database
Classes for accessing databases that contain dictionary information.
net.sf.extjwnl.dictionary.file - package net.sf.extjwnl.dictionary.file
Classes for accessing files that contain dictionary information.
net.sf.extjwnl.dictionary.file_manager - package net.sf.extjwnl.dictionary.file_manager
Classes used by FileBackedDictionary to interface with the filesystem.
net.sf.extjwnl.dictionary.morph - package net.sf.extjwnl.dictionary.morph
Classes used for simple morphological transformations.
net.sf.extjwnl.princeton.data - package net.sf.extjwnl.princeton.data
Implementations of DictionaryElementFactory for Princeton's release of WordNet.
net.sf.extjwnl.princeton.file - package net.sf.extjwnl.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.sf.extjwnl.util - package net.sf.extjwnl.util
 
net.sf.extjwnl.util.cache - package net.sf.extjwnl.util.cache
Classes used for caching information.
net.sf.extjwnl.util.factory - package net.sf.extjwnl.util.factory
Classes involved in reflective creation of library components.
net.sf.extjwnl.utilities - package net.sf.extjwnl.utilities
 
newInstance(Dictionary, String, POS, DictionaryFileType) - Method in interface net.sf.extjwnl.dictionary.file.DictionaryFileFactory
Creates a new instance of dictionary file.
newInstance(Dictionary, String, POS, DictionaryFileType) - Method in class net.sf.extjwnl.princeton.file.PrincetonObjectDictionaryFile
 
newInstance(Dictionary, String, POS, DictionaryFileType) - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
newInstance(Dictionary, String, POS, DictionaryFileType) - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
 
newInstance(Dictionary, String, POS, DictionaryFileType) - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceObjectDictionaryFile
 
next() - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary.IndexWordIterator
 
next() - Method in class net.sf.extjwnl.util.CharSequenceTokenizer
 
nextChar() - Method in class net.sf.extjwnl.util.CharSequenceParser
Converts the next token into a char.
nextHexInt() - Method in class net.sf.extjwnl.util.CharSequenceParser
Converts the next hex-encoded token into an int.
nextId() - Static method in class net.sf.extjwnl.utilities.DictionaryToDatabase
 
nextInt() - Method in class net.sf.extjwnl.util.CharSequenceParser
Converts the next token into an int.
nextLong() - Method in class net.sf.extjwnl.util.CharSequenceParser
Converts the next token into a long.
nextToken() - Method in class net.sf.extjwnl.util.CharSequenceParser
Returns the next token from this string tokenizer.
nextToken() - Method in class net.sf.extjwnl.util.CharSequenceTokenizer
Returns the next token from this string tokenizer.
Node - Interface in net.sf.extjwnl.data.list
A node in a list.
NodePrinter<E extends Node> - Class in net.sf.extjwnl.data.list
A printer for displaying the contents of a node list.
NodePrinter() - Constructor for class net.sf.extjwnl.data.list.NodePrinter
 
NodePrinter(int) - Constructor for class net.sf.extjwnl.data.list.NodePrinter
 
NodePrinter(PrintStream) - Constructor for class net.sf.extjwnl.data.list.NodePrinter
 
NodePrinter(PrintStream, int) - Constructor for class net.sf.extjwnl.data.list.NodePrinter
 

O

ObjectDictionaryFile - Interface in net.sf.extjwnl.dictionary.file
DictionaryFile that reads and writes serialized objects.
open() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
 
open() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalogSet
 
open() - Method in interface net.sf.extjwnl.dictionary.file.DictionaryFile
Opens the file.
open() - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
Here we try to be intelligent about opening streams.
open() - Method in class net.sf.extjwnl.princeton.file.PrincetonObjectDictionaryFile
Here we try to be intelligent about opening streams.
open() - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
open() - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
 
open() - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceObjectDictionaryFile
 
openInputStream() - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
openInputStream() - Method in class net.sf.extjwnl.princeton.file.PrincetonObjectDictionaryFile
 
openInputStream() - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceObjectDictionaryFile
 
openOutputStream() - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
openOutputStream() - Method in class net.sf.extjwnl.princeton.file.PrincetonObjectDictionaryFile
 
openOutputStream() - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceObjectDictionaryFile
 
openStreams() - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
Open the input and output streams.
Operation - Interface in net.sf.extjwnl.dictionary.morph
Base class for morphological operations.
OPERATIONS - Static variable in class net.sf.extjwnl.dictionary.morph.DefaultMorphologicalProcessor
Parameter that determines the operations this morphological processor will perform.
OPERATIONS - Static variable in class net.sf.extjwnl.dictionary.morph.DetachSuffixesOperation
 
out - Variable in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
Owned - Interface in net.sf.extjwnl.util.factory
Supports ownership information.

P

Param - Interface in net.sf.extjwnl.util.factory
Represents a parameter in a properties file.
ParamList - Class in net.sf.extjwnl.util.factory
List of parameters.
ParamList(String) - Constructor for class net.sf.extjwnl.util.factory.ParamList
 
ParamList(String, List<Param>) - Constructor for class net.sf.extjwnl.util.factory.ParamList
 
ParamList(String, Map<String, Param>) - Constructor for class net.sf.extjwnl.util.factory.ParamList
 
params - Variable in class net.sf.extjwnl.dictionary.Dictionary
 
params - Variable in class net.sf.extjwnl.dictionary.file.AbstractDictionaryFile
 
params - Variable in class net.sf.extjwnl.dictionary.morph.AbstractDelegatingOperation
 
PASSWORD - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
path - Variable in class net.sf.extjwnl.dictionary.file.AbstractDictionaryFile
 
PHRASE_OPERATIONS - Static variable in class net.sf.extjwnl.dictionary.morph.TokenizerOperation
Parameter that determines the operations this operation will perform on the phrases.
PointedCharSequence - Interface in net.sf.extjwnl.util
PointedCharSequence is a char sequence with the position of its last byte in the original file.
Pointer - Class in net.sf.extjwnl.data
A Pointer encodes a lexical or semantic relationship between WordNet entities.
Pointer(PointerTarget, PointerType, POS, long, int) - Constructor for class net.sf.extjwnl.data.Pointer
 
Pointer(PointerType, PointerTarget, PointerTarget) - Constructor for class net.sf.extjwnl.data.Pointer
 
pointers - Variable in class net.sf.extjwnl.data.Synset
 
PointerTarget - Class in net.sf.extjwnl.data
A PointerTarget is the source or target of a Pointer.
PointerTarget(Dictionary) - Constructor for class net.sf.extjwnl.data.PointerTarget
 
PointerTargetNode - Class in net.sf.extjwnl.data.list
A node in a PointerTargetNodeList.
PointerTargetNode(PointerTarget) - Constructor for class net.sf.extjwnl.data.list.PointerTargetNode
 
PointerTargetNode(PointerTarget, PointerType) - Constructor for class net.sf.extjwnl.data.list.PointerTargetNode
 
PointerTargetNodeList - Class in net.sf.extjwnl.data.list
A PointerTargetNodeList holds the results of a relationship method.
PointerTargetNodeList() - Constructor for class net.sf.extjwnl.data.list.PointerTargetNodeList
 
PointerTargetNodeList(Collection<? extends PointerTargetNode>) - Constructor for class net.sf.extjwnl.data.list.PointerTargetNodeList
 
PointerTargetNodeList(List<PointerTarget>, PointerType) - Constructor for class net.sf.extjwnl.data.list.PointerTargetNodeList
 
PointerTargetTree - Class in net.sf.extjwnl.data.list
A container for the root node of a pointer target tree.
PointerTargetTree(PointerTargetTreeNode) - Constructor for class net.sf.extjwnl.data.list.PointerTargetTree
 
PointerTargetTree(Synset, PointerTargetTreeNodeList) - Constructor for class net.sf.extjwnl.data.list.PointerTargetTree
 
PointerTargetTreeNode - Class in net.sf.extjwnl.data.list
A node in a PointerTargetTreeNodeList.
PointerTargetTreeNode(PointerTarget, PointerTargetTreeNodeList, PointerTargetTreeNodeList, PointerType, PointerTargetTreeNode) - Constructor for class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
PointerTargetTreeNode(PointerTarget) - Constructor for class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
PointerTargetTreeNode(PointerTarget, PointerType) - Constructor for class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
PointerTargetTreeNode(PointerTarget, PointerTargetTreeNodeList, PointerType) - Constructor for class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
PointerTargetTreeNode(PointerTarget, PointerType, PointerTargetTreeNode) - Constructor for class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
PointerTargetTreeNode(PointerTarget, PointerTargetTreeNodeList, PointerType, PointerTargetTreeNode) - Constructor for class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
PointerTargetTreeNode(PointerTarget, PointerTargetTreeNodeList, PointerTargetTreeNodeList, PointerType) - Constructor for class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
PointerTargetTreeNodeList - Class in net.sf.extjwnl.data.list
A list of PointerTargetTreeNodes.
PointerTargetTreeNodeList() - Constructor for class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
 
PointerTargetTreeNodeList(LinkedList<PointerTargetTreeNode>) - Constructor for class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
 
PointerTargetTreeNodeList.FindNodeOperation - Class in net.sf.extjwnl.data.list
Operation that is used for finding the specified node in a tree.
PointerTargetTreeNodeList.FindTargetOperation - Class in net.sf.extjwnl.data.list
Operation that is used for finding the node(s) in a tree that have the specified PointerTarget.
PointerTargetTreeNodeList.Operation - Interface in net.sf.extjwnl.data.list
Operation that is performed on the nodes of a tree or list.
PointerType - Enum in net.sf.extjwnl.data
Instances of this class enumerate the possible WordNet pointer types, and are used to label PointerTypes.
PointerTypeFlags - Interface in net.sf.extjwnl.data
Flags for tagging a pointer type with the POS types it apples to.
PointerUtils - Class in net.sf.extjwnl.data
This class contains static methods for performing various pointer operations.
PointerUtils() - Constructor for class net.sf.extjwnl.data.PointerUtils
 
Pool<T> - Interface in net.sf.extjwnl.util.cache
Pool interface for caching.
POS - Enum in net.sf.extjwnl.data
Enumeration of major syntactic categories, or Part's Of Speech.
pos - Variable in class net.sf.extjwnl.data.Synset
 
pos - Variable in class net.sf.extjwnl.dictionary.file.AbstractDictionaryFile
 
POSCache<K,V> - Interface in net.sf.extjwnl.util.cache
A set of Caches split by POS.
prepareQueryString(String) - Static method in class net.sf.extjwnl.dictionary.Dictionary
Prepares the lemma for being used in a lookup operation.
PrincetonObjectDictionaryFile - Class in net.sf.extjwnl.princeton.file
ObjectDictionaryFile that loads dictionary files from file system.
PrincetonObjectDictionaryFile(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.file.PrincetonObjectDictionaryFile
Factory constructor.
PrincetonRandomAccessDictionaryFile - Class in net.sf.extjwnl.princeton.file
A RandomAccessDictionaryFile that accesses files named with Princeton's dictionary file naming convention.
PrincetonRandomAccessDictionaryFile(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
Factory constructor.
PrincetonRandomAccessDictionaryFile(Dictionary, String, POS, DictionaryFileType, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
Instance constructor.
PrincetonResourceDictionaryFile - Class in net.sf.extjwnl.princeton.file
Loads dictionary files from classpath.
PrincetonResourceDictionaryFile(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
Factory constructor.
PrincetonResourceDictionaryFile(Dictionary, String, POS, DictionaryFileType, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
Instance constructor.
PrincetonResourceObjectDictionaryFile - Class in net.sf.extjwnl.princeton.file
ObjectDictionaryFile that loads dictionary files from classpath.
PrincetonResourceObjectDictionaryFile(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.file.PrincetonResourceObjectDictionaryFile
Factory constructor.
PrincetonWN17DatabaseDictionaryElementFactory - Class in net.sf.extjwnl.princeton.data
Element factory for WN1.7.
PrincetonWN17DatabaseDictionaryElementFactory(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.data.PrincetonWN17DatabaseDictionaryElementFactory
 
PrincetonWN17FileDictionaryElementFactory - Class in net.sf.extjwnl.princeton.data
FileDictionaryElementFactory that produces elements for the Princeton release of WordNet v 1.7
PrincetonWN17FileDictionaryElementFactory(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.princeton.data.PrincetonWN17FileDictionaryElementFactory
 
print(PrintStream, E, int, int) - Method in class net.sf.extjwnl.data.list.NodePrinter
Print the contents of the given node, indenting it indent spaces.
print(ListIterator<E>) - Method in class net.sf.extjwnl.data.list.NodePrinter
Print the contents of itr using the default indent
print(ListIterator<E>, PrintStream) - Method in class net.sf.extjwnl.data.list.NodePrinter
Print the contents of itr to the given stream
print(ListIterator<E>, PrintStream, int) - Method in class net.sf.extjwnl.data.list.NodePrinter
Print the contents of itr to the given stream indenting each line indent spaces.
print(ListIterator<E>, int) - Method in class net.sf.extjwnl.data.list.NodePrinter
Print the contents of itr indenting each line indent spaces.
print(ListIterator<E>, int, int) - Method in class net.sf.extjwnl.data.list.NodePrinter
Print the contents of itr to the default stream.
print(ListIterator<E>, PrintStream, int, int) - Method in class net.sf.extjwnl.data.list.NodePrinter
Print the contents of itr to the given stream.
print() - Method in class net.sf.extjwnl.data.list.PointerTargetNodeList
 
print(int) - Method in class net.sf.extjwnl.data.list.PointerTargetNodeList
 
print(PrintStream) - Method in class net.sf.extjwnl.data.list.PointerTargetNodeList
 
print(PrintStream, int) - Method in class net.sf.extjwnl.data.list.PointerTargetNodeList
 
print(PrintStream, int, int) - Method in class net.sf.extjwnl.data.list.PointerTargetNodeList
 
print() - Method in class net.sf.extjwnl.data.list.PointerTargetTree
 
print() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
 
print(PrintStream, int, int) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNodeList
 
printIndented(PrintStream, PointerTargetNode, int) - Static method in class net.sf.extjwnl.data.list.PointerTargetNodeList
 
put(K, V) - Method in class net.sf.extjwnl.util.cache.LRUCache
 
putAll(Map<? extends K, ? extends V>) - Method in class net.sf.extjwnl.util.cache.LRUCache
 

Q

Query - Class in net.sf.extjwnl.dictionary.database
Helper class to manage queries.
Query(Dictionary, String, Connection) - Constructor for class net.sf.extjwnl.dictionary.database.Query
 

R

raFile - Variable in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
raFileLength - Variable in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
rand - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
rand - Static variable in class net.sf.extjwnl.dictionary.MapDictionary
Random number generator used by getRandomIndexWord()
RandomAccessDictionaryFile - Interface in net.sf.extjwnl.dictionary.file
DictionaryFile that reads lines from a random-access text file.
readLine(long) - Method in interface net.sf.extjwnl.dictionary.file.RandomAccessDictionaryFile
Reads starting at offset and till the end of line.
readLine(long) - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
readLine(long) - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
 
readLineAt(POS, DictionaryFileType, long) - Method in interface net.sf.extjwnl.dictionary.file_manager.FileManager
Returns the line that begins at file offset offset.
readLineAt(POS, DictionaryFileType, long) - Method in class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
 
readObject() - Method in interface net.sf.extjwnl.dictionary.file.ObjectDictionaryFile
Reads and deserializes an object from the file.
readObject() - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
readWord(long) - Method in interface net.sf.extjwnl.dictionary.file.RandomAccessDictionaryFile
Reads starting at offset and till space.
readWord(long) - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
readWord(long) - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
 
Relationship - Class in net.sf.extjwnl.data.relationship
A Relationship encapsulates the relationship between two synsets.
Relationship(PointerType, PointerTargetNodeList, Synset, Synset) - Constructor for class net.sf.extjwnl.data.relationship.Relationship
 
RelationshipFinder - Class in net.sf.extjwnl.data.relationship
Helper class to find relations.
RelationshipFinder() - Constructor for class net.sf.extjwnl.data.relationship.RelationshipFinder
 
RelationshipList - Class in net.sf.extjwnl.data.relationship
A list of Relationships.
RelationshipList() - Constructor for class net.sf.extjwnl.data.relationship.RelationshipList
 
remainder() - Method in class net.sf.extjwnl.util.CharSequenceParser
 
remainder() - Method in class net.sf.extjwnl.util.CharSequenceTokenizer
Returns remainder of the string.
remove(POS) - Method in class net.sf.extjwnl.data.IndexWordSet
Removes the IndexWords associated with POS p from this set.
remove() - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary.IndexWordIterator
 
remove(Object) - Method in class net.sf.extjwnl.util.cache.LRUCache
 
remove() - Method in class net.sf.extjwnl.util.CharSequenceTokenizer
 
removeElement(DictionaryElement) - Method in class net.sf.extjwnl.dictionary.Dictionary
Removes the dictionary element from the dictionary.
removeException(Exc) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
removeException(Exc) - Method in class net.sf.extjwnl.dictionary.Dictionary
Removes the exc from the dictionary.
removeException(Exc) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
removeIndexWord(IndexWord) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
removeIndexWord(IndexWord) - Method in class net.sf.extjwnl.dictionary.Dictionary
Removes indexWord from the dictionary.
removeIndexWord(IndexWord) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
removeSynset(Synset) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
removeSynset(Synset) - Method in class net.sf.extjwnl.dictionary.Dictionary
Removes synset from the dictionary.
removeSynset(Synset) - Method in class net.sf.extjwnl.dictionary.MapDictionary
 
replace(T) - Method in class net.sf.extjwnl.util.cache.HashPool
 
replace(T) - Method in interface net.sf.extjwnl.util.cache.Pool
 
replace(T) - Method in class net.sf.extjwnl.util.cache.ZeroPool
 
resolveAllPointers() - Method in class net.sf.extjwnl.dictionary.Dictionary
Loads all targets in load all pointers and all synsets in all index words.
resolveMessage(String) - Method in class net.sf.extjwnl.util.ResourceBundleSet
Resolves msg.
resolveMessage(String, Object) - Method in class net.sf.extjwnl.util.ResourceBundleSet
Resolves msg.
resolveMessage(String, Object[]) - Method in class net.sf.extjwnl.util.ResourceBundleSet
Resolves msg
resolvePointers(POS) - Method in class net.sf.extjwnl.dictionary.Dictionary
 
ResourceBundleSet - Class in net.sf.extjwnl.util
A ResourceBundle that is a proxy to multiple ResourceBundles.
ResourceBundleSet(String) - Constructor for class net.sf.extjwnl.util.ResourceBundleSet
 
reverse() - Method in class net.sf.extjwnl.data.list.PointerTargetNodeList
Reverses the contents of this list.
reverse() - Method in class net.sf.extjwnl.data.list.PointerTargetTree
Reverse this tree.
reverse() - Method in class net.sf.extjwnl.data.relationship.AsymmetricRelationship
 
reverse() - Method in class net.sf.extjwnl.data.relationship.Relationship
 
reverse() - Method in class net.sf.extjwnl.data.relationship.SymmetricRelationship
 

S

save() - Method in class net.sf.extjwnl.dictionary.Dictionary
Saves the dictionary.
save() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
 
save() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalogSet
 
save() - Method in interface net.sf.extjwnl.dictionary.file.DictionaryFile
Saves the file.
save() - Method in interface net.sf.extjwnl.dictionary.file_manager.FileManager
Saves the files.
save() - Method in class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
 
save() - Method in class net.sf.extjwnl.dictionary.FileBackedDictionary
 
save() - Method in class net.sf.extjwnl.dictionary.MapBackedDictionary
 
save() - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
save() - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
save() - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
 
setCacheCapacity(int) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
setCacheCapacity(DictionaryElementType, int) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
setCacheCapacity(K, int) - Method in class net.sf.extjwnl.util.cache.CacheSet
 
setCachingEnabled(boolean) - Method in class net.sf.extjwnl.dictionary.AbstractCachingDictionary
 
setCapacity(long) - Method in interface net.sf.extjwnl.util.cache.Cache
Sets the maximum number of elements the cache can hold.
setCapacity(long) - Method in class net.sf.extjwnl.util.cache.LRUCache
 
setChildTreeList(PointerTargetTreeNodeList) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
setDictionary(Dictionary) - Method in class net.sf.extjwnl.data.BaseDictionaryElement
 
setDictionary(Dictionary) - Method in class net.sf.extjwnl.data.PointerTarget
 
setDictionary(Dictionary) - Method in class net.sf.extjwnl.data.Synset
 
setDictionary(Dictionary) - Method in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
setDictionary(Dictionary) - Method in class net.sf.extjwnl.dictionary.file.AbstractDictionaryFile
 
setDictionary(Dictionary) - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
 
setDictionary(Dictionary) - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalogSet
 
setDictionary(Dictionary) - Method in class net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
 
setDictionary(Dictionary) - Method in class net.sf.extjwnl.dictionary.morph.AbstractOperation
 
setDictionary(Dictionary) - Method in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
 
setDictionary(Dictionary) - Method in interface net.sf.extjwnl.util.factory.Owned
Sets the dictionary this object belongs to.
setGloss(String) - Method in class net.sf.extjwnl.data.Synset
 
setIndex(int) - Method in class net.sf.extjwnl.dictionary.morph.BaseFormSet
 
setIsAdjectiveCluster(boolean) - Method in class net.sf.extjwnl.data.AdjectiveSynset
 
setIsAdjectiveCluster(boolean) - Method in class net.sf.extjwnl.data.Synset
 
setLexFileNum(long) - Method in class net.sf.extjwnl.data.Synset
Sets the lexicographer file name containing this synset.
setLexId(int) - Method in class net.sf.extjwnl.data.Word
Sets the lexicographer id that identifies this lemma.
setLocale(Locale) - Method in class net.sf.extjwnl.util.ResourceBundleSet
 
setOffset(long) - Method in class net.sf.extjwnl.data.Synset
 
setOffsetLength(int) - Method in interface net.sf.extjwnl.dictionary.file.RandomAccessDictionaryFile
Sets offset length to be used while rendering the file.
setOffsetLength(int) - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 
setOffsetLength(int) - Method in class net.sf.extjwnl.princeton.file.PrincetonResourceDictionaryFile
 
setParent(PointerTargetTreeNode) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
setPointerTreeList(PointerTargetTreeNodeList) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
setRandom(Random) - Method in class net.sf.extjwnl.dictionary.Dictionary
 
setRestoreDictionary(Dictionary) - Static method in class net.sf.extjwnl.dictionary.Dictionary
 
setSuffixMap(Map<POS, String[][]>) - Method in class net.sf.extjwnl.dictionary.morph.DetachSuffixesOperation
 
setTarget(PointerTarget) - Method in class net.sf.extjwnl.data.Pointer
Sets the actual target of this pointer.
setType(PointerType) - Method in class net.sf.extjwnl.data.list.PointerTargetNode
 
setUseCount(int) - Method in class net.sf.extjwnl.data.Word
Sets the number of times each tagged sense occurs in a semantic concordance.
setVerbFrameFlags(BitSet) - Method in class net.sf.extjwnl.data.Synset
 
setVerbFrameFlags(BitSet) - Method in class net.sf.extjwnl.data.VerbSynset
 
size() - Method in class net.sf.extjwnl.data.IndexWordSet
Returns the number of IndexWords in this set.
size() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalog
 
size() - Method in class net.sf.extjwnl.dictionary.file.DictionaryCatalogSet
 
size() - Method in class net.sf.extjwnl.dictionary.morph.BaseFormSet
 
size() - Method in class net.sf.extjwnl.util.cache.LRUCache
 
skipToken() - Method in class net.sf.extjwnl.util.CharSequenceTokenizer
Skips the next token.
sortSenses() - Method in class net.sf.extjwnl.data.IndexWord
Sorts senses according to their use count.
split(String) - Static method in class net.sf.extjwnl.dictionary.morph.Util
 
startBuildingSenseKey(int) - Method in class net.sf.extjwnl.data.Word
 
startCaching() - Method in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
 
stopCaching() - Method in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
 
storeExceptions(Iterator<Exc>) - Method in class net.sf.extjwnl.utilities.DictionaryToDatabase
Store the exceptions file.
storeIndexWords(Iterator<IndexWord>) - Method in class net.sf.extjwnl.utilities.DictionaryToDatabase
Store all the index words.
storeIndexWordSynsets() - Method in class net.sf.extjwnl.utilities.DictionaryToDatabase
Store the index word synsets.
storeSynsets(Iterator<Synset>) - Method in class net.sf.extjwnl.utilities.DictionaryToDatabase
Store all of the synsets in the database.
stringCache - Variable in class net.sf.extjwnl.princeton.data.AbstractDictionaryElementFactory
 
subSequence(int, int) - Method in class net.sf.extjwnl.util.ByteArrayCharSequence
 
subSequence(int, int) - Method in class net.sf.extjwnl.util.CharBufferCharSequence
 
SymmetricRelationship - Class in net.sf.extjwnl.data.relationship
A symmetric relationship is one whose type is symmetric (its own inverse).
SymmetricRelationship(PointerType, PointerTargetNodeList, Synset, Synset) - Constructor for class net.sf.extjwnl.data.relationship.SymmetricRelationship
 
symmetricTo(PointerType) - Method in enum net.sf.extjwnl.data.PointerType
Returns true if type is symmetric to this pointer type.
Synset - Class in net.sf.extjwnl.data
A Synset, or synonym set, represents a line of a WordNet pos.data file.
Synset(Dictionary, POS) - Constructor for class net.sf.extjwnl.data.Synset
 
Synset(Dictionary, POS, long) - Constructor for class net.sf.extjwnl.data.Synset
 
SYNSET_IDS_FOR_INDEX_WORD_SQL - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
SQL query for getting all synsets for an index word.
SYNSET_POINTER_SQL - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
SYNSET_SQL - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
SYNSET_VERB_FRAME_SQL - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
SYNSET_WORD_CACHE_SIZE - Static variable in class net.sf.extjwnl.dictionary.FileBackedDictionary
Size of the synset cache.
SYNSET_WORD_SQL - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
SynsetMapper - Interface in net.sf.extjwnl.data.mcr30.alignment
Mapper for repeated used in translating word senses from one dictionary to another.
synsetOffsetToId - Variable in class net.sf.extjwnl.utilities.DictionaryToDatabase
Mapping of synset offset id's to database id's.

T

tableMap - Variable in class net.sf.extjwnl.dictionary.MapDictionary
 
tables - Static variable in class net.sf.extjwnl.utilities.DictionaryToDatabase
 
TIME - Static variable in class net.sf.extjwnl.utilities.DictionaryToDatabase
 
TOKEN_OPERATIONS - Static variable in class net.sf.extjwnl.dictionary.morph.TokenizerOperation
Parameter that determines the operations this operation will perform on the tokens.
TokenizerOperation - Class in net.sf.extjwnl.dictionary.morph
Tokenizer operation.
TokenizerOperation(Dictionary, Map<String, Param>) - Constructor for class net.sf.extjwnl.dictionary.morph.TokenizerOperation
 
toList() - Method in class net.sf.extjwnl.data.list.PointerTargetTree
Convert this tree to a list of PointerTargetNodeLists.
toList(PointerTargetNodeList) - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
Convert this node into a list of PointerTargetNodeLists's, each representing a unique branch through the tree
toString() - Method in enum net.sf.extjwnl.data.AdjectivePosition
 
toString() - Method in enum net.sf.extjwnl.data.DictionaryElementType
 
toString() - Method in class net.sf.extjwnl.data.Exc
 
toString() - Method in class net.sf.extjwnl.data.IndexWord
 
toString() - Method in class net.sf.extjwnl.data.IndexWordSet
 
toString() - Method in class net.sf.extjwnl.data.list.PointerTargetNode
 
toString() - Method in class net.sf.extjwnl.data.list.PointerTargetTreeNode
 
toString() - Method in class net.sf.extjwnl.data.Pointer
 
toString() - Method in class net.sf.extjwnl.data.PointerTarget
 
toString() - Method in enum net.sf.extjwnl.data.PointerType
 
toString() - Method in enum net.sf.extjwnl.data.POS
 
toString() - Method in class net.sf.extjwnl.data.relationship.Relationship
 
toString() - Method in class net.sf.extjwnl.data.Synset
 
toString() - Method in class net.sf.extjwnl.data.Verb
 
toString() - Method in class net.sf.extjwnl.data.Word
 
toString() - Method in class net.sf.extjwnl.dictionary.Dictionary.Version
 
toString() - Method in enum net.sf.extjwnl.dictionary.file.DictionaryFileType
 
toString() - Method in class net.sf.extjwnl.util.ByteArrayCharSequence
 
toString() - Method in class net.sf.extjwnl.util.CharBufferCharSequence
 

U

URL - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
USAGE - Static variable in class net.sf.extjwnl.cli.ewn
 
USERNAME - Static variable in class net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
 
Util - Class in net.sf.extjwnl.dictionary.morph
Utility class.
Util() - Constructor for class net.sf.extjwnl.dictionary.morph.Util
 

V

V - Static variable in interface net.sf.extjwnl.data.PointerTypeFlags
 
valueOf(String) - Static method in enum net.sf.extjwnl.data.AdjectivePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.extjwnl.data.DictionaryElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.extjwnl.data.PointerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.extjwnl.data.POS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.extjwnl.dictionary.file.DictionaryFileType
Returns the enum constant of this type with the specified name.
ValueParam - Class in net.sf.extjwnl.util.factory
Param with only value.
ValueParam(Dictionary, String) - Constructor for class net.sf.extjwnl.util.factory.ValueParam
 
ValueParam(Dictionary, String, List<Param>) - Constructor for class net.sf.extjwnl.util.factory.ValueParam
 
values() - Static method in enum net.sf.extjwnl.data.AdjectivePosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.extjwnl.data.DictionaryElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.extjwnl.data.PointerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.extjwnl.data.POS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.extjwnl.dictionary.file.DictionaryFileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class net.sf.extjwnl.util.cache.LRUCache
 
Verb - Class in net.sf.extjwnl.data
A Verb is a subclass of Word that can have 1 or more verb frames (use cases of the verb).
Verb(Dictionary, Synset, String, BitSet) - Constructor for class net.sf.extjwnl.data.Verb
 
VerbSynset - Class in net.sf.extjwnl.data
A Synset for verbs.
VerbSynset(Dictionary) - Constructor for class net.sf.extjwnl.data.VerbSynset
 
VerbSynset(Dictionary, long) - Constructor for class net.sf.extjwnl.data.VerbSynset
 
Version(String, double, Locale) - Constructor for class net.sf.extjwnl.dictionary.Dictionary.Version
 

W

Word - Class in net.sf.extjwnl.data
A Word represents the lexical information related to a specific sense of an IndexWord.
Word(Dictionary, Synset, String) - Constructor for class net.sf.extjwnl.data.Word
Constructs a word tied to a synset, it's position within the synset, and the lemma.
WRITE_PRINCETON_HEADER_KEY - Static variable in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
Whether to add standard princeton header to files on save, default: false.
writeObject(Object) - Method in interface net.sf.extjwnl.dictionary.file.ObjectDictionaryFile
Serializes and write an object ot the file.
writeObject(Object) - Method in class net.sf.extjwnl.princeton.file.AbstractPrincetonObjectDictionaryFile
 
writePrincetonHeader() - Method in class net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
 

Z

ZeroPool<T> - Class in net.sf.extjwnl.util.cache
Pool which does nothing.
ZeroPool() - Constructor for class net.sf.extjwnl.util.cache.ZeroPool
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links