- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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.ObjectOpenException - Exception in edu.mit.jwi.data
-
Indicates that the object was open when some method was called
requiring it to be closed.
- 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.
- 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
-
- IndexFileIterator(POS) - Constructor for class edu.mit.jwi.DataSourceDictionary.IndexFileIterator
-
- IndexFileIterator(POS, String) - Constructor for class edu.mit.jwi.DataSourceDictionary.IndexFileIterator
-
- 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
-
- 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
-
- 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() - Constructor for class edu.mit.jwi.CachingDictionary.ItemCache
-
Default constructor that initializes the dictionary with caching enabled.
- 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.
- 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.
- 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.
- SenseEntryFileIterator() - Constructor for class edu.mit.jwi.DataSourceDictionary.SenseEntryFileIterator
-
- 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
-
- 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.
- 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
-
- synsets - Variable in class edu.mit.jwi.RAMDictionary.DictionaryData
-