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 forsynsetto depthdepth.PointerUtils.getEntailedByTree(Synset synset) Find all entailed bys ofsynset.PointerUtils.getEntailedByTree(Synset synset, int depth) Find all entailed bys ofsynsetto depthdepth.PointerUtils.getEntailmentTree(Synset synset) Find all entailments forsynsetPointerUtils.getEntailmentTree(Synset synset, int depth) Find all entailments forsynsetto depthdepthPointerUtils.getExtendedAntonyms(Synset synset) Get the words that mean the opposite ofsynsetand 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 ofsynsetPointerUtils.getHypernymTree(Synset synset, int depth) Get all of the ancestors ofsynsetto depthdepthPointerUtils.getHyponymTree(Synset synset) Get all of the children ofsynsetPointerUtils.getHyponymTree(Synset synset, int depth) Get all of the children ofsynsetto depthdepthPointerUtils.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 assynsetto depthdepth.PointerUtils.getInheritedHolonyms(Synset synset) Get holonyms ofsynsetand of all its ancestorsPointerUtils.getInheritedHolonyms(Synset synset, int pointerDepth, int ancestorDepth) Get holonyms of each synset, to depthpointerDepth, starting atsynsetand going for all ofsynset's ancestors to depthancestorDepth.PointerUtils.getInheritedMemberHolonyms(Synset synset) Get member holonyms ofsynsetand of all its ancestorsPointerUtils.getInheritedMemberHolonyms(Synset synset, int pointerDepth, int ancestorDepth) Get member holonyms of each synset, to depthpointerDepth, starting atsynsetand 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 atsynsetand going for all ofsynset's ancestors to depthancestorDepth.PointerUtils.getInheritedMeronyms(Synset synset, int pointerDepth, int ancestorDepth) Get meronyms of each synset, to depthpointerDepthstarting atsynsetand going for all ofsynset's ancestors to depthancestorDepth.PointerUtils.getInheritedPartHolonyms(Synset synset) Get part holonyms ofsynsetand of all its ancestorsPointerUtils.getInheritedPartHolonyms(Synset synset, int pointerDepth, int ancestorDepth) Get part holonyms of each synset, to depthpointerDepth, starting atsynsetand going for all ofsynset's ancestors to depthancestorDepth.PointerUtils.getInheritedPartMeronyms(Synset synset) Get part meronyms ofsynsetand of all its ancestorsPointerUtils.getInheritedPartMeronyms(Synset synset, int pointerDepth, int ancestorDepth) Get part meronyms of each synset, to depthpointerDepth, starting atsynsetand going for all ofsynset's ancestors to depthancestorDepth.PointerUtils.getInheritedSubstanceHolonyms(Synset synset) Get substance holonyms ofsynsetand of all its ancestorsPointerUtils.getInheritedSubstanceHolonyms(Synset synset, int pointerDepth, int ancestorDepth) Get substance holonyms of each synset, to depthpointerDepth, starting atsynsetand going for all ofsynset's ancestors to depthancestorDepth.PointerUtils.getInheritedSubstanceMeronyms(Synset synset) Get substance meronyms ofsynsetand of its ancestorsPointerUtils.getInheritedSubstanceMeronyms(Synset synset, int pointerDepth, int ancestorDepth) Get substance meronyms of each synset, to depthpointerDepth, starting atsynsetand going for all ofsynset's ancestors to depthancestorDepth.PointerUtils.getInteritedMeronyms(Synset synset) Get meronyms ofsynsetand of all its ancestorsPointerUtils.getSynonymTree(Synset synset, int depth) Get all the synonyms ofsynsetto 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.