| Package | Description |
|---|---|
| edu.mit.jwi |
Provides the main dictionary interface and a default implementation.
|
| edu.mit.jwi.data |
Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources.
|
| edu.mit.jwi.data.parse |
Provides classes and interfaces that parse lines from Wordnet files.
|
| edu.mit.jwi.item |
Provides classes and interfaces that represent the Wordnet data structures.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<ISenseKey,ISenseEntry> |
CachingDictionary.ItemCache.senseCache |
protected Map<ISenseKey,ISenseEntry> |
RAMDictionary.DictionaryData.senses |
| Modifier and Type | Method and Description |
|---|---|
ISenseEntry |
CachingDictionary.getSenseEntry(ISenseKey key) |
ISenseEntry |
RAMDictionary.getSenseEntry(ISenseKey key) |
ISenseEntry |
IDictionary.getSenseEntry(ISenseKey key)
Retrieves the sense entry for the specified sense key from the database.
|
ISenseEntry |
DataSourceDictionary.getSenseEntry(ISenseKey key) |
protected ISenseEntry |
RAMDictionary.DataLoader.makeSenseEntry(ISenseKey key,
ISenseEntry old)
Creates a new sense entry that replicates the specified sense entry.
|
ISenseEntry |
DataSourceDictionary.SenseEntryFileIterator.parseLine(String line) |
ISenseEntry |
CachingDictionary.ItemCache.retrieveSenseEntry(ISenseKey key) |
ISenseEntry |
ICachingDictionary.IItemCache.retrieveSenseEntry(ISenseKey key)
Retrieves the sense entry identified by the specified sense key.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ISenseEntry> |
CachingDictionary.getSenseEntryIterator() |
Iterator<ISenseEntry> |
RAMDictionary.getSenseEntryIterator() |
Iterator<ISenseEntry> |
IDictionary.getSenseEntryIterator()
Returns an iterator that will iterate over all sense entries in the
dictionary.
|
Iterator<ISenseEntry> |
DataSourceDictionary.getSenseEntryIterator() |
protected Iterator<ISenseEntry> |
RAMDictionary.HotSwappableSenseEntryIterator.makeIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CachingDictionary.ItemCache.cacheSenseEntry(ISenseEntry entry) |
void |
ICachingDictionary.IItemCache.cacheSenseEntry(ISenseEntry entry)
Caches the specified entry.
|
protected ISenseEntry |
RAMDictionary.DataLoader.makeSenseEntry(ISenseKey key,
ISenseEntry old)
Creates a new sense entry that replicates the specified sense entry.
|
| Modifier and Type | Field and Description |
|---|---|
static ContentType<ISenseEntry> |
ContentType.SENSE |
static DataType<ISenseEntry> |
DataType.SENSE |
| Modifier and Type | Method and Description |
|---|---|
ISenseEntry |
SenseLineParser.parseLine(String line) |
| Modifier and Type | Class and Description |
|---|---|
class |
SenseEntry
Concrete implementation of the
ISenseEntry interface. |
Copyright © 2018. All rights reserved.