gate.lexicon
Class NLGLexWordImpl
java.lang.Object
gate.lexicon.MutableWordImpl
gate.lexicon.NLGLexWordImpl
- All Implemented Interfaces:
- MutableWord, Word, Serializable
public class NLGLexWordImpl
- extends MutableWordImpl
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NLGLexWordImpl
public NLGLexWordImpl(String lemma)
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