Uses of Package
edu.mit.jwi

Packages that use edu.mit.jwi
edu.mit.jwi Provides the main dictionary interface and a default implementation. 
edu.mit.jwi.morph Provides several simple classes that can be used to find the stems of words using Wordnet. 
 

Classes in edu.mit.jwi used by edu.mit.jwi
CachingDictionary
          A dictionary that caches the results of another dictionary
DataSourceDictionary.FileIterator
          Abstract class used for iterating over line-based files.
DataSourceDictionary.FileIterator2
          A file iterator where the data type returned by the iterator is the same as that returned by the backing data source.
ICachingDictionary
          Provides a governing interface for dictionaries that cache their results.
ICachingDictionary.IItemCache
          The cache used by a caching dictionary.
IDataSourceDictionary
          A type of IDictionary which uses an instance of an IDataProvider to obtain its data.
IDictionary
          Objects that implement this interface are intended as the main entry point to accessing Wordnet data.
IRAMDictionary
          Interface that governs dictionaries that can be completely loaded into memory.
IRAMDictionary.IInputStreamFactory
          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.
RAMDictionary.DictionaryData
          Object that holds all the dictionary data loaded from the Wordnet files.
RAMDictionary.HotSwappableIterator
          An iterator that allows the dictionary to be loaded into memory while it is iterating.
 

Classes in edu.mit.jwi used by edu.mit.jwi.morph
IDictionary
          Objects that implement this interface are intended as the main entry point to accessing Wordnet data.
 



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