Package edu.mit.jwi

Provides the main dictionary interface and a default implementation.

See:
          Description

Interface Summary
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.
 

Class Summary
CachingDictionary A dictionary that caches the results of another dictionary
CachingDictionary.ItemCache An LRU cache for objects in JWI.
DataSourceDictionary Basic implementation of the IDictionary interface.
Dictionary Basic IDictionary implementation that mounts files on disk and has caching.
IRAMDictionary.FileInputStreamFactory Default implementation of the IRAMDictionary.IInputStreamFactory interface which creates an input stream from a specified File object.
IRAMDictionary.URLInputStreamFactory Default implementation of the IRAMDictionary.IInputStreamFactory interface which creates an input stream from a specified URL.
RAMDictionary Default implementation of the IRAMDictionary interface.
RAMDictionary.DataLoader A Callable that creates a dictionary data from a specified dictionary.
RAMDictionary.DictionaryData Object that holds all the dictionary data loaded from the Wordnet files.
 

Package edu.mit.jwi Description

Provides the main dictionary interface and a default implementation.



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