| 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) |
IExceptionEntry |
CachingDictionary.getExceptionEntry(String surfaceForm,
POS pos) |
IExceptionEntry |
RAMDictionary.getExceptionEntry(String surfaceForm,
POS pos) |
IExceptionEntry |
IDictionary.getExceptionEntry(String surfaceForm,
POS pos)
Retrieves the exception entry for the specified surface form and part of
speech from the database.
|
IExceptionEntry |
DataSourceDictionary.getExceptionEntry(String surfaceForm,
POS pos) |
IExceptionEntry |
DataSourceDictionary.ExceptionFileIterator.parseLine(String line) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IExceptionEntry> |
CachingDictionary.getExceptionEntryIterator(POS pos) |
Iterator<IExceptionEntry> |
RAMDictionary.getExceptionEntryIterator(POS pos) |
Iterator<IExceptionEntry> |
IDictionary.getExceptionEntryIterator(POS pos)
Returns an iterator that will iterate over all exception entries of the
specified part of speech.
|
Iterator<IExceptionEntry> |
DataSourceDictionary.getExceptionEntryIterator(POS pos) |
protected Iterator<IExceptionEntry> |
RAMDictionary.HotSwappableExceptionEntryIterator.makeIterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionEntry
Default implementation of
IExceptionEntry |
Copyright © 2018. All rights reserved.