gate.lexicon
Class NLGLexWordImpl

java.lang.Object
  extended bygate.lexicon.MutableWordImpl
      extended bygate.lexicon.NLGLexWordImpl
All Implemented Interfaces:
MutableWord, Serializable, Word

public class NLGLexWordImpl
extends MutableWordImpl
implements Serializable

See Also:
Serialized Form

Constructor Summary
NLGLexWordImpl(String lemma)
           
 
Method Summary
 LexKBWordSense addSense(int index, MutableLexKBSynset wordSynset)
          Add a new sense to this word at the given index
 
Methods inherited from class gate.lexicon.MutableWordImpl
addSense, getLemma, getSenseCount, getWordSenses, removeSense, removeSenses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NLGLexWordImpl

public NLGLexWordImpl(String lemma)
Method Detail

addSense

public LexKBWordSense addSense(int index,
                               MutableLexKBSynset wordSynset)
Description copied from interface: MutableWord
Add a new sense to this word at the given index

Specified by:
addSense in interface MutableWord
Overrides:
addSense in class MutableWordImpl