Package | Description |
---|---|
net.didion.jwnl.data.relationship |
Tools for finding pointer relationships between words.
|
Modifier and Type | Class and Description |
---|---|
class |
AsymmetricRelationship
An asymmetric relationship is one whose source and target synsets have lineages with a definite divergence point.
|
class |
SymmetricRelationship
A symmetric relationship is one whose type is symmetric (its own inverse).
|
Modifier and Type | Method and Description |
---|---|
Relationship |
RelationshipList.getDeepest()
Return the deepest Relationship in the list.
|
Relationship |
RelationshipList.getShallowest()
Return the shallowest Relationship in the list.
|
Relationship |
AsymmetricRelationship.reverse() |
Relationship |
SymmetricRelationship.reverse() |
abstract Relationship |
Relationship.reverse() |
Copyright © 2024. All rights reserved.