gate.lexicon
Interface MutableWord

All Superinterfaces:
Word
All Known Implementing Classes:
MutableWordImpl

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

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


addSense

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


removeSenses

public void removeSenses()

removeSense

public void removeSense(LexKBWordSense theSense)