Java Access to WordNet

Uses of Class
danbikel.wordnet.WordNet

Uses of WordNet in danbikel.wordnet
 

Fields in danbikel.wordnet declared as WordNet
protected  WordNet WordNetServer.wn
          WordNet object used to carry out remotely-requested method calls.
protected  WordNet WordNetLocal.wn
          WordNet object used to carry out remotely-requested method calls.
protected  WordNet Morphy.wn
          Reference to WordNet object.
 

Constructors in danbikel.wordnet with parameters of type WordNet
WordNetServer(WordNet wn)
          Constructs a new WordNetRMI object, using the passed WordNet object to carry out the remotely-requested WordNet method calls.
WordNetLocal(WordNet wn)
          Constructs a new WordNetRMI object, using the passed WordNet object to carry out the remotely-requested WordNet method calls.
Morphy(WordNet wn)
          Initialize a new Morphy object for finding lemmas for instances of words or collocations.
 


Java Access to WordNet

Author: Dan Bikel