GATE
Version 3.1-2270

gate.lexicon
Interface MutableWord

All Superinterfaces:
Word
All Known Implementing Classes:
MutableWordImpl, NLGLexWordImpl

public interface MutableWord
extends Word


Method Summary
 LexKBWordSense addSense(int index, MutableLexKBSynset wordSynset)
          Add a new sense to this word at the given index
 LexKBWordSense addSense(MutableLexKBSynset wordSynset)
          Add a new sense to this word
 void removeSense(LexKBWordSense theSense)
           
 void removeSenses()
           
 
Methods inherited from interface gate.lexicon.Word
getLemma, getSenseCount, getWordSenses
 

Method Detail

addSense

LexKBWordSense addSense(MutableLexKBSynset wordSynset)
Add a new sense to this word


addSense

LexKBWordSense addSense(int index,
                        MutableLexKBSynset wordSynset)
Add a new sense to this word at the given index


removeSenses

void removeSenses()

removeSense

void removeSense(LexKBWordSense theSense)

GATE
Version 3.1-2270