gate.lexicon
Interface LexKBWordSense

All Known Subinterfaces:
MutableLexKBWordSense, NLGLexWordSense
All Known Implementing Classes:
MutableLexKBWordSenseImpl, NLGLexWordSenseImpl

public interface LexKBWordSense


Method Summary
 int getOrderInSynset()
          order of this sense relative to the synset- i.e. most important senses of the same synset come first
 Object getPOS()
          part-of-speech for this sense (inherited from the containing synset)
 int getSenseNumber()
          order of this sense relative to the word - i.e. most important senses of the same word come first
 LexKBSynset getSynset()
          synset of this sense
 Word getWord()
          returns the Word of this WordSense
 

Method Detail

getWord

public Word getWord()
returns the Word of this WordSense


getPOS

public Object getPOS()
part-of-speech for this sense (inherited from the containing synset)


getSynset

public LexKBSynset getSynset()
synset of this sense


getSenseNumber

public int getSenseNumber()
order of this sense relative to the word - i.e. most important senses of the same word come first


getOrderInSynset

public int getOrderInSynset()
order of this sense relative to the synset- i.e. most important senses of the same synset come first