| Package | Description |
|---|---|
| edu.mit.jwi |
Provides the main dictionary interface and a default implementation.
|
| edu.mit.jwi.item |
Provides classes and interfaces that represent the Wordnet data structures.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<IItemID<?>,IItem<?>> |
CachingDictionary.ItemCache.itemCache |
| Modifier and Type | Method and Description |
|---|---|
<T extends IItem<D>,D extends IItemID<T>> |
CachingDictionary.ItemCache.retrieveItem(D id) |
<T extends IItem<D>,D extends IItemID<T>> |
ICachingDictionary.IItemCache.retrieveItem(D id)
Retrieves the item identified by the specified id.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IItem<T extends IItemID<?>>
An item is an object with an ID.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExceptionEntryID
A unique identifier sufficient to retrieve the specified
exception entry from Wordnet.
|
interface |
IIndexWordID
A unique identifier for an index word.
|
interface |
ISynsetID
A unique identifier for a synset,
sufficient to retrieve it from the Wordnet database.
|
interface |
IWordID
A unique identifier sufficient to retrieve a particular word from the Wordnet
database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionEntryID
Default implementation of
IExceptionEntryID. |
class |
IndexWordID
Default implementation of
IIndexWordID. |
class |
SynsetID
Default implementation of the
ISynsetID interface |
class |
WordID
Default implementation of the
IWordID interface. |
Copyright © 2018. All rights reserved.