Package | Description |
---|---|
net.didion.jwnl.data.relationship |
Tools for finding pointer relationships between words.
|
Modifier and Type | Method and Description |
---|---|
RelationshipList |
RelationshipFinder.findRelationships(Synset sourceSynset,
Synset targetSynset,
PointerType type)
Find all relationships of type type between sourceSynset and targetSynset.
|
RelationshipList |
RelationshipFinder.findRelationships(Synset sourceSynset,
Synset targetSynset,
PointerType type,
int depth)
Find all relationships of type type between sourceSynset and targetSynset
to depth depth.
|
Copyright © 2018. All rights reserved.