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.
 

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