|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointerTargetTree | |
---|---|
net.didion.jwnl.data | Classes for extracting and containing data from the dictionary. |
Uses of PointerTargetTree in net.didion.jwnl.data |
---|
Methods in net.didion.jwnl.data that return PointerTargetTree | |
---|---|
PointerTargetTree |
PointerUtils.getAlsoSeeTree(Synset synset,
int depth)
Find all See Also relations to depth depth . |
PointerTargetTree |
PointerUtils.getCauseTree(Synset synset)
Find all cause links for synset . |
PointerTargetTree |
PointerUtils.getCauseTree(Synset synset,
int depth)
Find all cause links for synset to depth depth . |
PointerTargetTree |
PointerUtils.getEntailedByTree(Synset synset)
Find all entailed bys of synset . |
PointerTargetTree |
PointerUtils.getEntailedByTree(Synset synset,
int depth)
Find all entailed bys of synset to depth depth . |
PointerTargetTree |
PointerUtils.getEntailmentTree(Synset synset)
Find all entailments for synset |
PointerTargetTree |
PointerUtils.getEntailmentTree(Synset synset,
int depth)
Find all entailments for synset to depth depth |
PointerTargetTree |
PointerUtils.getExtendedAntonyms(Synset synset)
Get the words that mean the opposite of synset and the immediate synonyms of those words |
PointerTargetTree |
PointerUtils.getExtendedAntonyms(Synset synset,
int depth)
Find all antonyms of synset , and all synonyms of those antonyms to depth depth . |
PointerTargetTree |
PointerUtils.getHypernymTree(Synset synset)
Get all of the ancestors of synset |
PointerTargetTree |
PointerUtils.getHypernymTree(Synset synset,
int depth)
Get all of the ancestors of synset to depth depth |
PointerTargetTree |
PointerUtils.getHyponymTree(Synset synset)
Get all of the children of synset |
PointerTargetTree |
PointerUtils.getHyponymTree(Synset synset,
int depth)
Get all of the children of synset to depth depth |
PointerTargetTree |
PointerUtils.getIndirectAntonyms(Synset synset)
Get the immediate antonyms of all words that mean the same as synset . |
PointerTargetTree |
PointerUtils.getIndirectAntonyms(Synset synset,
int depth)
Get the antonyms of all words that mean the same as synset to depth depth . |
PointerTargetTree |
PointerUtils.getInheritedHolonyms(Synset synset)
Get holonyms of synset and of all its ancestors |
PointerTargetTree |
PointerUtils.getInheritedHolonyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Get holonyms of each synset, to depth pointerDepth , starting at synset
and going for all of synset 's ancestors to depth ancestorDepth . |
PointerTargetTree |
PointerUtils.getInheritedMemberHolonyms(Synset synset)
Get member holonyms of synset and of all its ancestors |
PointerTargetTree |
PointerUtils.getInheritedMemberHolonyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Get member holonyms of each synset, to depth pointerDepth , starting at synset
and going for all of synset 's ancestors to depth ancestorDepth . |
PointerTargetTree |
PointerUtils.getInheritedMemberMeronyms(Synset synset)
Get member meronyms of synset and of its ancestors |
PointerTargetTree |
PointerUtils.getInheritedMemberMeronyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Get member meronyms of each synset, to depth pointerDepth , starting at
synset and going for all of synset 's ancestors to depth
ancestorDepth . |
PointerTargetTree |
PointerUtils.getInheritedMeronyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Get meronyms of each synset, to depth pointerDepth starting at
synset and going for all of synset 's ancestors to depth
ancestorDepth . |
PointerTargetTree |
PointerUtils.getInheritedPartHolonyms(Synset synset)
Get part holonyms of synset and of all its ancestors |
PointerTargetTree |
PointerUtils.getInheritedPartHolonyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Get part holonyms of each synset, to depth pointerDepth , starting at synset
and going for all of synset 's ancestors to depth ancestorDepth . |
PointerTargetTree |
PointerUtils.getInheritedPartMeronyms(Synset synset)
Get part meronyms of synset and of all its ancestors |
PointerTargetTree |
PointerUtils.getInheritedPartMeronyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Get part meronyms of each synset, to depth pointerDepth , starting at
synset and going for all of synset 's ancestors to depth
ancestorDepth . |
PointerTargetTree |
PointerUtils.getInheritedSubstanceHolonyms(Synset synset)
Get substance holonyms of synset and of all its ancestors |
PointerTargetTree |
PointerUtils.getInheritedSubstanceHolonyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Get substance holonyms of each synset, to depth pointerDepth , starting at synset
and going for all of synset 's ancestors to depth ancestorDepth . |
PointerTargetTree |
PointerUtils.getInheritedSubstanceMeronyms(Synset synset)
Get substance meronyms of synset and of its ancestors |
PointerTargetTree |
PointerUtils.getInheritedSubstanceMeronyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Get substance meronyms of each synset, to depth pointerDepth , starting at
synset and going for all of synset 's ancestors to depth
ancestorDepth . |
PointerTargetTree |
PointerUtils.getInteritedMeronyms(Synset synset)
Get meronyms of synset and of all its ancestors |
PointerTargetTree |
PointerUtils.getSynonymTree(Synset synset,
int depth)
Get all the synonyms of synset to depth depth . |
PointerTargetTree |
PointerUtils.makeInheritedTree(PointerTargetTree tree,
PointerType[] searchTypes,
PointerType labelType,
int pointerDepth,
int ancestorDepth,
boolean allowRedundancies)
Turn an existing tree into an inheritance tree. |
PointerTargetTree |
PointerUtils.makeInheritedTree(Synset synset,
PointerType searchType)
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target. |
PointerTargetTree |
PointerUtils.makeInheritedTree(Synset synset,
PointerType[] searchTypes)
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target. |
PointerTargetTree |
PointerUtils.makeInheritedTree(Synset synset,
PointerType[] searchTypes,
PointerType labelType,
int pointerDepth,
int ancestorDepth)
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target. |
PointerTargetTree |
PointerUtils.makeInheritedTree(Synset synset,
PointerType[] searchTypes,
PointerType labelType,
int pointerDepth,
int ancestorDepth,
boolean allowRedundancies)
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target. |
PointerTargetTree |
PointerUtils.makeInheritedTree(Synset synset,
PointerType searchType,
PointerType labelType,
int pointerDepth,
int ancestorDepth)
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target. |
PointerTargetTree |
PointerUtils.makeInheritedTree(Synset synset,
PointerType searchType,
PointerType labelType,
int pointerDepth,
int ancestorDepth,
boolean allowRedundancies)
Create a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target. |
Methods in net.didion.jwnl.data with parameters of type PointerTargetTree | |
---|---|
PointerTargetTree |
PointerUtils.makeInheritedTree(PointerTargetTree tree,
PointerType[] searchTypes,
PointerType labelType,
int pointerDepth,
int ancestorDepth,
boolean allowRedundancies)
Turn an existing tree into an inheritance tree. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |