|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LexKBWordSense | |
---|---|
gate.gui.lexicon | |
gate.lexicon |
Uses of LexKBWordSense in gate.gui.lexicon |
---|
Methods in gate.gui.lexicon with parameters of type LexKBWordSense | |
---|---|
protected void |
NLGLexiconVR.updateRightGUI(LexKBWordSense sense)
|
Uses of LexKBWordSense in gate.lexicon |
---|
Subinterfaces of LexKBWordSense in gate.lexicon | |
---|---|
interface |
MutableLexKBWordSense
|
interface |
NLGLexWordSense
|
Classes in gate.lexicon that implement LexKBWordSense | |
---|---|
class |
MutableLexKBWordSenseImpl
|
class |
NLGLexWordSenseImpl
|
Methods in gate.lexicon that return LexKBWordSense | |
---|---|
LexKBWordSense |
MutableWord.addSense(int index,
MutableLexKBSynset wordSynset)
Add a new sense to this word at the given index |
LexKBWordSense |
MutableWordImpl.addSense(int index,
MutableLexKBSynset wordSynset)
|
LexKBWordSense |
NLGLexWordImpl.addSense(int index,
MutableLexKBSynset wordSynset)
|
LexKBWordSense |
MutableWord.addSense(MutableLexKBSynset wordSynset)
Add a new sense to this word |
LexKBWordSense |
MutableWordImpl.addSense(MutableLexKBSynset wordSynset)
|
LexKBWordSense |
LexKBSynset.getWordSense(int offset)
get specific WordSense according to its order in the synset - most important senses come first |
LexKBWordSense |
MutableLexKBSynsetImpl.getWordSense(int offset)
get specific WordSense according to its order in the synset - most important senses come first |
Methods in gate.lexicon with parameters of type LexKBWordSense | |
---|---|
boolean |
MutableLexKBSynset.addWordSense(LexKBWordSense newWordSense)
add a new word sense at the end of the synset |
boolean |
MutableLexKBSynsetImpl.addWordSense(LexKBWordSense newWordSense)
|
boolean |
MutableLexKBSynset.addWordSense(LexKBWordSense newWordSense,
int offset)
add a new word sense at a given position |
boolean |
MutableLexKBSynsetImpl.addWordSense(LexKBWordSense newWordSense,
int offset)
|
void |
MutableLexKBSynset.removeSense(LexKBWordSense theSense)
|
void |
MutableLexKBSynsetImpl.removeSense(LexKBWordSense theSense)
|
void |
MutableWord.removeSense(LexKBWordSense theSense)
|
void |
MutableWordImpl.removeSense(LexKBWordSense theSense)
|
boolean |
MutableLexKBSynset.setWordSenseIndex(LexKBWordSense wordSense,
int newOffset)
change the offset of an existing word sense |
boolean |
MutableLexKBSynsetImpl.setWordSenseIndex(LexKBWordSense wordSense,
int newOffset)
|
|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |