Uses of Interface
gate.wordnet.Word

Packages that use Word
gate.wordnet   
 

Uses of Word in gate.wordnet
 

Classes in gate.wordnet that implement Word
 class WordImpl
           
 

Fields in gate.wordnet declared as Word
private  Word WordSenseImpl.word
           
 

Methods in gate.wordnet that return Word
 Word WordSenseImpl.getWord()
          returns the Word of this WordSense
 Word WordSense.getWord()
          returns the Word of this WordSense
 

Constructors in gate.wordnet with parameters of type Word
VerbImpl(Word _word, Synset _synset, int _senseNumber, int _orderInSynset, boolean _isSemcor, net.didion.jwnl.data.Verb _jwVerb, net.didion.jwnl.dictionary.Dictionary _wnDict)
           
WordSenseImpl(Word _word, Synset _synset, int _senseNumber, int _orderInSynset, boolean _isSemcor, net.didion.jwnl.dictionary.Dictionary _wnDict)
           
AdjectiveImpl(Word _word, Synset _synset, int _senseNumber, int _orderInSynset, boolean _isSemcor, int _adjPosition, net.didion.jwnl.dictionary.Dictionary _wnDict)