Java Access to WordNet

Uses of Class
danbikel.wordnet.WNDataEntry

Uses of WNDataEntry in danbikel.wordnet
 

Methods in danbikel.wordnet that return WNDataEntry
 WNDataEntry WordNetServer.getDataEntry(String pos, int synset)
          Gets the WNDataEntry object for pos and synset.
 WNDataEntry WordNetRemote.getDataEntry(String pos, int synset)
          Gets the WNDataEntry object for pos and synset.
 WNDataEntry WordNetLocal.getDataEntry(String pos, int synset)
          Gets the WNDataEntry object for pos and synset.
 WNDataEntry WordNet.getDataEntry(String pos, int synset)
          Gets the WNDataEntry object for pos and synset.
 


Java Access to WordNet

Author: Dan Bikel