| 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<POS,Map<IExceptionEntryID,IExceptionEntry>> |
RAMDictionary.DictionaryData.exceptions |
| Modifier and Type | Method and Description |
|---|---|
IExceptionEntry |
CachingDictionary.getExceptionEntry(IExceptionEntryID id) |
IExceptionEntry |
RAMDictionary.getExceptionEntry(IExceptionEntryID id) |
IExceptionEntry |
IDictionary.getExceptionEntry(IExceptionEntryID id)
Retrieves the exception entry for the specified id from the database.
|
IExceptionEntry |
DataSourceDictionary.getExceptionEntry(IExceptionEntryID id) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionEntryID
Default implementation of
IExceptionEntryID. |
| Modifier and Type | Method and Description |
|---|---|
IExceptionEntryID |
ExceptionEntry.getID() |
Copyright © 2018. All rights reserved.