Java Access to WordNet

Uses of Class
danbikel.wordnet.WNPointer

Uses of WNPointer in danbikel.wordnet
 

Fields in danbikel.wordnet declared as WNPointer
protected  WNPointer[] WNDataEntry.pointer
          The pointers from or to this synset or its elements.
 

Methods in danbikel.wordnet that return WNPointer
 WNPointer[] WordNetServer.getParentPointers(String pos, int synset)
          Gets the parent (hypernym) pointers for the synset specified by pos and synset, as defined by pointers that pass through ParentSemanticPointerFilter.
 WNPointer[] WordNetServer.getChildPointers(String pos, int synset)
          Gets the child (hyponym) pointers for the synset specified by pos and synset, as defined by pointers that pass through ChildSemanticPointerFilter.
 WNPointer[] WordNetRemote.getParentPointers(String pos, int synset)
          Gets the parent (hypernym) pointers for the synset specified by pos and synset, as defined by pointers that pass through ParentSemanticPointerFilter.
 WNPointer[] WordNetRemote.getChildPointers(String pos, int synset)
          Gets the child (hyponym) pointers for the synset specified by pos and synset, as defined by pointers that pass through ChildSemanticPointerFilter.
 WNPointer[] WordNetLocal.getParentPointers(String pos, int synset)
          Gets the parent (hypernym) pointers for the synset specified by pos and synset, as defined by pointers that pass through ParentSemanticPointerFilter.
 WNPointer[] WordNetLocal.getChildPointers(String pos, int synset)
          Gets the child (hyponym) pointers for the synset specified by pos and synset, as defined by pointers that pass through ChildSemanticPointerFilter.
 WNPointer[] WNDataEntry.getPointers()
          Returns the pointers from or to this synset or its lemmas.
 WNPointer[] WNDataEntry.getFilteredPointers(Filter filter)
          Returns the pointers from or to this synset or its lemmas as filtered by filter.
 WNPointer[] WordNet.getParentPointers(String pos, int synset)
          Gets the parent (hypernym) pointers for the synset specified by pos and synset, as defined by pointers that pass through ParentSemanticPointerFilter.
 WNPointer[] WordNet.getChildPointers(String pos, int synset)
          Gets the child (hyponym) pointers for the synset specified by pos and synset, as defined by pointers that pass through ChildSemanticPointerFilter.
 


Java Access to WordNet

Author: Dan Bikel