Package | Description |
---|---|
net.didion.jwnl.data |
Classes for extracting and containing data from the dictionary.
|
net.didion.jwnl.data.list |
Lists and associated classes that hold the results of relationship operations.
|
pt.inesc_id.l2f |
Modifier and Type | Class and Description |
---|---|
class |
Adjective
An
Adjective is a Word that can have an adjective position. |
class |
Verb
A
Verb is a subclass of Word that can have 1 or more
VerbFrame s (use cases of the verb). |
Modifier and Type | Method and Description |
---|---|
Word |
SynsetProxy.getWord(int index) |
Word |
Synset.getWord(int index) |
Word[] |
SynsetProxy.getWords() |
Word[] |
Synset.getWords() |
Constructor and Description |
---|
Synset(POS pos,
long offset,
Word[] words,
Pointer[] pointers,
String gloss,
BitSet verbFrames) |
Synset(POS pos,
long offset,
Word[] words,
Pointer[] pointers,
String gloss,
BitSet verbFrames,
boolean isAdjectiveCluster)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Word |
PointerTargetNode.getWord()
If the target is a word, return it, otherwise return null.
|
Modifier and Type | Method and Description |
---|---|
LinkedHashSet<Word> |
JWNLSimple.getDerivationallyRelatedForm(Synset asyn) |
LinkedHashSet<Word> |
JWNLSimple.getPertainym(Synset asyn) |
LinkedHashSet<Word> |
JWNLSimple.getPhrasalVerb(Synset asyn)
Similar/duplicate of getSeeAlso only for
|