| 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<IIndexWordID,IIndexWord>> |
RAMDictionary.DictionaryData.idxWords |
| Modifier and Type | Method and Description |
|---|---|
IIndexWord |
CachingDictionary.getIndexWord(IIndexWordID id) |
IIndexWord |
RAMDictionary.getIndexWord(IIndexWordID id) |
IIndexWord |
IDictionary.getIndexWord(IIndexWordID id)
Retrieves the specified index word object from the database.
|
IIndexWord |
DataSourceDictionary.getIndexWord(IIndexWordID id) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexWordID
Default implementation of
IIndexWordID. |
| Modifier and Type | Method and Description |
|---|---|
IIndexWordID |
IndexWord.getID() |
| Constructor and Description |
|---|
IndexWord(IIndexWordID id,
int tagSenseCnt,
IPointer[] ptrs,
IWordID... words)
Constructs a new index word.
|
IndexWord(IIndexWordID id,
int tagSenseCnt,
IWordID... words)
Constructs a new index word.
|
Copyright © 2018. All rights reserved.