Java Access to WordNet

Uses of Class
danbikel.wordnet.WNWord

Uses of WNWord in danbikel.wordnet
 

Fields in danbikel.wordnet declared as WNWord
protected  WNWord[] WNDataEntry.word
          The lemmas in this synset.
 

Methods in danbikel.wordnet that return WNWord
 WNWord WordNetServer.getSynsetName(String pos, int synset)
          Gets the name of a synset.
 WNWord WordNetRemote.getSynsetName(String pos, int synset)
          Gets the name of a synset.
 WNWord WordNetLocal.getSynsetName(String pos, int synset)
          Gets the name of a synset.
 WNWord[] WNDataEntry.getWords()
          Returns the lemmas in the synset of this data entry.
 WNWord WordNet.getSynsetName(String pos, int synset)
          Gets the name of a synset.
 


Java Access to WordNet

Author: Dan Bikel