| Package | Description |
|---|---|
| edu.mit.jwi.item |
Provides classes and interfaces that represent the Wordnet data structures.
|
| Modifier and Type | Method and Description |
|---|---|
AdjMarker |
Word.getAdjectiveMarker() |
AdjMarker |
IWord.getAdjectiveMarker()
Returns the adjective marker of this word.
|
static AdjMarker |
AdjMarker.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdjMarker[] |
AdjMarker.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
WordBuilder(int num,
String lemma,
int lexID,
AdjMarker marker)
Constructs a new word builder object.
|
Copyright © 2018. All rights reserved.