GATE
Version 3.1-2270

Uses of Interface
gate.lexicon.Word

Packages that use Word
gate.lexicon   
 

Uses of Word in gate.lexicon
 

Subinterfaces of Word in gate.lexicon
 interface MutableWord
           
 

Classes in gate.lexicon that implement Word
 class MutableWordImpl
           
 class NLGLexWordImpl
           
 

Methods in gate.lexicon that return Word
 Word LexKBWordSense.getWord()
          returns the Word of this WordSense
 Word MutableLexKBWordSenseImpl.getWord()
           
 

Constructors in gate.lexicon with parameters of type Word
MutableLexKBWordSenseImpl(Word myWord, MutableLexKBSynset mySynset, int mySenseNumber, int myOrderInSynset)
           
NLGLexWordSenseImpl(Word myWord, MutableLexKBSynset mySynset, int mySenseNumber, int myOrderInSynset)
           
 


GATE
Version 3.1-2270