| Package | Description |
|---|---|
| edu.mit.jwi |
Provides the main dictionary interface and a default implementation.
|
| 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 | Method and Description |
|---|---|
void |
RAMDictionary.DictionaryData.WordBuilder.addVerbFrame(IVerbFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
protected IVerbFrame |
DataLineParser.resolveVerbFrame(int frameNum)
Retrieves the verb frames for the
DataLineParser.parseLine(String) method. |
| Modifier and Type | Class and Description |
|---|---|
class |
VerbFrame
Default, hard-coded, implementation of
IVerbFrame that does not read
from the actual file. |
| Modifier and Type | Method and Description |
|---|---|
List<IVerbFrame> |
Word.getVerbFrames() |
List<IVerbFrame> |
IWord.getVerbFrames()
Returns an immutable list of all verb frames associated with this word.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Synset.IWordBuilder.addVerbFrame(IVerbFrame frame)
Adds the specified verb frame to this word.
|
void |
Synset.WordBuilder.addVerbFrame(IVerbFrame frame) |
| Constructor and Description |
|---|
Word(ISynset synset,
int number,
String lemma,
int lexID,
AdjMarker adjMarker,
List<IVerbFrame> frames,
Map<IPointer,? extends List<IWordID>> pointers)
Constructs a new word object.
|
Word(ISynset synset,
IWordID id,
int lexID,
AdjMarker adjMarker,
List<IVerbFrame> frames,
Map<IPointer,? extends List<IWordID>> pointers)
Constructs a new word object.
|
Copyright © 2018. All rights reserved.