GATE
Version 3.1-2270

gate.lexicon
Interface Word

All Known Subinterfaces:
MutableWord
All Known Implementing Classes:
MutableWordImpl, NLGLexWordImpl

public interface Word


Method Summary
 String getLemma()
          returns the lemma of this word
 int getSenseCount()
          returns the number of senses of this word (not necessarily loading them from storage)
 List getWordSenses()
          returns the senses of this word
 

Method Detail

getWordSenses

List getWordSenses()
returns the senses of this word


getLemma

String getLemma()
returns the lemma of this word


getSenseCount

int getSenseCount()
returns the number of senses of this word (not necessarily loading them from storage)


GATE
Version 3.1-2270