gate.lexicon
Interface Word

All Known Subinterfaces:
MutableWord
All Known Implementing Classes:
MutableWordImpl

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

public List getWordSenses()
returns the senses of this word


getLemma

public String getLemma()
returns the lemma of this word


getSenseCount

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