| 
 | GATE Version 3.1-2270 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgate.lexicon.MutableWordImpl
public class MutableWordImpl
| Constructor Summary | |
|---|---|
| MutableWordImpl(String newLemma) | |
| 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 | 
|  String | getLemma()returns the lemma of this word | 
|  int | getSenseCount()returns the number of senses of this word (not necessarily loading them from storage) | 
|  List | getWordSenses()returns the senses of this word | 
|  void | removeSense(LexKBWordSense theSense) | 
|  void | removeSenses() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MutableWordImpl(String newLemma)
| Method Detail | 
|---|
public LexKBWordSense addSense(MutableLexKBSynset wordSynset)
MutableWord
addSense in interface MutableWord
public LexKBWordSense addSense(int index,
                               MutableLexKBSynset wordSynset)
MutableWord
addSense in interface MutableWordpublic List getWordSenses()
Word
getWordSenses in interface Wordpublic String getLemma()
Word
getLemma in interface Wordpublic int getSenseCount()
Word
getSenseCount in interface Wordpublic void removeSenses()
removeSenses in interface MutableWordpublic void removeSense(LexKBWordSense theSense)
removeSense in interface MutableWord| 
 | GATE Version 3.1-2270 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||