GATE
Version 3.1-2270

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

Word getWord()
returns the Word of this WordSense


getPOS

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


getSynset

LexKBSynset getSynset()
synset of this sense


getSenseNumber

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


getOrderInSynset

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


GATE
Version 3.1-2270