GATE
Version 3.1-2270

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
           
 

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

Constructors in gate.wordnet with parameters of type Word
AdjectiveImpl(Word _word, Synset _synset, int _senseNumber, int _orderInSynset, boolean _isSemcor, int _adjPosition, net.didion.jwnl.dictionary.Dictionary _wnDict)
           
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)
           
 


GATE
Version 3.1-2270