Uses of Class
net.didion.jwnl.data.list.PointerTargetTree
Packages that use PointerTargetTree
Package
Description
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 PointerTargetTreeModifier and TypeMethodDescriptionPointerUtils.getAlsoSeeTree
(Synset synset, int depth) Find all See Also relations to depthdepth
.PointerUtils.getCauseTree
(Synset synset) Find all cause links forsynset
.PointerUtils.getCauseTree
(Synset synset, int depth) Find all cause links forsynset
to depthdepth
.PointerUtils.getEntailedByTree
(Synset synset) Find all entailed bys ofsynset
.PointerUtils.getEntailedByTree
(Synset synset, int depth) Find all entailed bys ofsynset
to depthdepth
.PointerUtils.getEntailmentTree
(Synset synset) Find all entailments forsynset
PointerUtils.getEntailmentTree
(Synset synset, int depth) Find all entailments forsynset
to depthdepth
PointerUtils.getExtendedAntonyms
(Synset synset) Get the words that mean the opposite ofsynset
and the immediate synonyms of those wordsPointerUtils.getExtendedAntonyms
(Synset synset, int depth) Find all antonyms ofsynset
, and all synonyms of those antonyms to depthdepth
.PointerUtils.getHypernymTree
(Synset synset) Get all of the ancestors ofsynset
PointerUtils.getHypernymTree
(Synset synset, int depth) Get all of the ancestors ofsynset
to depthdepth
PointerUtils.getHyponymTree
(Synset synset) Get all of the children ofsynset
PointerUtils.getHyponymTree
(Synset synset, int depth) Get all of the children ofsynset
to depthdepth
PointerUtils.getIndirectAntonyms
(Synset synset) Get the immediate antonyms of all words that mean the same assynset
.PointerUtils.getIndirectAntonyms
(Synset synset, int depth) Get the antonyms of all words that mean the same assynset
to depthdepth
.PointerUtils.getInheritedHolonyms
(Synset synset) Get holonyms ofsynset
and of all its ancestorsPointerUtils.getInheritedHolonyms
(Synset synset, int pointerDepth, int ancestorDepth) Get holonyms of each synset, to depthpointerDepth
, starting atsynset
and going for all ofsynset
's ancestors to depthancestorDepth
.PointerUtils.getInheritedMemberHolonyms
(Synset synset) Get member holonyms ofsynset
and of all its ancestorsPointerUtils.getInheritedMemberHolonyms
(Synset synset, int pointerDepth, int ancestorDepth) Get member holonyms of each synset, to depthpointerDepth
, starting atsynset
and going for all ofsynset
's ancestors to depthancestorDepth
.PointerUtils.getInheritedMemberMeronyms
(Synset synset) Get member meronyms of synset and of its ancestorsPointerUtils.getInheritedMemberMeronyms
(Synset synset, int pointerDepth, int ancestorDepth) Get member meronyms of each synset, to depthpointerDepth
, starting atsynset
and going for all ofsynset
's ancestors to depthancestorDepth
.PointerUtils.getInheritedMeronyms
(Synset synset, int pointerDepth, int ancestorDepth) Get meronyms of each synset, to depthpointerDepth
starting atsynset
and going for all ofsynset
's ancestors to depthancestorDepth
.PointerUtils.getInheritedPartHolonyms
(Synset synset) Get part holonyms ofsynset
and of all its ancestorsPointerUtils.getInheritedPartHolonyms
(Synset synset, int pointerDepth, int ancestorDepth) Get part holonyms of each synset, to depthpointerDepth
, starting atsynset
and going for all ofsynset
's ancestors to depthancestorDepth
.PointerUtils.getInheritedPartMeronyms
(Synset synset) Get part meronyms ofsynset
and of all its ancestorsPointerUtils.getInheritedPartMeronyms
(Synset synset, int pointerDepth, int ancestorDepth) Get part meronyms of each synset, to depthpointerDepth
, starting atsynset
and going for all ofsynset
's ancestors to depthancestorDepth
.PointerUtils.getInheritedSubstanceHolonyms
(Synset synset) Get substance holonyms ofsynset
and of all its ancestorsPointerUtils.getInheritedSubstanceHolonyms
(Synset synset, int pointerDepth, int ancestorDepth) Get substance holonyms of each synset, to depthpointerDepth
, starting atsynset
and going for all ofsynset
's ancestors to depthancestorDepth
.PointerUtils.getInheritedSubstanceMeronyms
(Synset synset) Get substance meronyms ofsynset
and of its ancestorsPointerUtils.getInheritedSubstanceMeronyms
(Synset synset, int pointerDepth, int ancestorDepth) Get substance meronyms of each synset, to depthpointerDepth
, starting atsynset
and going for all ofsynset
's ancestors to depthancestorDepth
.PointerUtils.getInteritedMeronyms
(Synset synset) Get meronyms ofsynset
and of all its ancestorsPointerUtils.getSynonymTree
(Synset synset, int depth) Get all the synonyms ofsynset
to depthdepth
.PointerUtils.makeInheritedTree
(PointerTargetTree tree, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies) Turn an existing tree into an inheritance tree.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.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.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.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.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.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 PointerTargetTreeModifier and TypeMethodDescriptionPointerUtils.makeInheritedTree
(PointerTargetTree tree, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies) Turn an existing tree into an inheritance tree.