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

A

addRelatedWord(IPointer, IWordID) - Method in interface edu.mit.jwi.item.Synset.IWordBuilder
Adds a pointer from this word to another word with the specified id.
addRelatedWord(IPointer, IWordID) - Method in class edu.mit.jwi.item.Synset.WordBuilder
 
addRelatedWord(IPointer, IWordID) - Method in class edu.mit.jwi.RAMDictionary.DictionaryData.WordBuilder
 
addVerbFrame(IVerbFrame) - Method in interface edu.mit.jwi.item.Synset.IWordBuilder
Adds the specified verb frame to this word.
addVerbFrame(IVerbFrame) - Method in class edu.mit.jwi.item.Synset.WordBuilder
 
addVerbFrame(IVerbFrame) - Method in class edu.mit.jwi.RAMDictionary.DictionaryData.WordBuilder
 
ADJ_ALL - Static variable in class edu.mit.jwi.item.LexFile
 
ADJ_PERT - Static variable in class edu.mit.jwi.item.LexFile
 
ADJ_PPL - Static variable in class edu.mit.jwi.item.LexFile
 
AdjMarker - Enum in edu.mit.jwi.item
The three different possible syntactic markers indicating limitations on the syntactic position an adjective may have in relation to the noun it modifies.
ADV_ALL - Static variable in class edu.mit.jwi.item.LexFile
 
advance() - Method in class edu.mit.jwi.data.WordnetFile.LineIterator
Skips over comment lines to find the next line that would be returned by the iterator in a call to WordnetFile.LineIterator.next().
ALSO_SEE - Static variable in class edu.mit.jwi.item.Pointer
 
ANTONYM - Static variable in class edu.mit.jwi.item.Pointer
 
apply(String) - Method in interface edu.mit.jwi.morph.IStemmingRule
Applies this rule to the given word.
apply(String, String) - Method in interface edu.mit.jwi.morph.IStemmingRule
Applies this rule to the given word, adding the specified suffix to the end of the returned string.
apply(String) - Method in class edu.mit.jwi.morph.StemmingRule
 
apply(String, String) - Method in class edu.mit.jwi.morph.StemmingRule
 
assertLifecycleState() - Method in class edu.mit.jwi.RAMDictionary
This is an internal utility method that determines whether this dictionary should be considered open or closed.
ATTRIBUTE - Static variable in class edu.mit.jwi.item.Pointer
 

B

BACKGROUND_LOAD - Static variable in interface edu.mit.jwi.data.ILoadPolicy
Loading behavior where the object loads itself in the background when instantiated, initialized, or opened.
backing - Variable in class edu.mit.jwi.RAMDictionary
 
BinarySearchWordnetFile<T> - Class in edu.mit.jwi.data
Concrete implementation of a wordnet file data source.
BinarySearchWordnetFile(File, IContentType<T>) - Constructor for class edu.mit.jwi.data.BinarySearchWordnetFile
Constructs a new binary search wordnet file, on the specified file with the specified content type.
BinarySearchWordnetFile.BinarySearchLineIterator - Class in edu.mit.jwi.data
Used to iterate over lines in a file.
BinarySearchWordnetFile.BinarySearchLineIterator(ByteBuffer, String) - Constructor for class edu.mit.jwi.data.BinarySearchWordnetFile.BinarySearchLineIterator
Constructs a new line iterator over this buffer, starting at the specified key.

C

cacheItem(IItem<?>) - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
cacheItem(IItem<?>) - Method in interface edu.mit.jwi.ICachingDictionary.IItemCache
Caches the specified item, if this cache is enabled.
cacheSenseEntry(ISenseEntry) - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
cacheSenseEntry(ISenseEntry) - Method in interface edu.mit.jwi.ICachingDictionary.IItemCache
Caches the specified entry.
cacheSynset(ISynset) - Method in class edu.mit.jwi.CachingDictionary
Caches the specified synset and its words.
cacheWordByKey(IWord) - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
cacheWordByKey(IWord) - Method in interface edu.mit.jwi.ICachingDictionary.IItemCache
Caches the specified word, indexed by its sense key.
CachingDictionary - Class in edu.mit.jwi
A dictionary that caches the results of another dictionary
CachingDictionary(IDictionary) - Constructor for class edu.mit.jwi.CachingDictionary
Constructs a new caching dictionary that caches the results of the specified backing dictionary
CachingDictionary.ItemCache - Class in edu.mit.jwi
An LRU cache for objects in JWI.
CachingDictionary.ItemCache() - Constructor for class edu.mit.jwi.CachingDictionary.ItemCache
Default constructor that initializes the dictionary with caching enabled.
CachingDictionary.ItemCache(int, int, boolean) - Constructor for class edu.mit.jwi.CachingDictionary.ItemCache
Caller can specify both the initial size, maximum size, and the initial state of caching.
call() - Method in class edu.mit.jwi.RAMDictionary.DataLoader
 
cancel() - Method in class edu.mit.jwi.data.FileProvider.JWIBackgroundLoader
Sets the cancel flag for this loader.
CAUSE - Static variable in class edu.mit.jwi.item.Pointer
 
checkForLoad() - Method in class edu.mit.jwi.RAMDictionary.HotSwappableIterator
Checks to see if the data has been loaded into memory; is so, replaces the original iterator with one that iterates over the in-memory data structures.
checkHeadSet() - Method in class edu.mit.jwi.item.SenseKey
Throws an exception if the head is not yet set.
checkLexicalFileNumber(int) - Static method in class edu.mit.jwi.item.LexFile
Throws an exception if the specified lexical file number is not a valid lexical file number
checkLexicalID(int) - Static method in class edu.mit.jwi.item.Word
Checks the specified lexical id, and throws an IllegalArgumentException if it is not legal.
checkOffset(int) - Static method in class edu.mit.jwi.item.Synset
Throws an exception if the specified offset is not in the valid range of [0,99999999].
checkOpen() - Method in class edu.mit.jwi.CachingDictionary
An internal method for assuring compliance with the dictionary interface that says that methods will throw ObjectClosedExceptions if the dictionary has not yet been opened.
checkOpen() - Method in class edu.mit.jwi.CachingDictionary.ItemCache
An internal method for assuring compliance with the dictionary interface that says that methods will throw ObjectClosedExceptions if the dictionary has not yet been opened.
checkOpen() - Method in class edu.mit.jwi.data.FileProvider
Convenience method that throws an exception if the provider is closed.
checkOpen() - Method in class edu.mit.jwi.DataSourceDictionary
An internal method for assuring compliance with the dictionary interface that says that methods will throw ObjectClosedExceptions if the dictionary has not yet been opened.
checkQualifier(String) - Static method in class edu.mit.jwi.item.Version
Checks the specified qualifier for legality.
checkString(String) - Static method in class edu.mit.jwi.item.LexFile
Throws an exception if the specified string is null, empty, or all whitespace.
checkString(String) - Static method in class edu.mit.jwi.item.Pointer
Throws an exception if the specified string is null, empty, or all whitespace.
checkVersion(int, int, int, String) - Static method in class edu.mit.jwi.item.Version
Checks the supplied version numbers.
checkVersionNumber(int, int, int) - Static method in class edu.mit.jwi.item.Version
Checks the supplied version numbers.
checkWordNumber(int) - Static method in class edu.mit.jwi.item.Word
Checks the specified word number, and throws an IllegalArgumentException if it is not legal.
clear() - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
clear() - Method in interface edu.mit.jwi.ICachingDictionary.IItemCache
Removes all entries from the cache.
close() - Method in class edu.mit.jwi.CachingDictionary
 
close() - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
close() - Method in class edu.mit.jwi.data.FileProvider
 
close() - Method in interface edu.mit.jwi.data.IClosable
This closes the object by disposing of data backing objects or connections.
close() - Method in class edu.mit.jwi.data.WordnetFile
 
close() - Method in class edu.mit.jwi.DataSourceDictionary
 
close() - Method in class edu.mit.jwi.RAMDictionary
 
CommentComparator - Class in edu.mit.jwi.data.compare
Default comment detector that is designed for comments found at the head of Wordnet dictionary files.
CommentComparator() - Constructor for class edu.mit.jwi.data.compare.CommentComparator
This constructor is marked protected so that the class may be sub-classed, but not directly instantiated.
compact() - Method in class edu.mit.jwi.RAMDictionary.DictionaryData
Compacts this dictionary data object by resizing the internal maps, and removing redundant objects where possible.
compactMap(Map<K, V>) - Method in class edu.mit.jwi.RAMDictionary.DictionaryData
Compacts a regular map.
compactObjects() - Method in class edu.mit.jwi.RAMDictionary.DictionaryData
Replaces redundant objects where possible
compactPOSMap(Map<POS, Map<K, V>>) - Method in class edu.mit.jwi.RAMDictionary.DictionaryData
Compacts a part-of-speech map
compactSize() - Method in class edu.mit.jwi.RAMDictionary.DictionaryData
Resizes the internal data maps to be the exact size to contain their data.
compare(String, String) - Method in class edu.mit.jwi.data.compare.CommentComparator
 
compare(String, String) - Method in class edu.mit.jwi.data.compare.DataLineComparator
 
compare(String, String) - Method in class edu.mit.jwi.data.compare.ExceptionLineComparator
 
compare(String, String) - Method in class edu.mit.jwi.data.compare.IndexLineComparator
 
compare(String, String) - Method in class edu.mit.jwi.data.compare.SenseKeyLineComparator
 
compareTo(ISenseKey) - Method in class edu.mit.jwi.item.SenseKey
 
containsOneOf(String, Set<String>) - Static method in class edu.mit.jwi.data.DataType
Checks to see if one of the string patterns specified in the set of strings is found in the specified target string.
ContentType<T> - Class in edu.mit.jwi.data
A concrete implementation of the IContentType interface.
ContentType(IDataType<T>, POS, ILineComparator) - Constructor for class edu.mit.jwi.data.ContentType
Constructs a new ContentType
ContentType(IDataType<T>, POS, ILineComparator, Charset) - Constructor for class edu.mit.jwi.data.ContentType
Constructs a new ContentType
createBackingDictionary(File) - Static method in class edu.mit.jwi.RAMDictionary
Creates a DataSourceDictionary out of the specified file, as long as the file points to an existing local directory.
createBackingDictionary(URL) - Static method in class edu.mit.jwi.RAMDictionary
Creates a DataSourceDictionary out of the specified url, as long as the url points to an existing local directory.
createBinarySearch(File, IContentType<T>) - Method in class edu.mit.jwi.data.FileProvider
Creates a binary search data source for the specified type, using the specified file.
createCache() - Method in class edu.mit.jwi.CachingDictionary
This operation creates the cache that is used by the dictionary.
createDataSource(File, IContentType<T>, int) - Method in class edu.mit.jwi.data.FileProvider
Creates the actual data source implementations.
createDirectAccess(File, IContentType<T>) - Method in class edu.mit.jwi.data.FileProvider
Creates a direct access data source for the specified type, using the specified file.
createInputStreamFactory(File) - Static method in class edu.mit.jwi.RAMDictionary
Creates an input stream factory out of the specified File.
createInputStreamFactory(URL) - Static method in class edu.mit.jwi.RAMDictionary
Creates an input stream factory out of the specified URL.
createSourceMap(List<File>, int) - Method in class edu.mit.jwi.data.FileProvider
Creates the map that contains the content types mapped to the data sources.
currentLine - Variable in class edu.mit.jwi.DataSourceDictionary.FileIterator
 

D

DATA - Static variable in class edu.mit.jwi.data.DataType
 
data - Variable in class edu.mit.jwi.RAMDictionary
 
DATA_ADJECTIVE - Static variable in class edu.mit.jwi.data.ContentType
 
DATA_ADVERB - Static variable in class edu.mit.jwi.data.ContentType
 
DATA_NOUN - Static variable in class edu.mit.jwi.data.ContentType
 
DATA_VERB - Static variable in class edu.mit.jwi.data.ContentType
 
DataLineComparator - Class in edu.mit.jwi.data.compare
A line comparator that captures the ordering of lines in Wordnet data files (e.g., data.adv or adv.dat files).
DataLineComparator(CommentComparator) - Constructor for class edu.mit.jwi.data.compare.DataLineComparator
This constructor is marked protected so that the class may be sub-classed, but not directly instantiated.
DataLineParser - Class in edu.mit.jwi.data.parse
Parser for Wordnet data files (e.g., data.adv or adv.dat).
DataLineParser() - Constructor for class edu.mit.jwi.data.parse.DataLineParser
This constructor is marked protected so that the class may be sub-classed, but not directly instantiated.
DataSourceDictionary - Class in edu.mit.jwi
Basic implementation of the IDictionary interface.
DataSourceDictionary(IDataProvider) - Constructor for class edu.mit.jwi.DataSourceDictionary
Constructs a dictionary with a caller-specified IDataProvider.
DataSourceDictionary.DataFileIterator - Class in edu.mit.jwi
Iterates over data files.
DataSourceDictionary.DataFileIterator(POS) - Constructor for class edu.mit.jwi.DataSourceDictionary.DataFileIterator
 
DataSourceDictionary.ExceptionFileIterator - Class in edu.mit.jwi
Iterates over exception files.
DataSourceDictionary.ExceptionFileIterator(POS) - Constructor for class edu.mit.jwi.DataSourceDictionary.ExceptionFileIterator
 
DataSourceDictionary.FileIterator<T,N> - Class in edu.mit.jwi
Abstract class used for iterating over line-based files.
DataSourceDictionary.FileIterator(IContentType<T>) - Constructor for class edu.mit.jwi.DataSourceDictionary.FileIterator
 
DataSourceDictionary.FileIterator(IContentType<T>, String) - Constructor for class edu.mit.jwi.DataSourceDictionary.FileIterator
 
DataSourceDictionary.FileIterator2<T> - Class in edu.mit.jwi
A file iterator where the data type returned by the iterator is the same as that returned by the backing data source.
DataSourceDictionary.FileIterator2(IContentType<T>) - Constructor for class edu.mit.jwi.DataSourceDictionary.FileIterator2
Constructs a new file iterator with the specified content type.
DataSourceDictionary.FileIterator2(IContentType<T>, String) - Constructor for class edu.mit.jwi.DataSourceDictionary.FileIterator2
Constructs a new file iterator with the specified content type and start key.
DataSourceDictionary.IndexFileIterator - Class in edu.mit.jwi
Iterates over index files.
DataSourceDictionary.IndexFileIterator(POS) - Constructor for class edu.mit.jwi.DataSourceDictionary.IndexFileIterator
 
DataSourceDictionary.IndexFileIterator(POS, String) - Constructor for class edu.mit.jwi.DataSourceDictionary.IndexFileIterator
 
DataSourceDictionary.SenseEntryFileIterator - Class in edu.mit.jwi
Iterates over the sense file.
DataSourceDictionary.SenseEntryFileIterator() - Constructor for class edu.mit.jwi.DataSourceDictionary.SenseEntryFileIterator
 
DataType<T> - Class in edu.mit.jwi.data
A concrete implementation of the IDataType interface.
DataType(String, boolean, ILineParser<T>, String...) - Constructor for class edu.mit.jwi.data.DataType
Constructs a new data type.
DataType(String, boolean, ILineParser<T>, Collection<String>) - Constructor for class edu.mit.jwi.data.DataType
Constructs a new data type.
DEFAULT_INITIAL_CAPACITY - Static variable in class edu.mit.jwi.CachingDictionary.ItemCache
 
DEFAULT_LOAD_FACTOR - Static variable in class edu.mit.jwi.CachingDictionary.ItemCache
 
DEFAULT_MAXIMUM_CAPACITY - Static variable in class edu.mit.jwi.CachingDictionary.ItemCache
 
defaultLoadPolicy - Static variable in class edu.mit.jwi.RAMDictionary
The default load policy of a RAMDictionary is to load data in the background when opened.
DERIVATIONALLY_RELATED - Static variable in class edu.mit.jwi.item.Pointer
 
DERIVED_FROM_ADJ - Static variable in class edu.mit.jwi.item.Pointer
 
determineVersion(Collection<? extends IDataSource<?>>) - Method in class edu.mit.jwi.data.FileProvider
Determines a version from the set of data sources, if possible, otherwise returns IVersion.NO_VERSION
Dictionary - Class in edu.mit.jwi
Basic IDictionary implementation that mounts files on disk and has caching.
Dictionary(URL) - Constructor for class edu.mit.jwi.Dictionary
Constructs a new dictionary that uses the Wordnet files located in a directory pointed to by the specified url
Dictionary(File) - Constructor for class edu.mit.jwi.Dictionary
Constructs a new dictionary that uses the Wordnet files located in a directory pointed to by the specified file
DirectAccessWordnetFile<T> - Class in edu.mit.jwi.data
Concrete implementation of a wordnet file data source.
DirectAccessWordnetFile(File, IContentType<T>) - Constructor for class edu.mit.jwi.data.DirectAccessWordnetFile
Constructs a new direct access wordnet file, on the specified file with the specified content type.
DirectAccessWordnetFile.DirectLineIterator - Class in edu.mit.jwi.data
Used to iterate over lines in a file.
DirectAccessWordnetFile.DirectLineIterator(ByteBuffer, String) - Constructor for class edu.mit.jwi.data.DirectAccessWordnetFile.DirectLineIterator
Constructs a new line iterator over this buffer, starting at the specified key.
DOMAIN - Static variable in class edu.mit.jwi.item.Pointer
 

E

edu.mit.jwi - package edu.mit.jwi
Provides the main dictionary interface and a default implementation.
edu.mit.jwi.data - package edu.mit.jwi.data
Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources.
edu.mit.jwi.data.compare - package edu.mit.jwi.data.compare
Provides classes that encode the sorting order of the Wordnet file lines, to enable searching.
edu.mit.jwi.data.parse - package edu.mit.jwi.data.parse
Provides classes and interfaces that parse lines from Wordnet files.
edu.mit.jwi.item - package edu.mit.jwi.item
Provides classes and interfaces that represent the Wordnet data structures.
edu.mit.jwi.morph - package edu.mit.jwi.morph
Provides several simple classes that can be used to find the stems of words using Wordnet.
ENDING_ch - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
ENDING_e - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
ENDING_man - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
ENDING_null - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
ENDING_s - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
ENDING_sh - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
ENDING_x - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
ENDING_y - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
ENDING_z - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
ENTAILMENT - Static variable in class edu.mit.jwi.item.Pointer
 
equals(Object) - Method in class edu.mit.jwi.data.WordnetFile
 
equals(Object) - Method in class edu.mit.jwi.item.ExceptionEntryID
 
equals(Object) - Method in class edu.mit.jwi.item.IndexWord
 
equals(Object) - Method in class edu.mit.jwi.item.IndexWordID
 
equals(Object) - Method in class edu.mit.jwi.item.LexFile
 
equals(Object) - Method in class edu.mit.jwi.item.SenseEntry
 
equals(Object) - Method in class edu.mit.jwi.item.SenseKey
 
equals(Object) - Method in class edu.mit.jwi.item.Synset
 
equals(Object) - Method in class edu.mit.jwi.item.SynsetID
 
equals(Object) - Method in class edu.mit.jwi.item.Version
 
equals(Object) - Method in class edu.mit.jwi.item.Word
 
equals(Object) - Method in class edu.mit.jwi.item.WordID
 
EXCEPTION - Static variable in class edu.mit.jwi.data.DataType
 
EXCEPTION_ADJECTIVE - Static variable in class edu.mit.jwi.data.ContentType
 
EXCEPTION_ADVERB - Static variable in class edu.mit.jwi.data.ContentType
 
EXCEPTION_NOUN - Static variable in class edu.mit.jwi.data.ContentType
 
EXCEPTION_VERB - Static variable in class edu.mit.jwi.data.ContentType
 
ExceptionEntry - Class in edu.mit.jwi.item
Default implementation of IExceptionEntry
ExceptionEntry(IExceptionEntryProxy, POS) - Constructor for class edu.mit.jwi.item.ExceptionEntry
Creates a new exception entry for the specified part of speech using the information in the specified exception proxy object.
ExceptionEntry(String, POS, String...) - Constructor for class edu.mit.jwi.item.ExceptionEntry
Creates a new exception entry for the specified part of speech using the specified surface and root forms.
ExceptionEntryID - Class in edu.mit.jwi.item
Default implementation of IExceptionEntryID.
ExceptionEntryID(String, POS) - Constructor for class edu.mit.jwi.item.ExceptionEntryID
Creates a new exception entry id with the specified information.
ExceptionEntryProxy - Class in edu.mit.jwi.item
Default implementation IExceptionEntryProxyl
ExceptionEntryProxy(IExceptionEntryProxy) - Constructor for class edu.mit.jwi.item.ExceptionEntryProxy
Constructs a new proxy that is a copy of the specified proxy
ExceptionEntryProxy(String, String...) - Constructor for class edu.mit.jwi.item.ExceptionEntryProxy
Constructs a new proxy with the specified field values.
ExceptionLineComparator - Class in edu.mit.jwi.data.compare
A comparator that captures the ordering of lines in Wordnet exception files (e.g., exc.adv or adv.exc files).
ExceptionLineComparator() - Constructor for class edu.mit.jwi.data.compare.ExceptionLineComparator
This constructor is marked protected so that the class may be sub-classed, but not directly instantiated.
ExceptionLineParser - Class in edu.mit.jwi.data.parse
Parser for Wordnet exception files (e.g., exc.adv or adv.exc).
ExceptionLineParser() - Constructor for class edu.mit.jwi.data.parse.ExceptionLineParser
This constructor is marked protected so that the class may be sub-classed, but not directly instantiated.
exceptions - Variable in class edu.mit.jwi.RAMDictionary.DictionaryData
 
export(OutputStream) - Method in interface edu.mit.jwi.IRAMDictionary
Exports the in-memory contents of the to the specified output stream.
export(OutputStream) - Method in class edu.mit.jwi.RAMDictionary
 
export(File, OutputStream) - Static method in class edu.mit.jwi.RAMDictionary
This is a convenience method that transforms a Wordnet dictionary at the specified file location into a in-memory image written to the specified output stream.
export(URL, OutputStream) - Static method in class edu.mit.jwi.RAMDictionary
This is a convenience method that transforms a Wordnet dictionary at the specified url location into a in-memory image written to the specified output stream.
export(IRAMDictionary.IInputStreamFactory, OutputStream) - Static method in class edu.mit.jwi.RAMDictionary
This is a convenience method that transforms a Wordnet dictionary drawn from the specified input stream factory into a in-memory image written to the specified output stream.
export(IRAMDictionary, OutputStream) - Static method in class edu.mit.jwi.RAMDictionary
Exports a specified RAM Dictionary object to the specified output stream.
extractVersion(IContentType<?>, ByteBuffer) - Static method in class edu.mit.jwi.item.Version
Extracts a version object from a byte buffer that contains data with the specified content type.

F

factory - Variable in class edu.mit.jwi.RAMDictionary
 
fComparator - Variable in class edu.mit.jwi.data.BinarySearchWordnetFile
 
fFile - Variable in class edu.mit.jwi.DataSourceDictionary.FileIterator
 
file - Variable in class edu.mit.jwi.IRAMDictionary.FileInputStreamFactory
 
FileProvider - Class in edu.mit.jwi.data
Implementation of a data provider for Wordnet that uses files in the file system to back instances of its data sources.
FileProvider(File) - Constructor for class edu.mit.jwi.data.FileProvider
Constructs the file provider pointing to the resource indicated by the path.
FileProvider(File, int) - Constructor for class edu.mit.jwi.data.FileProvider
Constructs the file provider pointing to the resource indicated by the path, with the specified load policy.
FileProvider(File, int, Collection<? extends IContentType<?>>) - Constructor for class edu.mit.jwi.data.FileProvider
Constructs the file provider pointing to the resource indicated by the path, with the specified load policy, looking for the specified content type.s
FileProvider(URL) - Constructor for class edu.mit.jwi.data.FileProvider
Constructs the file provider pointing to the resource indicated by the path.
FileProvider(URL, int) - Constructor for class edu.mit.jwi.data.FileProvider
Constructs the file provider pointing to the resource indicated by the path, with the specified load policy.
FileProvider(URL, int, Collection<? extends IContentType<?>>) - Constructor for class edu.mit.jwi.data.FileProvider
Constructs the file provider pointing to the resource indicated by the path, with the specified load policy, looking for the specified content type.s
FileProvider.JWIBackgroundLoader - Class in edu.mit.jwi.data
A thread class which tries to load each data source in this provider.
FileProvider.JWIBackgroundLoader() - Constructor for class edu.mit.jwi.data.FileProvider.JWIBackgroundLoader
Constructs a new background loader that operates on the internal data structures of this provider.
find(IDataType<?>, POS, Collection<? extends File>) - Static method in class edu.mit.jwi.data.DataType
Finds the first file that satisfies the naming constraints of both the data type and part of speech.
findFirstLine(String) - Method in class edu.mit.jwi.data.BinarySearchWordnetFile.BinarySearchLineIterator
 
findFirstLine(String) - Method in class edu.mit.jwi.data.DirectAccessWordnetFile.DirectLineIterator
 
findFirstLine(String) - Method in class edu.mit.jwi.data.WordnetFile.LineIterator
Advances the iterator the first line the iterator should return, based on the specified key.
findStems(String, POS) - Method in interface edu.mit.jwi.morph.IStemmer
Takes the surface form of a word, as it appears in the text, and the assigned Wordnet part of speech.
findStems(String, POS) - Method in class edu.mit.jwi.morph.SimpleStemmer
 
findStems(String, POS) - Method in class edu.mit.jwi.morph.WordnetStemmer
 
fParser - Variable in class edu.mit.jwi.DataSourceDictionary.FileIterator
 

G

getAdjectiveMarker() - Method in interface edu.mit.jwi.item.IWord
Returns the adjective marker of this word.
getAdjectiveMarker() - Method in class edu.mit.jwi.item.Word
 
getBackingDictionary() - Method in class edu.mit.jwi.CachingDictionary
Returns the dictionary that is wrapped by this dictionary; will never return null
getBackingDictionary() - Method in class edu.mit.jwi.RAMDictionary
Returns the dictionary that backs this instance.
getBuffer() - Method in class edu.mit.jwi.data.WordnetFile
Returns the buffer which backs this object.
getBugfixVersion() - Method in interface edu.mit.jwi.item.IVersion
Returns the bugfix version number, i.e., the '2' in '1.7.2'.
getBugfixVersion() - Method in class edu.mit.jwi.item.Version
 
getCache() - Method in class edu.mit.jwi.CachingDictionary
 
getCache() - Method in interface edu.mit.jwi.ICachingDictionary
Returns the cache used by this dictionary, so that it may be configured or manipulated directly.
getCharset() - Method in class edu.mit.jwi.CachingDictionary
 
getCharset() - Method in class edu.mit.jwi.data.ContentType
 
getCharset() - Method in class edu.mit.jwi.data.FileProvider
 
getCharset() - Method in interface edu.mit.jwi.data.IHasCharset
Returns the character set associated with this object.
getCharset() - Method in class edu.mit.jwi.DataSourceDictionary
 
getCharset() - Method in class edu.mit.jwi.RAMDictionary
 
getCommentDetector() - Method in class edu.mit.jwi.data.compare.DataLineComparator
 
getCommentDetector() - Method in class edu.mit.jwi.data.compare.ExceptionLineComparator
 
getCommentDetector() - Method in interface edu.mit.jwi.data.compare.ILineComparator
Returns the comment detector instance associated with this line comparator, or null if one does not exist.
getCommentDetector() - Method in class edu.mit.jwi.data.compare.IndexLineComparator
 
getCommentDetector() - Method in class edu.mit.jwi.data.compare.SenseKeyLineComparator
 
getContentType() - Method in interface edu.mit.jwi.data.IDataSource
Returns the assigned content type of the resource that backs this object.
getContentType() - Method in class edu.mit.jwi.data.WordnetFile
 
getCurrentLine() - Method in class edu.mit.jwi.DataSourceDictionary.FileIterator
Returns the current line.
getDataContentType(POS) - Static method in class edu.mit.jwi.data.ContentType
Use this convenience method to retrieve the appropriate ISynset content type for the specified POS.
getDataProvider() - Method in class edu.mit.jwi.DataSourceDictionary
 
getDataProvider() - Method in interface edu.mit.jwi.IDataSourceDictionary
Returns the data provider for this dictionary.
getDataType() - Method in class edu.mit.jwi.data.ContentType
 
getDataType() - Method in interface edu.mit.jwi.data.IContentType
Returns the assigned resource type of this object.
getDescription() - Method in enum edu.mit.jwi.item.AdjMarker
Returns a user-readable description of the type of marker, drawn from the Wordnet specification.
getDescription() - Method in interface edu.mit.jwi.item.ILexFile
Returns a description of the lexicographer file contents.
getDescription() - Method in class edu.mit.jwi.item.LexFile
 
getDictionary() - Method in class edu.mit.jwi.morph.WordnetStemmer
Returns the dictionary in use by the stemmer; will not return null
getEnding() - Method in interface edu.mit.jwi.morph.IStemmingRule
Returns the ending for this rule.
getEnding() - Method in class edu.mit.jwi.morph.StemmingRule
 
getExceptionContentType(POS) - Static method in class edu.mit.jwi.data.ContentType
Use this convenience method to retrieve the appropriate IExceptionEntryProxy content type for the specified POS.
getExceptionEntry(String, POS) - Method in class edu.mit.jwi.CachingDictionary
 
getExceptionEntry(IExceptionEntryID) - Method in class edu.mit.jwi.CachingDictionary
 
getExceptionEntry(String, POS) - Method in class edu.mit.jwi.DataSourceDictionary
 
getExceptionEntry(IExceptionEntryID) - Method in class edu.mit.jwi.DataSourceDictionary
 
getExceptionEntry(String, POS) - Method in interface edu.mit.jwi.IDictionary
Retrieves the exception entry for the specified surface form and part of speech from the database.
getExceptionEntry(IExceptionEntryID) - Method in interface edu.mit.jwi.IDictionary
Retrieves the exception entry for the specified id from the database.
getExceptionEntry(String, POS) - Method in class edu.mit.jwi.RAMDictionary
 
getExceptionEntry(IExceptionEntryID) - Method in class edu.mit.jwi.RAMDictionary
 
getExceptionEntryIterator(POS) - Method in class edu.mit.jwi.CachingDictionary
 
getExceptionEntryIterator(POS) - Method in class edu.mit.jwi.DataSourceDictionary
 
getExceptionEntryIterator(POS) - Method in interface edu.mit.jwi.IDictionary
Returns an iterator that will iterate over all exception entries of the specified part of speech.
getExceptionEntryIterator(POS) - Method in class edu.mit.jwi.RAMDictionary
 
getFile() - Method in class edu.mit.jwi.data.WordnetFile
Returns the file which backs this object.
getFrame(int) - Static method in class edu.mit.jwi.item.VerbFrame
Returns the frame indexed by the specified number defined in this class, or null if there is
getGloss() - Method in interface edu.mit.jwi.item.ISynset
Returns the gloss (brief, plain-English description) of this synset.
getGloss() - Method in class edu.mit.jwi.item.Synset
 
getHeadID() - Method in interface edu.mit.jwi.item.ISenseKey
Returns the head id for this sense key.
getHeadID() - Method in class edu.mit.jwi.item.SenseKey
 
getHeadWord() - Method in interface edu.mit.jwi.item.ISenseKey
Returns the head word for this sense key.
getHeadWord() - Method in class edu.mit.jwi.item.SenseKey
 
getID() - Method in class edu.mit.jwi.item.ExceptionEntry
 
getID() - Method in interface edu.mit.jwi.item.IItem
Returns the ID object for this item.
getID() - Method in class edu.mit.jwi.item.IndexWord
 
getID() - Method in class edu.mit.jwi.item.Synset
 
getID() - Method in class edu.mit.jwi.item.Word
 
getIndexContentType(POS) - Static method in class edu.mit.jwi.data.ContentType
Use this convenience method to retrieve the appropriate IIndexWord content type for the specified POS.
getIndexWord(String, POS) - Method in class edu.mit.jwi.CachingDictionary
 
getIndexWord(IIndexWordID) - Method in class edu.mit.jwi.CachingDictionary
 
getIndexWord(String, POS) - Method in class edu.mit.jwi.DataSourceDictionary
 
getIndexWord(IIndexWordID) - Method in class edu.mit.jwi.DataSourceDictionary
 
getIndexWord(String, POS) - Method in interface edu.mit.jwi.IDictionary
This method is identical to getIndexWord(IIndexWordID) and is provided as a convenience.
getIndexWord(IIndexWordID) - Method in interface edu.mit.jwi.IDictionary
Retrieves the specified index word object from the database.
getIndexWord(String, POS) - Method in class edu.mit.jwi.RAMDictionary
 
getIndexWord(IIndexWordID) - Method in class edu.mit.jwi.RAMDictionary
 
getIndexWordIterator(POS) - Method in class edu.mit.jwi.CachingDictionary
 
getIndexWordIterator(POS) - Method in class edu.mit.jwi.DataSourceDictionary
 
getIndexWordIterator(POS) - Method in interface edu.mit.jwi.IDictionary
Returns an iterator that will iterate over all index words of the specified part of speech.
getIndexWordIterator(POS) - Method in class edu.mit.jwi.RAMDictionary
 
getInitialCapacity() - Method in class edu.mit.jwi.CachingDictionary.ItemCache
Returns the initial capacity of this cache.
getInstance() - Static method in class edu.mit.jwi.data.compare.CommentComparator
Returns the singleton instance of this class, instantiating it if necessary.
getInstance() - Static method in class edu.mit.jwi.data.compare.DataLineComparator
Returns the singleton instance of this class, instantiating it if necessary.
getInstance() - Static method in class edu.mit.jwi.data.compare.ExceptionLineComparator
Returns the singleton instance of this class, instantiating it if necessary.
getInstance() - Static method in class edu.mit.jwi.data.compare.IndexLineComparator
Returns the singleton instance of this class, instantiating it if necessary.
getInstance() - Static method in class edu.mit.jwi.data.compare.SenseKeyLineComparator
Returns the singleton instance of this class, instantiating it if necessary.
getInstance() - Static method in class edu.mit.jwi.data.parse.DataLineParser
Returns the singleton instance of this class, instantiating it if necessary.
getInstance() - Static method in class edu.mit.jwi.data.parse.ExceptionLineParser
Returns the singleton instance of this class, instantiating it if necessary.
getInstance() - Static method in class edu.mit.jwi.data.parse.IndexLineParser
Returns the singleton instance of this class, instantiating it if necessary.
getInstance() - Static method in class edu.mit.jwi.data.parse.SenseKeyParser
Returns the singleton instance of this class, instantiating it if necessary.
getInstance() - Static method in class edu.mit.jwi.data.parse.SenseLineParser
Returns the singleton instance of this class, instantiating it if necessary.
getLemma() - Method in interface edu.mit.jwi.item.IIndexWord
 
getLemma() - Method in interface edu.mit.jwi.item.IIndexWordID
Returns the lemma (root form) of the index word that this ID indicates.
getLemma() - Method in class edu.mit.jwi.item.IndexWord
 
getLemma() - Method in class edu.mit.jwi.item.IndexWordID
 
getLemma() - Method in interface edu.mit.jwi.item.ISenseKey
The lemma (root form) of the word indicated by this key.
getLemma() - Method in interface edu.mit.jwi.item.IWord
Returns the root form of this word, never null or empty.
getLemma() - Method in interface edu.mit.jwi.item.IWordID
Returns the lemma (word root) associated with this word.
getLemma() - Method in class edu.mit.jwi.item.SenseKey
 
getLemma() - Method in class edu.mit.jwi.item.Word
 
getLemma() - Method in class edu.mit.jwi.item.WordID
 
getLexicalFile() - Method in interface edu.mit.jwi.item.ISenseKey
Returns the lexical file associated with this sense key.
getLexicalFile() - Method in interface edu.mit.jwi.item.ISynset
Returns a description of the lexical file.
getLexicalFile(int) - Static method in class edu.mit.jwi.item.LexFile
A convenience method that allows retrieval of one of the built-in lexical file descriptions given the number.
getLexicalFile() - Method in class edu.mit.jwi.item.SenseKey
 
getLexicalFile() - Method in class edu.mit.jwi.item.Synset
 
getLexicalFileNumberString(int) - Static method in class edu.mit.jwi.item.LexFile
Returns a two-character string representation of a lexical file number, zero-filled if necessary.
getLexicalID() - Method in interface edu.mit.jwi.item.ISenseKey
Returns the lexical id for this sense key, which is a non-negative integer.
getLexicalID() - Method in interface edu.mit.jwi.item.IWord
A integer in the closed range [0,15] that, when appended onto lemma, uniquely identifies a sense within a lexicographer file.
getLexicalID() - Method in class edu.mit.jwi.item.SenseKey
 
getLexicalID() - Method in class edu.mit.jwi.item.Word
 
getLexicalIDForDataFile(int) - Static method in class edu.mit.jwi.item.Word
Returns a string form of the lexical id as they are written in data files, which is a single digit hex number.
getLexicalIDForSenseKey(int) - Static method in class edu.mit.jwi.item.Word
Returns a string form of the lexical id as they are written in sense keys, which is as a two-digit decimal number.
getLine(String) - Method in class edu.mit.jwi.data.BinarySearchWordnetFile
 
getLine(String) - Method in class edu.mit.jwi.data.DirectAccessWordnetFile
 
getLine(String) - Method in interface edu.mit.jwi.data.IDataSource
Returns the line in the resource contains the data indexed by the specified key.
getLine(ByteBuffer) - Static method in class edu.mit.jwi.data.WordnetFile
Returns the String from the current position up to, but not including, the next newline.
getLine(ByteBuffer, Charset) - Static method in class edu.mit.jwi.data.WordnetFile
A different version of the getLine method that uses a specified character set to decode the byte stream.
getLineComparator() - Method in class edu.mit.jwi.data.ContentType
 
getLineComparator() - Method in interface edu.mit.jwi.data.IContentType
Returns a comparator that can be used to determine ordering between different lines of data in the resource.
getLoadPolicy() - Method in class edu.mit.jwi.data.FileProvider
 
getLoadPolicy() - Method in interface edu.mit.jwi.data.ILoadPolicy
Returns the load policy for this object, expressed as an integer.
getLoadPolicy() - Method in class edu.mit.jwi.RAMDictionary
 
getMajorVersion() - Method in interface edu.mit.jwi.item.IVersion
Returns the major version number, i.e., the '1' in '1.7.2'.
getMajorVersion() - Method in class edu.mit.jwi.item.Version
 
getMaximumCapacity() - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
getMaximumCapacity() - Method in interface edu.mit.jwi.ICachingDictionary.IItemCache
Returns the maximum capacity of this cache.
getMinorVersion() - Method in interface edu.mit.jwi.item.IVersion
Returns the minor version number, i.e., the '7' in '1.7.2'.
getMinorVersion() - Method in class edu.mit.jwi.item.Version
 
getName() - Method in interface edu.mit.jwi.data.IDataSource
Returns a string representation of the name of this resource.
getName() - Method in class edu.mit.jwi.data.WordnetFile
 
getName() - Method in interface edu.mit.jwi.item.ILexFile
Returns the name of the lexicographer file.
getName() - Method in interface edu.mit.jwi.item.IPointer
Returns a user-friendly name of this pointer type for identification purposes.
getName() - Method in class edu.mit.jwi.item.LexFile
 
getName() - Method in class edu.mit.jwi.item.Pointer
 
getNextLine() - Method in class edu.mit.jwi.data.WordnetFile.LineIterator
Returns the line currently stored as the 'next' line, if any.
getNounCollocationRoots(String) - Method in class edu.mit.jwi.morph.SimpleStemmer
Handles stemming noun collocations.
getNumber() - Method in interface edu.mit.jwi.item.ILexFile
Returns the number of the lexicographer file.
getNumber() - Method in interface edu.mit.jwi.item.IVerbFrame
The id number of this verb frame.
getNumber() - Method in class edu.mit.jwi.item.LexFile
 
getNumber() - Method in enum edu.mit.jwi.item.POS
Returns the standard WordNet number of this part of speech
getNumber() - Method in class edu.mit.jwi.item.VerbFrame
 
getOffset() - Method in interface edu.mit.jwi.item.ISenseEntry
Returns the synset offset for this sense entry, a non-negative integer.
getOffset() - Method in interface edu.mit.jwi.item.ISynset
Returns the data file byte offset of this synset.
getOffset() - Method in interface edu.mit.jwi.item.ISynsetID
Returns the offset for the specified synset.
getOffset() - Method in class edu.mit.jwi.item.SenseEntry
 
getOffset() - Method in class edu.mit.jwi.item.Synset
 
getOffset() - Method in class edu.mit.jwi.item.SynsetID
 
getParser() - Method in class edu.mit.jwi.data.DataType
 
getParser() - Method in interface edu.mit.jwi.data.IDataType
Returns the line parser that can be used to process lines of data retrieved from an IDataSource file with this type.
getPartOfSpeech(int) - Static method in enum edu.mit.jwi.item.POS
Retrieves the part of speech object given the number.
getPartOfSpeech(char) - Static method in enum edu.mit.jwi.item.POS
Retrieves of the part of speech object given the tag.
getPointers() - Method in interface edu.mit.jwi.item.IIndexWord
Returns an immutable set containing all the different types of pointers that this index word has in all synsets containing this word.
getPointers() - Method in class edu.mit.jwi.item.IndexWord
 
getPointerType(String, POS) - Static method in class edu.mit.jwi.item.Pointer
Returns the pointer type (static final instance) that matches the specified pointer symbol.
getPOS() - Method in class edu.mit.jwi.data.ContentType
 
getPOS() - Method in class edu.mit.jwi.DataSourceDictionary.FileIterator
 
getPOS() - Method in class edu.mit.jwi.item.ExceptionEntry
 
getPOS() - Method in class edu.mit.jwi.item.ExceptionEntryID
 
getPOS() - Method in interface edu.mit.jwi.item.IHasPOS
Returns the associated part of speech for this object.
getPOS() - Method in class edu.mit.jwi.item.IndexWord
 
getPOS() - Method in class edu.mit.jwi.item.IndexWordID
 
getPOS() - Method in class edu.mit.jwi.item.LexFile
 
getPOS() - Method in class edu.mit.jwi.item.SenseEntry
 
getPOS() - Method in class edu.mit.jwi.item.SenseKey
 
getPOS() - Method in class edu.mit.jwi.item.Synset
 
getPOS() - Method in class edu.mit.jwi.item.SynsetID
 
getPOS() - Method in class edu.mit.jwi.item.Word
 
getPOS() - Method in class edu.mit.jwi.item.WordID
 
getPOS() - Method in class edu.mit.jwi.morph.StemmingRule
 
getQualifier() - Method in interface edu.mit.jwi.item.IVersion
Returns the version qualifier, i.e., the 'abc' in '1.7.2.abc'.
getQualifier() - Method in class edu.mit.jwi.item.Version
 
getRelatedMap() - Method in interface edu.mit.jwi.item.ISynset
Returns an immutable map from semantic pointers to immutable lists of synsets.
getRelatedMap() - Method in interface edu.mit.jwi.item.IWord
Returns an immutable map of from pointers to immutable maps.
getRelatedMap() - Method in class edu.mit.jwi.item.Synset
 
getRelatedMap() - Method in class edu.mit.jwi.item.Word
 
getRelatedSynsets(IPointer) - Method in interface edu.mit.jwi.item.ISynset
Returns an immutable list of the ids of all synsets that are related to this synset by the specified pointer type.
getRelatedSynsets() - Method in interface edu.mit.jwi.item.ISynset
Returns an immutable list of synset ids for all synsets that are connected by pointers to this synset.
getRelatedSynsets(IPointer) - Method in class edu.mit.jwi.item.Synset
 
getRelatedSynsets() - Method in class edu.mit.jwi.item.Synset
 
getRelatedWords(IPointer) - Method in interface edu.mit.jwi.item.IWord
Returns an immutable list of all word ids related to this word by the specified pointer type.
getRelatedWords() - Method in interface edu.mit.jwi.item.IWord
Returns an immutable list of all word ids related to this word by pointers in the database.
getRelatedWords(IPointer) - Method in class edu.mit.jwi.item.Word
 
getRelatedWords() - Method in class edu.mit.jwi.item.Word
 
getResourceNameHints() - Method in class edu.mit.jwi.data.DataType
 
getResourceNameHints() - Method in interface edu.mit.jwi.data.IDataType
Returns an immutable set of strings that can be used as keywords to identify resources that are of this type.
getResourceNameHints() - Method in enum edu.mit.jwi.item.POS
Returns a set of strings that can be used to identify resource corresponding to objects with this part of speech.
getRootForms() - Method in class edu.mit.jwi.item.ExceptionEntryProxy
 
getRootForms() - Method in interface edu.mit.jwi.item.IExceptionEntryProxy
Returns an unmodifiable list of cceptable root forms for the surface form.
getRuleMap() - Method in class edu.mit.jwi.morph.SimpleStemmer
Returns a set of stemming rules used by this stemmer.
getSenseEntry(ISenseKey) - Method in class edu.mit.jwi.CachingDictionary
 
getSenseEntry(ISenseKey) - Method in class edu.mit.jwi.DataSourceDictionary
 
getSenseEntry(ISenseKey) - Method in interface edu.mit.jwi.IDictionary
Retrieves the sense entry for the specified sense key from the database.
getSenseEntry(ISenseKey) - Method in class edu.mit.jwi.RAMDictionary
 
getSenseEntryIterator() - Method in class edu.mit.jwi.CachingDictionary
 
getSenseEntryIterator() - Method in class edu.mit.jwi.DataSourceDictionary
 
getSenseEntryIterator() - Method in interface edu.mit.jwi.IDictionary
Returns an iterator that will iterate over all sense entries in the dictionary.
getSenseEntryIterator() - Method in class edu.mit.jwi.RAMDictionary
 
getSenseKey() - Method in interface edu.mit.jwi.item.ISenseEntry
Returns the sense key for this sense entry.
getSenseKey() - Method in interface edu.mit.jwi.item.IWord
Returns the sense key for this word.
getSenseKey() - Method in class edu.mit.jwi.item.SenseEntry
 
getSenseKey() - Method in class edu.mit.jwi.item.Word
 
getSenseNumber() - Method in interface edu.mit.jwi.item.ISenseEntry
Returns the sense number for the word indicated by this entry.
getSenseNumber() - Method in class edu.mit.jwi.item.SenseEntry
 
getSource() - Method in class edu.mit.jwi.data.FileProvider
 
getSource(IContentType<T>) - Method in class edu.mit.jwi.data.FileProvider
 
getSource() - Method in interface edu.mit.jwi.data.IDataProvider
Returns the URL that points to the resource location; should never return null.
getSource(IContentType<T>) - Method in interface edu.mit.jwi.data.IDataProvider
Returns a data source object for the specified content type, if one is available; otherwise returns null.
getStreamFactory() - Method in class edu.mit.jwi.RAMDictionary
Returns the stream factory that backs this instance; may be null.
getSuffix() - Method in interface edu.mit.jwi.morph.IStemmingRule
Returns the suffix for this rule.
getSuffix() - Method in class edu.mit.jwi.morph.StemmingRule
 
getSuffixIgnoreSet() - Method in interface edu.mit.jwi.morph.IStemmingRule
Returns the set of suffixes that should be ignored when applying this stemming rule.
getSuffixIgnoreSet() - Method in class edu.mit.jwi.morph.StemmingRule
 
getSurfaceForm() - Method in class edu.mit.jwi.item.ExceptionEntryID
 
getSurfaceForm() - Method in class edu.mit.jwi.item.ExceptionEntryProxy
 
getSurfaceForm() - Method in interface edu.mit.jwi.item.IExceptionEntryID
Returns the surface form (i.e., not the root form) of the word for which a morphological exception entry is desired.
getSurfaceForm() - Method in interface edu.mit.jwi.item.IExceptionEntryProxy
Returns the surface form (i.e., not the root form) of the word for this exception entry.
getSymbol() - Method in enum edu.mit.jwi.item.AdjMarker
Returns the adjective marker symbol, as found appended to the ends of adjective words in the data files, parenthesis included.
getSymbol() - Method in interface edu.mit.jwi.item.IPointer
The symbol in the Wordnet data files that is used to indicate this pointer type.
getSymbol() - Method in class edu.mit.jwi.item.Pointer
 
getSynset(ISynsetID) - Method in class edu.mit.jwi.CachingDictionary
 
getSynset(ISynsetID) - Method in class edu.mit.jwi.DataSourceDictionary
 
getSynset(ISynsetID) - Method in interface edu.mit.jwi.IDictionary
Retrieves the synset with the specified id from the database.
getSynset() - Method in interface edu.mit.jwi.item.IWord
Returns the synset uniquely identified by this word.
getSynset() - Method in class edu.mit.jwi.item.Word
 
getSynset(ISynsetID) - Method in class edu.mit.jwi.RAMDictionary
 
getSynsetID() - Method in interface edu.mit.jwi.item.IWordID
Returns the synset id object associated with this word.
getSynsetID() - Method in class edu.mit.jwi.item.WordID
 
getSynsetIterator(POS) - Method in class edu.mit.jwi.CachingDictionary
 
getSynsetIterator(POS) - Method in class edu.mit.jwi.DataSourceDictionary
 
getSynsetIterator(POS) - Method in interface edu.mit.jwi.IDictionary
Returns an iterator that will iterate over all synsets of the specified part of speech.
getSynsetIterator(POS) - Method in class edu.mit.jwi.RAMDictionary
 
getSynsetType() - Method in interface edu.mit.jwi.item.ISenseKey
Returns the synset type for the key.
getSynsetType() - Method in class edu.mit.jwi.item.SenseKey
 
getTag() - Method in enum edu.mit.jwi.item.POS
The tag that is used to indicate this part of speech in Wordnet data files
getTagCount() - Method in interface edu.mit.jwi.item.ISenseEntry
Returns the tag count for the sense entry.
getTagCount() - Method in class edu.mit.jwi.item.SenseEntry
 
getTagSenseCount() - Method in interface edu.mit.jwi.item.IIndexWord
Returns the number of senses of lemma that are ranked according to their frequency of occurrence in semantic concordance texts.
getTagSenseCount() - Method in class edu.mit.jwi.item.IndexWord
 
getTemplate() - Method in interface edu.mit.jwi.item.IVerbFrame
The string form of the template, drawn directly from the data file.
getTemplate() - Method in class edu.mit.jwi.item.VerbFrame
 
getType() - Method in interface edu.mit.jwi.item.ISynset
Returns the type of the synset, encoded as follows: 1=Noun, 2=Verb, 3=Adjective, 4=Adverb, 5=Adjective Satellite.
getType() - Method in class edu.mit.jwi.item.Synset
 
getTypes() - Method in class edu.mit.jwi.data.FileProvider
 
getTypes() - Method in interface edu.mit.jwi.data.IDataProvider
Returns a set containing all the content types this provider looks for at the resource location.
getUnknownLexicalFile(int) - Static method in class edu.mit.jwi.item.UnknownLexFile
Allows retrieval of an unknown lexical file object given the number.
getVerbCollocationRoots(String) - Method in class edu.mit.jwi.morph.SimpleStemmer
Handles stemming verb collocations.
getVerbFrames() - Method in interface edu.mit.jwi.item.IWord
Returns an immutable list of all verb frames associated with this word.
getVerbFrames() - Method in class edu.mit.jwi.item.Word
 
getVersion() - Method in class edu.mit.jwi.CachingDictionary
 
getVersion() - Method in class edu.mit.jwi.data.FileProvider
 
getVersion() - Method in class edu.mit.jwi.data.WordnetFile
Returns the wordnet version associated with this object, or null if the version cannot be determined.
getVersion() - Method in class edu.mit.jwi.DataSourceDictionary
 
getVersion() - Method in interface edu.mit.jwi.item.IHasVersion
Returns the associated version for this object.
getVersion(int, int, int) - Static method in class edu.mit.jwi.item.Version
Creates and caches, or retrieves from the cache, a version object corresponding to the specified numbers.
getVersion(int, int, int, String) - Static method in class edu.mit.jwi.item.Version
Creates and caches, or retrieves from the cache, a version object corresponding to the specified numbers.
getVersion() - Method in class edu.mit.jwi.RAMDictionary
 
getWord(IWordID) - Method in class edu.mit.jwi.CachingDictionary
 
getWord(ISenseKey) - Method in class edu.mit.jwi.CachingDictionary
 
getWord(IWordID) - Method in class edu.mit.jwi.DataSourceDictionary
 
getWord(ISenseKey) - Method in class edu.mit.jwi.DataSourceDictionary
 
getWord(IWordID) - Method in interface edu.mit.jwi.IDictionary
Retrieves the word with the specified id from the database.
getWord(ISenseKey) - Method in interface edu.mit.jwi.IDictionary
Retrieves the word with the specified sense key from the database.
getWord(int) - Method in interface edu.mit.jwi.item.ISynset
Returns the word with the specified word number.
getWord(int) - Method in class edu.mit.jwi.item.Synset
 
getWord(IWordID) - Method in class edu.mit.jwi.RAMDictionary
 
getWord(ISenseKey) - Method in class edu.mit.jwi.RAMDictionary
 
getWordIDs() - Method in interface edu.mit.jwi.item.IIndexWord
Returns an immutable list of word id objects, that point to the words for this root form and part of speech combination.
getWordIDs() - Method in class edu.mit.jwi.item.IndexWord
 
getWordNumber() - Method in interface edu.mit.jwi.item.IWordID
Returns the word number, which is a number from 1 to 255 that indicates the order this word is listed in the Wordnet data files.
getWordNumber() - Method in class edu.mit.jwi.item.WordID
 
getWords() - Method in interface edu.mit.jwi.item.ISynset
Returns an immutable list of the word objects (synset, index word pairs) associated with this synset.
getWords() - Method in class edu.mit.jwi.item.Synset
 

H

hashCode() - Method in class edu.mit.jwi.data.WordnetFile
 
hashCode() - Method in class edu.mit.jwi.item.ExceptionEntryID
 
hashCode() - Method in class edu.mit.jwi.item.IndexWord
 
hashCode() - Method in class edu.mit.jwi.item.IndexWordID
 
hashCode() - Method in class edu.mit.jwi.item.LexFile
 
hashCode() - Method in class edu.mit.jwi.item.SenseEntry
 
hashCode() - Method in class edu.mit.jwi.item.SenseKey
 
hashCode() - Method in class edu.mit.jwi.item.Synset
 
hashCode() - Method in class edu.mit.jwi.item.SynsetID
 
hashCode() - Method in class edu.mit.jwi.item.Version
 
hashCode(int, int, int, String) - Static method in class edu.mit.jwi.item.Version
Calculates the hash code for a version object with the specified version numbers.
hashCode() - Method in class edu.mit.jwi.item.Word
 
hashCode() - Method in class edu.mit.jwi.item.WordID
 
hasNext() - Method in class edu.mit.jwi.data.WordnetFile.LineIterator
 
hasNext() - Method in class edu.mit.jwi.DataSourceDictionary.FileIterator
 
hasNext() - Method in class edu.mit.jwi.RAMDictionary.HotSwappableIterator
 
hasVersion() - Method in class edu.mit.jwi.data.DataType
 
hasVersion() - Method in interface edu.mit.jwi.data.IDataType
Indicates whether this content type usually has wordnet version information encoded in its header.
HOLONYM_MEMBER - Static variable in class edu.mit.jwi.item.Pointer
 
HOLONYM_PART - Static variable in class edu.mit.jwi.item.Pointer
 
HOLONYM_SUBSTANCE - Static variable in class edu.mit.jwi.item.Pointer
 
HYPERNYM - Static variable in class edu.mit.jwi.item.Pointer
 
HYPERNYM_INSTANCE - Static variable in class edu.mit.jwi.item.Pointer
 
HYPONYM - Static variable in class edu.mit.jwi.item.Pointer
 
HYPONYM_INSTANCE - Static variable in class edu.mit.jwi.item.Pointer
 

I

ICachingDictionary - Interface in edu.mit.jwi
Provides a governing interface for dictionaries that cache their results.
ICachingDictionary.IItemCache - Interface in edu.mit.jwi
The cache used by a caching dictionary.
IClosable - Interface in edu.mit.jwi.data
An object that can be closed.
ICommentDetector - Interface in edu.mit.jwi.data.compare
A detector for comment lines in data resources.
IContentType<T> - Interface in edu.mit.jwi.data
Objects that implement this interface represent all possible types of content that are contained in the dictionary data resources.
IDataProvider - Interface in edu.mit.jwi.data
Objects that implement this interface manage access to data source objects.
IDataSource<T> - Interface in edu.mit.jwi.data
An object that mediate between an IDataSourceDictionary and the data that is contained in the dictionary data resources.
IDataSourceDictionary - Interface in edu.mit.jwi
A type of IDictionary which uses an instance of an IDataProvider to obtain its data.
IDataType<T> - Interface in edu.mit.jwi.data
Objects that implement this interface represent possible types of data that occur in the dictionary data directory.
IDictionary - Interface in edu.mit.jwi
Objects that implement this interface are intended as the main entry point to accessing Wordnet data.
idxWords - Variable in class edu.mit.jwi.RAMDictionary.DictionaryData
 
IExceptionEntry - Interface in edu.mit.jwi.item
Represents an entry in an exception file (e.g., verb.exc or exc.vrb).
IExceptionEntryID - Interface in edu.mit.jwi.item
A unique identifier sufficient to retrieve the specified exception entry from Wordnet.
IExceptionEntryProxy - Interface in edu.mit.jwi.item
The data that can be obtained from a line in an exception entry file.
IHasCharset - Interface in edu.mit.jwi.data
Classes implementing this interface have an associated Charset.
IHasLifecycle - Interface in edu.mit.jwi.data
Object that has a lifecycle.
IHasLifecycle.LifecycleState - Enum in edu.mit.jwi.data
An enum that represents the four different lifecycle states an object may be in.
IHasLifecycle.ObjectClosedException - Exception in edu.mit.jwi.data
Indicates that the object was closed when some method was called requiring it to be open.
IHasLifecycle.ObjectClosedException() - Constructor for exception edu.mit.jwi.data.IHasLifecycle.ObjectClosedException
Constructs a new exception with null as its detail message.
IHasLifecycle.ObjectClosedException(String) - Constructor for exception edu.mit.jwi.data.IHasLifecycle.ObjectClosedException
Constructs a new exception with the specified detail message.
IHasLifecycle.ObjectClosedException(String, Throwable) - Constructor for exception edu.mit.jwi.data.IHasLifecycle.ObjectClosedException
Constructs a new exception with the specified detail message and cause.
IHasLifecycle.ObjectClosedException(Throwable) - Constructor for exception edu.mit.jwi.data.IHasLifecycle.ObjectClosedException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
IHasLifecycle.ObjectOpenException - Exception in edu.mit.jwi.data
Indicates that the object was open when some method was called requiring it to be closed.
IHasLifecycle.ObjectOpenException() - Constructor for exception edu.mit.jwi.data.IHasLifecycle.ObjectOpenException
Constructs a new exception with null as its detail message.
IHasLifecycle.ObjectOpenException(String) - Constructor for exception edu.mit.jwi.data.IHasLifecycle.ObjectOpenException
Constructs a new exception with the specified detail message.
IHasLifecycle.ObjectOpenException(String, Throwable) - Constructor for exception edu.mit.jwi.data.IHasLifecycle.ObjectOpenException
Constructs a new exception with the specified detail message and cause.
IHasLifecycle.ObjectOpenException(Throwable) - Constructor for exception edu.mit.jwi.data.IHasLifecycle.ObjectOpenException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
IHasPOS - Interface in edu.mit.jwi.item
An object that potentially has an associated part of speech.
IHasVersion - Interface in edu.mit.jwi.item
An object that potentially has an associated version.
IIndexWord - Interface in edu.mit.jwi.item
A Wordnet index word object, represented in the Wordnet files as a line in an index file.
IIndexWordID - Interface in edu.mit.jwi.item
A unique identifier for an index word.
IItem<T extends IItemID<?>> - Interface in edu.mit.jwi.item
An item is an object with an ID.
IItemID<T extends IItem<?>> - Interface in edu.mit.jwi.item
An ID for an IItem object.
ILexFile - Interface in edu.mit.jwi.item
A description of a Wordnet lexical file.
ILineComparator - Interface in edu.mit.jwi.data.compare
A string comparator that may have an associated comment detector.
ILineParser<T> - Interface in edu.mit.jwi.data.parse
A parser that transforms lines of data from a data source into data objects.
ILineParser.MisformattedLineException - Exception in edu.mit.jwi.data.parse
Thrown when a line from a data resource does not match expected formatting conventions.
ILineParser.MisformattedLineException() - Constructor for exception edu.mit.jwi.data.parse.ILineParser.MisformattedLineException
Constructs a new exception with null as its detail message.
ILineParser.MisformattedLineException(String) - Constructor for exception edu.mit.jwi.data.parse.ILineParser.MisformattedLineException
Constructs a new exception with the specified detail message.
ILineParser.MisformattedLineException(String, Throwable) - Constructor for exception edu.mit.jwi.data.parse.ILineParser.MisformattedLineException
Constructs a new exception with the specified detail message and cause.
ILineParser.MisformattedLineException(Throwable) - Constructor for exception edu.mit.jwi.data.parse.ILineParser.MisformattedLineException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ILoadable - Interface in edu.mit.jwi.data
An object that can be loaded.
ILoadableDataSource<T> - Interface in edu.mit.jwi.data
A data source that is also loadable.
ILoadPolicy - Interface in edu.mit.jwi.data
An object with a load policy.
IMMEDIATE_LOAD - Static variable in interface edu.mit.jwi.data.ILoadPolicy
Loading behavior where the object loads itself when instantiated, initialized, or opened, blocking the method.
INDEX - Static variable in class edu.mit.jwi.data.DataType
 
INDEX_ADJECTIVE - Static variable in class edu.mit.jwi.data.ContentType
 
INDEX_ADVERB - Static variable in class edu.mit.jwi.data.ContentType
 
INDEX_NOUN - Static variable in class edu.mit.jwi.data.ContentType
 
INDEX_VERB - Static variable in class edu.mit.jwi.data.ContentType
 
IndexLineComparator - Class in edu.mit.jwi.data.compare
A comparator that captures the ordering of lines in Wordnet index files (e.g., index.adv or adv.idx files).
IndexLineComparator(CommentComparator) - Constructor for class edu.mit.jwi.data.compare.IndexLineComparator
This constructor is marked protected so that the class may be sub-classed, but not directly instantiated.
IndexLineParser - Class in edu.mit.jwi.data.parse
Parser parser for Wordnet index files (e.g., idx.adv or adv.idx).
IndexLineParser() - Constructor for class edu.mit.jwi.data.parse.IndexLineParser
This constructor is marked protected so that the class may be sub-classed, but not directly instantiated.
IndexWord - Class in edu.mit.jwi.item
Default implementation of IIndexWord.
IndexWord(String, POS, int, IWordID...) - Constructor for class edu.mit.jwi.item.IndexWord
Constructs a new index word.
IndexWord(String, POS, int, IPointer[], IWordID...) - Constructor for class edu.mit.jwi.item.IndexWord
Constructs a new index word.
IndexWord(IIndexWordID, int, IWordID...) - Constructor for class edu.mit.jwi.item.IndexWord
Constructs a new index word.
IndexWord(IIndexWordID, int, IPointer[], IWordID...) - Constructor for class edu.mit.jwi.item.IndexWord
Constructs a new index word.
IndexWordID - Class in edu.mit.jwi.item
Default implementation of IIndexWordID.
IndexWordID(String, POS) - Constructor for class edu.mit.jwi.item.IndexWordID
Constructs an index word id object with the specified lemma and part of speech.
instantiateTemplate(String) - Method in interface edu.mit.jwi.item.IVerbFrame
Takes the supplied surface form of a verb and instantiates it into the template for the verb frame.
instantiateTemplate(String) - Method in class edu.mit.jwi.item.VerbFrame
 
IPointer - Interface in edu.mit.jwi.item
A pointer is a marker object that represents different types of relationships between items in a Wordnet dictionary.
IRAMDictionary - Interface in edu.mit.jwi
Interface that governs dictionaries that can be completely loaded into memory.
IRAMDictionary.FileInputStreamFactory - Class in edu.mit.jwi
Default implementation of the IRAMDictionary.IInputStreamFactory interface which creates an input stream from a specified File object.
IRAMDictionary.FileInputStreamFactory(File) - Constructor for class edu.mit.jwi.IRAMDictionary.FileInputStreamFactory
Creates a FileInputStreamFactory that uses the specified file.
IRAMDictionary.IInputStreamFactory - Interface in edu.mit.jwi
An input stream factory is used by certain constructors of the RAMDictionary class to provide source data to load the dictionary into memory from a stream.
IRAMDictionary.URLInputStreamFactory - Class in edu.mit.jwi
Default implementation of the IRAMDictionary.IInputStreamFactory interface which creates an input stream from a specified URL.
IRAMDictionary.URLInputStreamFactory(URL) - Constructor for class edu.mit.jwi.IRAMDictionary.URLInputStreamFactory
Creates a URLInputStreamFactory that uses the specified url.
isAdjectiveHead() - Method in interface edu.mit.jwi.item.ISynset
Returns true if this synset is an adjective head; false otherwise.
isAdjectiveHead() - Method in class edu.mit.jwi.item.Synset
 
isAdjectiveSatellite() - Method in interface edu.mit.jwi.item.ISenseKey
Returns true if this sense key points to an adjective satellite; false otherwise.
isAdjectiveSatellite() - Method in interface edu.mit.jwi.item.ISynset
Returns true if this synset is an adjective satellite; false otherwise.
isAdjectiveSatellite(int) - Static method in enum edu.mit.jwi.item.POS
Returns true if the specified number represents an adjective satellite, namely, if the number is 5; false otherwise
isAdjectiveSatellite(char) - Static method in enum edu.mit.jwi.item.POS
Returns true if the specified character represents an adjective satellite, namely, if the number is 's' or 'S'; false otherwise
isAdjectiveSatellite() - Method in class edu.mit.jwi.item.SenseKey
 
isAdjectiveSatellite() - Method in class edu.mit.jwi.item.Synset
 
isComment(String) - Method in class edu.mit.jwi.data.WordnetFile.LineIterator
Returns true if the specified line is a comment; false otherwise
isCommentLine(String) - Method in class edu.mit.jwi.data.compare.CommentComparator
 
isCommentLine(String) - Method in interface edu.mit.jwi.data.compare.ICommentDetector
Returns true if the specified string is a comment line, false otherwise.
isEnabled() - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
isEnabled() - Method in interface edu.mit.jwi.ICachingDictionary.IItemCache
Returns true if this cache is enabled; false otherwise.
ISenseEntry - Interface in edu.mit.jwi.item
A Wordnet sense entry object, represented in the Wordnet files as a line in the sense entry.
ISenseKey - Interface in edu.mit.jwi.item
A sense key is a unique string that identifies a Wordnet word (an IWord).
isIllegalLexicalFileNumber(int) - Static method in class edu.mit.jwi.item.LexFile
Returns true if the number represents a valid lexical file number, namely, a number in in the closed range [0, 99]; returns false otherwise.
isIllegalLexicalID(int) - Static method in class edu.mit.jwi.item.Word
Lexical id's are always an integer in the closed range [0,15].
isIllegalQualifier(String) - Static method in class edu.mit.jwi.item.Version
Returns falseif the specified qualifier is legal, namely, if the string is either the empty string, or contains only characters that are found in valid java identifiers.
isIllegalVersion(int, int, int, String) - Static method in class edu.mit.jwi.item.Version
Returns true if the arguments identify a legal version; false otherwise.
isIllegalVersionNumber(int, int, int) - Static method in class edu.mit.jwi.item.Version
Returns true if any of three numbers are negative
isIllegalWordNumber(int) - Static method in class edu.mit.jwi.item.Word
Word numbers are always an integer in the closed range [1,255].
isLegalOffset(int) - Static method in class edu.mit.jwi.item.Synset
Returns true an exception if the specified offset is not in the valid range of [0,99999999].
isLoaded() - Method in class edu.mit.jwi.data.FileProvider
 
isLoaded() - Method in interface edu.mit.jwi.data.ILoadable
Returns whether this object is loaded or not.
isLoaded() - Method in class edu.mit.jwi.data.WordnetFile
 
isLoaded() - Method in class edu.mit.jwi.RAMDictionary
 
isLocalDirectory(URL) - Static method in class edu.mit.jwi.data.FileProvider
A utility method for checking whether a file represents an existing local directory.
isLocalDirectory(File) - Static method in class edu.mit.jwi.data.FileProvider
A utility method for checking whether a file represents an existing local directory.
isOpen() - Method in class edu.mit.jwi.CachingDictionary
 
isOpen() - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
isOpen() - Method in class edu.mit.jwi.data.FileProvider
 
isOpen() - Method in interface edu.mit.jwi.data.IHasLifecycle
Returns true if the dictionary is open, that is, ready to accept queries; returns false otherwise
isOpen() - Method in class edu.mit.jwi.data.WordnetFile
 
isOpen() - Method in class edu.mit.jwi.DataSourceDictionary
 
isOpen() - Method in class edu.mit.jwi.RAMDictionary
 
IStemmer - Interface in edu.mit.jwi.morph
A stemmer is an object that can transform surface forms of words into a stem, also known as a root form, base form, or headword.
IStemmingRule - Interface in edu.mit.jwi.morph
A rule for deriving a stem (a.k.a., root or lemma) from a word.
ISynset - Interface in edu.mit.jwi.item
Represents a synset.
ISynsetID - Interface in edu.mit.jwi.item
A unique identifier for a synset, sufficient to retrieve it from the Wordnet database.
itemCache - Variable in class edu.mit.jwi.CachingDictionary.ItemCache
 
iterator(String) - Method in interface edu.mit.jwi.data.IDataSource
Returns an iterator that will iterator over lines in the data resource, starting at the line specified by the given key.
iterator() - Method in class edu.mit.jwi.data.WordnetFile
 
iterator(String) - Method in class edu.mit.jwi.data.WordnetFile
 
iterator - Variable in class edu.mit.jwi.DataSourceDictionary.FileIterator
 
itrBuffer - Variable in class edu.mit.jwi.data.WordnetFile.LineIterator
 
IVerbFrame - Interface in edu.mit.jwi.item
A verb frame as specified from the verb frames data file in the Wordnet distribution
IVersion - Interface in edu.mit.jwi.item
A Wordnet version.
IWord - Interface in edu.mit.jwi.item
A word, which in Wordnet is an index word paired with a synset.
IWordID - Interface in edu.mit.jwi.item
A unique identifier sufficient to retrieve a particular word from the Wordnet database.

K

keyCache - Variable in class edu.mit.jwi.CachingDictionary.ItemCache
 
keyParser - Variable in class edu.mit.jwi.data.parse.SenseLineParser
 

L

LexFile - Class in edu.mit.jwi.item
Concrete implementation of the ILexFile interface.
LexFile(int, String, String, POS) - Constructor for class edu.mit.jwi.item.LexFile
Constructs a new lexical file description object.
lexID - Variable in class edu.mit.jwi.item.Synset.WordBuilder
 
lifecycleLock - Variable in class edu.mit.jwi.CachingDictionary.ItemCache
 
lifecycleLock - Variable in class edu.mit.jwi.RAMDictionary
 
load() - Method in class edu.mit.jwi.data.FileProvider
 
load(boolean) - Method in class edu.mit.jwi.data.FileProvider
 
load() - Method in interface edu.mit.jwi.data.ILoadable
Starts a simple, non-blocking load.
load(boolean) - Method in interface edu.mit.jwi.data.ILoadable
Initiates the loading process.
load() - Method in class edu.mit.jwi.data.WordnetFile
 
load(boolean) - Method in class edu.mit.jwi.data.WordnetFile
 
load() - Method in class edu.mit.jwi.RAMDictionary
 
load(boolean) - Method in class edu.mit.jwi.RAMDictionary
 
loader - Variable in class edu.mit.jwi.RAMDictionary
 
loadLock - Variable in class edu.mit.jwi.RAMDictionary
 
loadPolicy - Variable in class edu.mit.jwi.RAMDictionary
 

M

makeCache(int) - Method in class edu.mit.jwi.CachingDictionary.ItemCache
Creates the map that backs this cache.
makeIndexWord(IIndexWord) - Method in class edu.mit.jwi.RAMDictionary.DictionaryData
Creates a new index word that replicates the specified index word.
makeInputStream() - Method in class edu.mit.jwi.IRAMDictionary.FileInputStreamFactory
 
makeInputStream() - Method in interface edu.mit.jwi.IRAMDictionary.IInputStreamFactory
Returns a new input stream from this factory.
makeInputStream() - Method in class edu.mit.jwi.IRAMDictionary.URLInputStreamFactory
 
makeIterator(ByteBuffer, String) - Method in class edu.mit.jwi.data.BinarySearchWordnetFile
 
makeIterator(ByteBuffer, String) - Method in class edu.mit.jwi.data.DirectAccessWordnetFile
 
makeIterator(ByteBuffer, String) - Method in class edu.mit.jwi.data.WordnetFile
Constructs an iterator that can be used to iterate over the specified ByteBuffer, starting from the specified key.
makeIterator() - Method in class edu.mit.jwi.RAMDictionary.HotSwappableExceptionEntryIterator
 
makeIterator() - Method in class edu.mit.jwi.RAMDictionary.HotSwappableIndexWordIterator
 
makeIterator() - Method in class edu.mit.jwi.RAMDictionary.HotSwappableIterator
Constructs the iterator that will iterate over the loaded data.
makeIterator() - Method in class edu.mit.jwi.RAMDictionary.HotSwappableSenseEntryIterator
 
makeIterator() - Method in class edu.mit.jwi.RAMDictionary.HotSwappableSynsetIterator
 
makeMap(int, Map<K, V>) - Method in class edu.mit.jwi.RAMDictionary.DictionaryData
Creates the actual sub-maps for the part-of-speech maps.
makePOSMap() - Method in class edu.mit.jwi.RAMDictionary.DictionaryData
This method is used when constructing the dictionary data object.
makeSenseEntry(ISenseKey, ISenseEntry) - Method in class edu.mit.jwi.RAMDictionary.DataLoader
Creates a new sense entry that replicates the specified sense entry.
makeSynset(ISynset) - Method in class edu.mit.jwi.RAMDictionary.DictionaryData
Creates a new synset object that replaces all the old internal ISynsetID objects with those from the denoted synsets, thus throwing away redundant sysnet ids.
makeVersionString(int, int, int, String) - Static method in class edu.mit.jwi.item.Version
Creates a version string for the specified version numbers.
makeWord(ISynset, ISynset, IWord) - Method in class edu.mit.jwi.RAMDictionary.DictionaryData
Creates a new word object that replaces all the old internal IWordID objects with those from the denoted words, thus throwing away redundant word ids.
MEMBER - Static variable in class edu.mit.jwi.item.Pointer
 
MERONYM_MEMBER - Static variable in class edu.mit.jwi.item.Pointer
 
MERONYM_PART - Static variable in class edu.mit.jwi.item.Pointer
 
MERONYM_SUBSTANCE - Static variable in class edu.mit.jwi.item.Pointer
 

N

needsHeadSet() - Method in interface edu.mit.jwi.item.ISenseKey
This method will always return false if the ISenseKey.isAdjectiveSatellite() returns false.
needsHeadSet() - Method in class edu.mit.jwi.item.SenseKey
 
next - Variable in class edu.mit.jwi.data.WordnetFile.LineIterator
 
next() - Method in class edu.mit.jwi.data.WordnetFile.LineIterator
 
next() - Method in class edu.mit.jwi.DataSourceDictionary.FileIterator
 
next() - Method in class edu.mit.jwi.RAMDictionary.HotSwappableIterator
 
NO_LOAD - Static variable in interface edu.mit.jwi.data.ILoadPolicy
Loading behavior where the object does not load itself when instantiated, initialized, or opened.
NO_VERSION - Static variable in interface edu.mit.jwi.item.IVersion
A dummy version object used to indicate that the version has been calculated, and determined to be null.
normalize(String) - Method in class edu.mit.jwi.morph.SimpleStemmer
Converts all whitespace runs to single underscores.
NOUN_ACT - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_ANIMAL - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_ARTIFACT - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_ATTRIBUTE - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_BODY - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_COGNITION - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_COMMUNICATION - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_EVENT - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_FEELING - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_FOOD - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_GROUP - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_LOCATION - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_MOTIVE - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_OBJECT - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_PERSON - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_PHENOMENON - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_PLANT - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_POSSESSION - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_PROCESS - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_QUANTITY - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_RELATION - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_SHAPE - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_STATE - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_SUBSTANCE - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_TIME - Static variable in class edu.mit.jwi.item.LexFile
 
NOUN_TOPS - Static variable in class edu.mit.jwi.item.LexFile
 
NUM_01 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_02 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_03 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_04 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_05 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_06 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_07 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_08 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_09 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_10 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_11 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_12 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_13 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_14 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_15 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_16 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_17 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_18 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_19 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_20 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_21 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_22 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_23 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_24 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_25 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_26 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_27 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_28 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_29 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_30 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_31 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_32 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_33 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_34 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_35 - Static variable in class edu.mit.jwi.item.VerbFrame
 
NUM_ADJECTIVE - Static variable in enum edu.mit.jwi.item.POS
 
NUM_ADJECTIVE_SATELLITE - Static variable in enum edu.mit.jwi.item.POS
 
NUM_ADVERB - Static variable in enum edu.mit.jwi.item.POS
 
NUM_NOUN - Static variable in enum edu.mit.jwi.item.POS
 
NUM_VERB - Static variable in enum edu.mit.jwi.item.POS
 

O

open() - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
open() - Method in class edu.mit.jwi.CachingDictionary
 
open() - Method in class edu.mit.jwi.data.FileProvider
 
open() - Method in interface edu.mit.jwi.data.IHasLifecycle
This opens the object by performing any required initialization steps.
open() - Method in class edu.mit.jwi.data.WordnetFile
 
open() - Method in class edu.mit.jwi.DataSourceDictionary
 
open() - Method in class edu.mit.jwi.RAMDictionary
 

P

parentBuffer - Variable in class edu.mit.jwi.data.WordnetFile.LineIterator
 
parseExceptionEntryID(String) - Static method in class edu.mit.jwi.item.ExceptionEntryID
Convenience method for transforming the result of the ExceptionEntryID.toString() method back into an IExceptionEntryID.
parseIndexWordID(String) - Static method in class edu.mit.jwi.item.IndexWordID
Convenience method for transforming the result of the IndexWordID.toString() method into an IndexWordID
parseLine(String) - Method in class edu.mit.jwi.data.parse.DataLineParser
 
parseLine(String) - Method in class edu.mit.jwi.data.parse.ExceptionLineParser
 
parseLine(String) - Method in interface edu.mit.jwi.data.parse.ILineParser
Given the line of data, this method produces an object of class T.
parseLine(String) - Method in class edu.mit.jwi.data.parse.IndexLineParser
 
parseLine(String) - Method in class edu.mit.jwi.data.parse.SenseKeyParser
 
parseLine(String) - Method in class edu.mit.jwi.data.parse.SenseLineParser
 
parseLine(String) - Method in class edu.mit.jwi.DataSourceDictionary.DataFileIterator
 
parseLine(String) - Method in class edu.mit.jwi.DataSourceDictionary.ExceptionFileIterator
 
parseLine(String) - Method in class edu.mit.jwi.DataSourceDictionary.FileIterator
Parses the line using a parser provided at construction time
parseLine(String) - Method in class edu.mit.jwi.DataSourceDictionary.IndexFileIterator
 
parseLine(String) - Method in class edu.mit.jwi.DataSourceDictionary.SenseEntryFileIterator
 
parseSynsetID(String) - Static method in class edu.mit.jwi.item.SynsetID
Convenience method for transforming the result of the SynsetID.toString() method back into an ISynsetID.
parseVersion(CharSequence) - Static method in class edu.mit.jwi.item.Version
Tries to transform the specified character sequence into a version object.
parseVersionProtected(CharSequence) - Static method in class edu.mit.jwi.item.Version
Tries to transform the specified character sequence into a version object.
parseWordID(String) - Static method in class edu.mit.jwi.item.WordID
Parses the result of the WordID.toString() method back into an WordID.
PARTICIPLE - Static variable in class edu.mit.jwi.item.Pointer
 
PERTAINYM - Static variable in class edu.mit.jwi.item.Pointer
 
Pointer - Class in edu.mit.jwi.item
Concrete implementation of the IPointer interface.
Pointer(String, String) - Constructor for class edu.mit.jwi.item.Pointer
Constructs a new pointer object with the specified symbol and name.
POS - Enum in edu.mit.jwi.item
Represents part of speech objects.

R

RAMDictionary - Class in edu.mit.jwi
Default implementation of the IRAMDictionary interface.
RAMDictionary(File) - Constructor for class edu.mit.jwi.RAMDictionary
Constructs a new wrapper RAM dictionary that will load the contents the specified local Wordnet data, with the specified load policy.
RAMDictionary(URL) - Constructor for class edu.mit.jwi.RAMDictionary
Constructs a new RAMDictionary that will load the contents the specified Wordnet data using the default load policy.
RAMDictionary(File, int) - Constructor for class edu.mit.jwi.RAMDictionary
Loads data from the specified File using the specified load policy.
RAMDictionary(URL, int) - Constructor for class edu.mit.jwi.RAMDictionary
Loads data from the specified URL using the specified load policy.
RAMDictionary(IDictionary, int) - Constructor for class edu.mit.jwi.RAMDictionary
Constructs a new RAMDictionary that will load the contents of the wrapped dictionary into memory, with the specified load policy.
RAMDictionary(IRAMDictionary.IInputStreamFactory) - Constructor for class edu.mit.jwi.RAMDictionary
Constructs a new RAMDictionary that will load an in-memory image from the specified stream factory.
RAMDictionary(IDictionary, IRAMDictionary.IInputStreamFactory, int) - Constructor for class edu.mit.jwi.RAMDictionary
This is a internal constructor that unifies the constructor decision matrix.
RAMDictionary.DataLoader - Class in edu.mit.jwi
A Callable that creates a dictionary data from a specified dictionary.
RAMDictionary.DataLoader(IDictionary) - Constructor for class edu.mit.jwi.RAMDictionary.DataLoader
Constructs a new data loader object, that uses the specified dictionary to load its data.
RAMDictionary.DictionaryData - Class in edu.mit.jwi
Object that holds all the dictionary data loaded from the Wordnet files.
RAMDictionary.DictionaryData() - Constructor for class edu.mit.jwi.RAMDictionary.DictionaryData
Constructs an empty dictionary data object.
RAMDictionary.DictionaryData.WordBuilder - Class in edu.mit.jwi
A utility class that allows us to build word objects
RAMDictionary.DictionaryData.WordBuilder(ISynset, IWord) - Constructor for class edu.mit.jwi.RAMDictionary.DictionaryData.WordBuilder
Constructs a new word builder object out of the specified old synset and word.
RAMDictionary.HotSwappableExceptionEntryIterator - Class in edu.mit.jwi
A hot swappable iterator that iterates over exceptions entries for a particular part of speech.
RAMDictionary.HotSwappableExceptionEntryIterator(POS) - Constructor for class edu.mit.jwi.RAMDictionary.HotSwappableExceptionEntryIterator
Constructs a new hot swappable iterator that iterates over exception entries for the specified part of speech.
RAMDictionary.HotSwappableIndexWordIterator - Class in edu.mit.jwi
A hot swappable iterator for index words.
RAMDictionary.HotSwappableIndexWordIterator(POS) - Constructor for class edu.mit.jwi.RAMDictionary.HotSwappableIndexWordIterator
Constructs a new hot swappable iterator for index words.
RAMDictionary.HotSwappableIterator<E> - Class in edu.mit.jwi
An iterator that allows the dictionary to be loaded into memory while it is iterating.
RAMDictionary.HotSwappableIterator(Iterator<E>, boolean) - Constructor for class edu.mit.jwi.RAMDictionary.HotSwappableIterator
Constructs a new hot swappable iterator.
RAMDictionary.HotSwappableSenseEntryIterator - Class in edu.mit.jwi
A hot swappable iterator that iterates over sense entries.
RAMDictionary.HotSwappableSenseEntryIterator() - Constructor for class edu.mit.jwi.RAMDictionary.HotSwappableSenseEntryIterator
Constructs a new hot swappable iterator that iterates over sense entries.
RAMDictionary.HotSwappableSynsetIterator - Class in edu.mit.jwi
A hot swappable iterator for synsets.
RAMDictionary.HotSwappableSynsetIterator(POS) - Constructor for class edu.mit.jwi.RAMDictionary.HotSwappableSynsetIterator
Constructs a new hot swappable iterator for synsets.
RAMDictionary.JWIBackgroundDataLoader - Class in edu.mit.jwi
This runnable loads the dictionary data into memory and sets the appropriate variable in the parent dictionary.
RAMDictionary.JWIBackgroundDataLoader() - Constructor for class edu.mit.jwi.RAMDictionary.JWIBackgroundDataLoader
 
readResolve() - Method in class edu.mit.jwi.item.LexFile
This utility method implements the appropriate deserialization for this object.
readResolve() - Method in class edu.mit.jwi.item.Pointer
This utility method implements the appropriate deserialization for this object.
readResolve() - Method in class edu.mit.jwi.item.VerbFrame
This utility method implements the appropriate deserialization for this object.
readResolve() - Method in class edu.mit.jwi.item.Version
This utility method implements the appropriate deserialization for this object.
reduceCacheSize(Map<?, ?>) - Method in class edu.mit.jwi.CachingDictionary.ItemCache
Brings the map size into line with the specified maximum capacity of this cache.
REGION - Static variable in class edu.mit.jwi.item.Pointer
 
REGION_MEMBER - Static variable in class edu.mit.jwi.item.Pointer
 
remove() - Method in class edu.mit.jwi.data.WordnetFile.LineIterator
 
remove() - Method in class edu.mit.jwi.DataSourceDictionary.FileIterator
 
remove() - Method in class edu.mit.jwi.RAMDictionary.HotSwappableIterator
 
resolveContentType(IDataType<T>, POS) - Method in class edu.mit.jwi.data.FileProvider
 
resolveContentType(IDataType<T>, POS) - Method in interface edu.mit.jwi.data.IDataProvider
Returns the first content type, if any, that matches the specified data type and pos object.
resolveLexicalFile(int) - Method in class edu.mit.jwi.data.parse.DataLineParser
Retrieves the lexical file objects for the DataLineParser.parseLine(String) method.
resolveLexicalFile(int) - Method in class edu.mit.jwi.data.parse.SenseKeyParser
Retrieves the lexical file objects for the SenseKeyParser.parseLine(String) method.
resolvePointer(String, POS) - Method in class edu.mit.jwi.data.parse.DataLineParser
Retrieves the pointer objects for the DataLineParser.parseLine(String) method.
resolvePointer(String, POS) - Method in class edu.mit.jwi.data.parse.IndexLineParser
Retrieves the pointer objects for the IndexLineParser.parseLine(String) method.
resolveVerbFrame(int) - Method in class edu.mit.jwi.data.parse.DataLineParser
Retrieves the verb frames for the DataLineParser.parseLine(String) method.
retrieveItem(D) - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
retrieveItem(D) - Method in interface edu.mit.jwi.ICachingDictionary.IItemCache
Retrieves the item identified by the specified id.
retrieveSenseEntry(ISenseKey) - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
retrieveSenseEntry(ISenseKey) - Method in interface edu.mit.jwi.ICachingDictionary.IItemCache
Retrieves the sense entry identified by the specified sense key.
retrieveWord(ISenseKey) - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
retrieveWord(ISenseKey) - Method in interface edu.mit.jwi.ICachingDictionary.IItemCache
Retrieves the word identified by the specified sense key.
rewindToLineStart(ByteBuffer) - Static method in class edu.mit.jwi.data.WordnetFile
Rewinds the specified buffer to the beginning of the current line.
ruleMap - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
run() - Method in class edu.mit.jwi.data.FileProvider.JWIBackgroundLoader
 
run() - Method in class edu.mit.jwi.RAMDictionary.JWIBackgroundDataLoader
 

S

SENSE - Static variable in class edu.mit.jwi.data.ContentType
 
SENSE - Static variable in class edu.mit.jwi.data.DataType
 
senseCache - Variable in class edu.mit.jwi.CachingDictionary.ItemCache
 
SenseEntry - Class in edu.mit.jwi.item
Concrete implementation of the ISenseEntry interface.
SenseEntry(ISenseKey, int, int, int) - Constructor for class edu.mit.jwi.item.SenseEntry
Constructs a new sense entry object.
SenseKey - Class in edu.mit.jwi.item
Concrete, default implementation of the ISenseKey interface.
SenseKey(String, int, ISynset) - Constructor for class edu.mit.jwi.item.SenseKey
Constructs a new sense key.
SenseKey(String, int, POS, boolean, ILexFile, String) - Constructor for class edu.mit.jwi.item.SenseKey
Constructs a new sense key.
SenseKey(String, int, POS, ILexFile, String, int, String) - Constructor for class edu.mit.jwi.item.SenseKey
Constructs a new sense key.
SenseKey(String, int, POS, boolean, ILexFile) - Constructor for class edu.mit.jwi.item.SenseKey
Constructs a new sense key.
SenseKeyLineComparator - Class in edu.mit.jwi.data.compare
A comparator that captures the ordering of lines in sense index files (e.g., the sense.index file).
SenseKeyLineComparator() - Constructor for class edu.mit.jwi.data.compare.SenseKeyLineComparator
This constructor is marked protected so that the class may be sub-classed, but not directly instantiated.
SenseKeyParser - Class in edu.mit.jwi.data.parse
A parser that takes a sense key string and produces an ISenseKey object.
SenseKeyParser() - Constructor for class edu.mit.jwi.data.parse.SenseKeyParser
This constructor is marked protected so that the class may be sub-classed, but not directly instantiated.
SenseLineParser - Class in edu.mit.jwi.data.parse
Parser for Wordnet sense index files (e.g., index.sense or sense.index).
SenseLineParser() - Constructor for class edu.mit.jwi.data.parse.SenseLineParser
This constructor is marked protected so that the class may be sub-classed, but not directly instantiated.
SenseLineParser(ILineParser<ISenseKey>) - Constructor for class edu.mit.jwi.data.parse.SenseLineParser
This constructor is marked protected so that the class may be sub-classed, but not directly instantiated.
senses - Variable in class edu.mit.jwi.RAMDictionary.DictionaryData
 
setCharset(Charset) - Method in class edu.mit.jwi.CachingDictionary
 
setCharset(Charset) - Method in class edu.mit.jwi.data.FileProvider
 
setCharset(Charset) - Method in interface edu.mit.jwi.data.IDataProvider
Sets the character set associated with this dictionary.
setCharset(Charset) - Method in class edu.mit.jwi.DataSourceDictionary
 
setCharset(Charset) - Method in interface edu.mit.jwi.IDictionary
Sets the character set associated with this dictionary.
setCharset(Charset) - Method in class edu.mit.jwi.RAMDictionary
 
setEnabled(boolean) - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
setEnabled(boolean) - Method in interface edu.mit.jwi.ICachingDictionary.IItemCache
Enables (true) or disables (false) caching.
setHead(String, int) - Method in interface edu.mit.jwi.item.ISenseKey
This method is used to set the head for sense keys for adjective satellites, and it can only be called once, directly after the relevant word is created.
setHead(String, int) - Method in class edu.mit.jwi.item.SenseKey
 
setHeadWord(ISynset) - Method in class edu.mit.jwi.DataSourceDictionary
This method sets the head word on the specified synset by searching in the dictionary to find the head of its cluster.
setInitialCapacity(int) - Method in class edu.mit.jwi.CachingDictionary.ItemCache
Sets the initial capacity of the cache
setLoadPolicy(int) - Method in class edu.mit.jwi.data.FileProvider
 
setLoadPolicy(int) - Method in interface edu.mit.jwi.data.ILoadPolicy
Sets the load policy for this object.
setLoadPolicy(int) - Method in class edu.mit.jwi.RAMDictionary
 
setMaximumCapacity(int) - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
setMaximumCapacity(int) - Method in interface edu.mit.jwi.ICachingDictionary.IItemCache
Sets the maximum capacity of the cache
setSource(URL) - Method in class edu.mit.jwi.data.FileProvider
 
setSource(URL) - Method in interface edu.mit.jwi.data.IDataProvider
This method is used to set the source URL from which the provider accesses the data from which it instantiates data sources.
SIMILAR_TO - Static variable in class edu.mit.jwi.item.Pointer
 
SimpleStemmer - Class in edu.mit.jwi.morph
Provides simple a simple pattern-based stemming facility based on the "Rules of Detachment" as described in the morphy man page in the Wordnet distribution, which can be found at http://wordnet.princeton.edu/man/morphy.7WN.html It also attempts to strip "ful" endings.
SimpleStemmer() - Constructor for class edu.mit.jwi.morph.SimpleStemmer
 
size() - Method in class edu.mit.jwi.CachingDictionary.ItemCache
 
size() - Method in interface edu.mit.jwi.ICachingDictionary.IItemCache
Returns the number of items in the cache.
state - Variable in class edu.mit.jwi.RAMDictionary
 
StemmingRule - Class in edu.mit.jwi.morph
Default implementation of the IStemmingRule interface.
StemmingRule(String, String, POS, String...) - Constructor for class edu.mit.jwi.morph.StemmingRule
Creates a new stemming rule with the specified suffix, ending, and avoid set
stripAdjectiveSuffix(String) - Method in class edu.mit.jwi.morph.SimpleStemmer
Strips suffixes from the specified word according to the adjective rules.
stripNounSuffix(String) - Method in class edu.mit.jwi.morph.SimpleStemmer
Strips suffixes from the specified word according to the noun rules.
stripVerbSuffix(String) - Method in class edu.mit.jwi.morph.SimpleStemmer
Strips suffixes from the specified word according to the verb rules.
SUFFIX_ches - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
SUFFIX_ed - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
SUFFIX_er - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
SUFFIX_es - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
SUFFIX_est - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
SUFFIX_ful - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
SUFFIX_ies - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
SUFFIX_ing - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
SUFFIX_men - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
SUFFIX_s - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
SUFFIX_ses - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
SUFFIX_shes - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
SUFFIX_ss - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
SUFFIX_xes - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
SUFFIX_zes - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
Synset - Class in edu.mit.jwi.item
Default implementation of the ISynset interface.
Synset(ISynsetID, ILexFile, boolean, boolean, String, List<Synset.IWordBuilder>, Map<IPointer, ? extends List<ISynsetID>>) - Constructor for class edu.mit.jwi.item.Synset
Constructs a new synset object with the specified parameters.
Synset.IWordBuilder - Interface in edu.mit.jwi.item
A word builder used to construct word objects inside of the synset object constructor.
Synset.WordBuilder - Class in edu.mit.jwi.item
Holds information about word objects before they are instantiated.
Synset.WordBuilder(int, String, int, AdjMarker) - Constructor for class edu.mit.jwi.item.Synset.WordBuilder
Constructs a new word builder object.
SynsetID - Class in edu.mit.jwi.item
Default implementation of the ISynsetID interface
SynsetID(int, POS) - Constructor for class edu.mit.jwi.item.SynsetID
Constructs a new synset id with the specified offset and part of speech.
synsetIDPrefix - Static variable in class edu.mit.jwi.item.SynsetID
String prefix for the SynsetID.toString() method.
synsets - Variable in class edu.mit.jwi.RAMDictionary.DictionaryData
 

T

TAG_ADJECTIVE - Static variable in enum edu.mit.jwi.item.POS
 
TAG_ADJECTIVE_SATELLITE - Static variable in enum edu.mit.jwi.item.POS
 
TAG_ADVERB - Static variable in enum edu.mit.jwi.item.POS
 
TAG_NOUN - Static variable in enum edu.mit.jwi.item.POS
 
TAG_VERB - Static variable in enum edu.mit.jwi.item.POS
 
toFile(URL) - Static method in class edu.mit.jwi.data.FileProvider
Transforms a URL into a File.
TOPIC - Static variable in class edu.mit.jwi.item.Pointer
 
TOPIC_MEMBER - Static variable in class edu.mit.jwi.item.Pointer
 
toString() - Method in class edu.mit.jwi.data.ContentType
 
toString() - Method in class edu.mit.jwi.data.DataType
 
toString() - Method in class edu.mit.jwi.item.ExceptionEntry
 
toString() - Method in class edu.mit.jwi.item.ExceptionEntryID
 
toString() - Method in class edu.mit.jwi.item.ExceptionEntryProxy
 
toString() - Method in class edu.mit.jwi.item.IndexWord
 
toString() - Method in class edu.mit.jwi.item.IndexWordID
 
toString() - Method in class edu.mit.jwi.item.LexFile
 
toString() - Method in class edu.mit.jwi.item.Pointer
 
toString() - Method in enum edu.mit.jwi.item.POS
 
toString() - Method in class edu.mit.jwi.item.SenseKey
 
toString(ISenseKey) - Static method in class edu.mit.jwi.item.SenseKey
Returns a a string representation of the specified sense key object.
toString() - Method in class edu.mit.jwi.item.Synset
 
toString() - Method in class edu.mit.jwi.item.SynsetID
 
toString() - Method in class edu.mit.jwi.item.VerbFrame
 
toString() - Method in class edu.mit.jwi.item.Version
 
toString() - Method in class edu.mit.jwi.item.Word
 
toString() - Method in class edu.mit.jwi.item.WordID
 
toURL(File) - Static method in class edu.mit.jwi.data.FileProvider
Transforms a file into a URL.
toWord(ISynset) - Method in interface edu.mit.jwi.item.Synset.IWordBuilder
Creates the word represented by this builder.
toWord(ISynset) - Method in class edu.mit.jwi.item.Synset.WordBuilder
 
toWord(ISynset) - Method in class edu.mit.jwi.RAMDictionary.DictionaryData.WordBuilder
 

U

underscore - Static variable in class edu.mit.jwi.morph.SimpleStemmer
 
unknownLemma - Static variable in class edu.mit.jwi.item.WordID
Represents an unknown lemma for the WordID.toString() method.
UnknownLexFile - Class in edu.mit.jwi.item
Represents 'unknown' lexical files.
UnknownLexFile(int) - Constructor for class edu.mit.jwi.item.UnknownLexFile
Obtain instances of this class via the static UnknownLexFile.getUnknownLexicalFile(int) method.
unknownWordNumber - Static variable in class edu.mit.jwi.item.WordID
Represents an unknown word number for the WordID.toString() method.
url - Variable in class edu.mit.jwi.IRAMDictionary.URLInputStreamFactory
 
USAGE - Static variable in class edu.mit.jwi.item.Pointer
 
USAGE_MEMBER - Static variable in class edu.mit.jwi.item.Pointer
 

V

valueOf(String) - Static method in enum edu.mit.jwi.data.IHasLifecycle.LifecycleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.mit.jwi.item.AdjMarker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.mit.jwi.item.POS
Returns the enum constant of this type with the specified name.
values() - Static method in class edu.mit.jwi.data.ContentType
Emulates the Enum.values() function.
values() - Static method in class edu.mit.jwi.data.DataType
Emulates the Enum.values() function.
values() - Static method in enum edu.mit.jwi.data.IHasLifecycle.LifecycleState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum edu.mit.jwi.item.AdjMarker
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in class edu.mit.jwi.item.LexFile
Emulates the Enum#values() function.
values() - Static method in class edu.mit.jwi.item.Pointer
Emulates the Enum#values() function.
values() - Static method in enum edu.mit.jwi.item.POS
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in class edu.mit.jwi.item.VerbFrame
This emulates the Enum.values() method, in that it returns an unmodifiable collection of all the static instances declared in this class, in the order they were declared.
values() - Static method in class edu.mit.jwi.item.Version
Emulates the Enum.values() function.
ver16 - Static variable in class edu.mit.jwi.item.Version
 
ver17 - Static variable in class edu.mit.jwi.item.Version
 
ver171 - Static variable in class edu.mit.jwi.item.Version
 
ver20 - Static variable in class edu.mit.jwi.item.Version
 
ver21 - Static variable in class edu.mit.jwi.item.Version
 
ver21swn_10k - Static variable in class edu.mit.jwi.item.Version
 
ver21swn_20k - Static variable in class edu.mit.jwi.item.Version
 
ver21swn_30k - Static variable in class edu.mit.jwi.item.Version
 
ver21swn_400k_cropped - Static variable in class edu.mit.jwi.item.Version
 
ver21swn_400k_full - Static variable in class edu.mit.jwi.item.Version
 
ver21swn_40k - Static variable in class edu.mit.jwi.item.Version
 
ver30 - Static variable in class edu.mit.jwi.item.Version
 
ver31 - Static variable in class edu.mit.jwi.item.Version
 
VERB_BODY - Static variable in class edu.mit.jwi.item.LexFile
 
VERB_CHANGE - Static variable in class edu.mit.jwi.item.LexFile
 
VERB_COGNITION - Static variable in class edu.mit.jwi.item.LexFile
 
VERB_COMMUNICATION - Static variable in class edu.mit.jwi.item.LexFile
 
VERB_COMPETITION - Static variable in class edu.mit.jwi.item.LexFile
 
VERB_CONSUMPTION - Static variable in class edu.mit.jwi.item.LexFile
 
VERB_CONTACT - Static variable in class edu.mit.jwi.item.LexFile
 
VERB_CREATION - Static variable in class edu.mit.jwi.item.LexFile
 
VERB_EMOTION - Static variable in class edu.mit.jwi.item.LexFile
 
VERB_GROUP - Static variable in class edu.mit.jwi.item.Pointer
 
VERB_MOTION - Static variable in class edu.mit.jwi.item.LexFile
 
VERB_PERCEPTION - Static variable in class edu.mit.jwi.item.LexFile
 
VERB_POSESSION - Static variable in class edu.mit.jwi.item.LexFile
 
VERB_SOCIAL - Static variable in class edu.mit.jwi.item.LexFile
 
VERB_STATIVE - Static variable in class edu.mit.jwi.item.LexFile
 
VERB_WEATHER - Static variable in class edu.mit.jwi.item.LexFile
 
VerbFrame - Class in edu.mit.jwi.item
Default, hard-coded, implementation of IVerbFrame that does not read from the actual file.
VerbFrame(int, String) - Constructor for class edu.mit.jwi.item.VerbFrame
Constructs a new verb frame.
Version - Class in edu.mit.jwi.item
Default, concrete implementation of the IVersion interface.
Version(int, int, int) - Constructor for class edu.mit.jwi.item.Version
Creates a new version object with the specified version numbers.
Version(int, int, int, String) - Constructor for class edu.mit.jwi.item.Version
Creates a new version object with the specified version numbers.
version - Variable in class edu.mit.jwi.RAMDictionary.DictionaryData
 
versionOffset - Static variable in class edu.mit.jwi.item.Version
The byte offset of the version indicator in the standard Wordnet file headers.

W

whitespace - Static variable in class edu.mit.jwi.item.IndexWordID
Whitespace pattern for use in replacing whitespace with underscores
Word - Class in edu.mit.jwi.item
Default implementation of the IWord interface.
Word(ISynset, int, String, int, AdjMarker, List<IVerbFrame>, Map<IPointer, ? extends List<IWordID>>) - Constructor for class edu.mit.jwi.item.Word
Constructs a new word object.
Word(ISynset, IWordID, int, AdjMarker, List<IVerbFrame>, Map<IPointer, ? extends List<IWordID>>) - Constructor for class edu.mit.jwi.item.Word
Constructs a new word object.
WordID - Class in edu.mit.jwi.item
Default implementation of the IWordID interface.
WordID(int, POS, int) - Constructor for class edu.mit.jwi.item.WordID
Constructs a word id from the specified arguments.
WordID(int, POS, String) - Constructor for class edu.mit.jwi.item.WordID
Constructs a word id from the specified arguments.
WordID(ISynsetID, int) - Constructor for class edu.mit.jwi.item.WordID
Constructs a word id from the specified arguments.
WordID(ISynsetID, String) - Constructor for class edu.mit.jwi.item.WordID
Constructs a word id from the specified arguments.
WordID(ISynsetID, int, String) - Constructor for class edu.mit.jwi.item.WordID
Constructs a fully specified word id
wordIDPrefix - Static variable in class edu.mit.jwi.item.WordID
String prefix for the WordID.toString() method.
WordnetFile<T> - Class in edu.mit.jwi.data
Abstract superclass of wordnet data file objects.
WordnetFile(File, IContentType<T>) - Constructor for class edu.mit.jwi.data.WordnetFile
Constructs an instance of this class backed by the specified java File object, with the specified content type.
WordnetFile.LineIterator - Class in edu.mit.jwi.data
Used to iterate over lines in a file.
WordnetFile.LineIterator(ByteBuffer, String) - Constructor for class edu.mit.jwi.data.WordnetFile.LineIterator
Constructs a new line iterator over this buffer, starting at the specified key.
WordnetStemmer - Class in edu.mit.jwi.morph
This stemmer adds functionality to the simple pattern-based stemmer SimpleStemmer by checking to see if possible stems are actually contained in Wordnet.
WordnetStemmer(IDictionary) - Constructor for class edu.mit.jwi.morph.WordnetStemmer
Constructs a WordnetStemmer that, naturally, requires a Wordnet dictionary.
words - Variable in class edu.mit.jwi.RAMDictionary.DictionaryData
 

Z

zeroFillOffset(int) - Static method in class edu.mit.jwi.item.Synset
Takes an integer in the closed range [0,99999999] and converts it into an eight decimal digit zero-filled string.
zeroFillWordNumber(int) - Static method in class edu.mit.jwi.item.Word
Returns a string representation of the specified integer as a two hex digit zero-filled string.

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

Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.