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.
|
net.didion.jwnl.data.relationship |
Tools for finding pointer relationships between words.
|
Modifier and Type | Class and Description |
---|---|
class |
Adjective
An
Adjective is a Word that can have an adjective position. |
class |
Synset
A
Synset , or synonym set, represents a
line of a WordNet pos.data file. |
class |
SynsetProxy
Proxy for a
Synset . |
class |
Verb
A
Verb is a subclass of Word that can have 1 or more
VerbFrame s (use cases of the verb). |
class |
Word
A
Word represents the lexical information related to a specific sense of an IndexWord . |
Modifier and Type | Method and Description |
---|---|
PointerTarget |
Pointer.getSource()
Get the source of this pointer.
|
PointerTarget |
Pointer.getTarget()
Get the actual target of this pointer.
|
PointerTarget[] |
SynsetProxy.getTargets() |
PointerTarget[] |
PointerTarget.getTargets()
Get all the pointer targets of this synset
|
PointerTarget[] |
SynsetProxy.getTargets(PointerType type) |
PointerTarget[] |
PointerTarget.getTargets(PointerType type)
Get all the targets of the pointers of type
type . |
Constructor and Description |
---|
Pointer(PointerTarget source,
int index,
PointerType pointerType,
POS targetPOS,
long targetOffset,
int targetIndex) |
Modifier and Type | Method and Description |
---|---|
PointerTarget |
PointerTargetNode.getPointerTarget() |
Modifier and Type | Method and Description |
---|---|
void |
PointerTargetNodeList.add(PointerTarget target) |
void |
PointerTargetTreeNodeList.add(PointerTarget target) |
void |
PointerTargetTreeNodeList.add(PointerTarget target,
PointerTargetTreeNodeList childTreeList,
PointerTargetTreeNodeList pointerTreeList,
PointerType type) |
void |
PointerTargetTreeNodeList.add(PointerTarget target,
PointerTargetTreeNodeList childTreeList,
PointerTargetTreeNodeList pointerTreeList,
PointerType type,
PointerTargetTreeNode parent) |
void |
PointerTargetTreeNodeList.add(PointerTarget target,
PointerTargetTreeNodeList childTreeList,
PointerType type) |
void |
PointerTargetTreeNodeList.add(PointerTarget target,
PointerTargetTreeNodeList childTreeList,
PointerType type,
PointerTargetTreeNode parent) |
void |
PointerTargetNodeList.add(PointerTarget target,
PointerType type) |
void |
PointerTargetTreeNodeList.add(PointerTarget target,
PointerType type) |
void |
PointerTargetTreeNodeList.add(PointerTarget target,
PointerType type,
PointerTargetTreeNode parent) |
PointerTargetTreeNode[] |
PointerTargetTree.findAll(PointerTarget target)
Find all nodes in the tree whose target is target
|
PointerTargetTreeNode |
PointerTargetTree.findFirst(PointerTarget target)
Find the first node in the tree whose target is target
|
Modifier and Type | Method and Description |
---|---|
PointerTarget |
Relationship.getSourcePointerTarget()
Get the pointer target of the source node.
|
PointerTarget |
Relationship.getTargetPointerTarget()
Get the pointer target of the target node.
|
Copyright © 2019. All rights reserved.