| 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<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) |
IIndexWord |
CachingDictionary.getIndexWord(String lemma,
POS pos) |
IIndexWord |
RAMDictionary.getIndexWord(String lemma,
POS pos) |
IIndexWord |
IDictionary.getIndexWord(String lemma,
POS pos)
This method is identical to
getIndexWord(IIndexWordID) and
is provided as a convenience. |
IIndexWord |
DataSourceDictionary.getIndexWord(String lemma,
POS pos) |
protected IIndexWord |
RAMDictionary.DictionaryData.makeIndexWord(IIndexWord old)
Creates a new index word that replicates the specified index word.
|
IIndexWord |
DataSourceDictionary.IndexFileIterator.parseLine(String line) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IIndexWord> |
CachingDictionary.getIndexWordIterator(POS pos) |
Iterator<IIndexWord> |
RAMDictionary.getIndexWordIterator(POS pos) |
Iterator<IIndexWord> |
IDictionary.getIndexWordIterator(POS pos)
Returns an iterator that will iterate over all index words of the
specified part of speech.
|
Iterator<IIndexWord> |
DataSourceDictionary.getIndexWordIterator(POS pos) |
protected Iterator<IIndexWord> |
RAMDictionary.HotSwappableIndexWordIterator.makeIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected IIndexWord |
RAMDictionary.DictionaryData.makeIndexWord(IIndexWord old)
Creates a new index word that replicates the specified index word.
|
| Modifier and Type | Field and Description |
|---|---|
static DataType<IIndexWord> |
DataType.INDEX |
static ContentType<IIndexWord> |
ContentType.INDEX_ADJECTIVE |
static ContentType<IIndexWord> |
ContentType.INDEX_ADVERB |
static ContentType<IIndexWord> |
ContentType.INDEX_NOUN |
static ContentType<IIndexWord> |
ContentType.INDEX_VERB |
| Modifier and Type | Method and Description |
|---|---|
static IContentType<IIndexWord> |
ContentType.getIndexContentType(POS pos)
Use this convenience method to retrieve the appropriate
IIndexWord content type for the specified POS. |
| Modifier and Type | Method and Description |
|---|---|
IIndexWord |
IndexLineParser.parseLine(String line) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexWord
Default implementation of
IIndexWord. |
Copyright © 2018. All rights reserved.