| 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 | Method and Description |
|---|---|
void |
CachingDictionary.ItemCache.cacheItem(IItem<?> item) |
void |
ICachingDictionary.IItemCache.cacheItem(IItem<?> item)
Caches the specified item, if this cache is enabled.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IItemID<T extends IItem<?>>
An ID for an
IItem object. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExceptionEntry
Represents an entry in an exception file (e.g., verb.exc or exc.vrb).
|
interface |
IIndexWord
A Wordnet index word object, represented in the Wordnet files as a line in an
index file.
|
interface |
ISynset
Represents a synset.
|
interface |
IWord
A word, which in Wordnet is an index word paired with a synset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionEntry
Default implementation of
IExceptionEntry |
class |
IndexWord
Default implementation of
IIndexWord. |
class |
Synset
Default implementation of the
ISynset interface. |
class |
Word
Default implementation of the
IWord interface. |
Copyright © 2018. All rights reserved.