| Package | Description |
|---|---|
| net.didion.jwnl.data |
Classes for extracting and containing data from the dictionary.
|
| Modifier and Type | Field and Description |
|---|---|
protected Pointer[] |
Synset._pointers |
| Modifier and Type | Method and Description |
|---|---|
abstract Pointer[] |
PointerTarget.getPointers()
Return a list of Target's pointers
|
Pointer[] |
SynsetProxy.getPointers() |
Pointer[] |
Synset.getPointers() |
Pointer[] |
Word.getPointers()
returns all the pointers of the synset that contains this word whose source is this word
|
Pointer[] |
PointerTarget.getPointers(PointerType type)
Get all pointers of type
type. |
Pointer[] |
SynsetProxy.getPointers(PointerType type) |
| 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) |
Copyright © 2019. All rights reserved.