GATE
Version 3.1-2270

gate.lexicon
Class NLGLexWordImpl

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

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

GATE
Version 3.1-2270