gate.wordnet
Interface Word


public interface Word

Represents WordNet 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()
                   throws WordNetException
returns the senses of this word

Throws:
WordNetException

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)