|
|||||||||||
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 |
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 |
LexKBWordSense |
MutableWord.addSense(MutableLexKBSynset wordSynset)
Add a new sense to this word |
LexKBWordSense |
MutableWord.addSense(int index,
MutableLexKBSynset wordSynset)
Add a new sense to this word at the given index |
LexKBWordSense |
MutableWordImpl.addSense(MutableLexKBSynset wordSynset)
|
LexKBWordSense |
MutableWordImpl.addSense(int index,
MutableLexKBSynset wordSynset)
|
LexKBWordSense |
NLGLexWordImpl.addSense(int index,
MutableLexKBSynset wordSynset)
|
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 |
MutableLexKBSynset.addWordSense(LexKBWordSense newWordSense,
int offset)
add a new word sense at a given position |
boolean |
MutableLexKBSynset.setWordSenseIndex(LexKBWordSense wordSense,
int newOffset)
change the offset of an existing word sense |
void |
MutableLexKBSynset.removeSense(LexKBWordSense theSense)
|
boolean |
MutableLexKBSynsetImpl.addWordSense(LexKBWordSense newWordSense)
|
boolean |
MutableLexKBSynsetImpl.addWordSense(LexKBWordSense newWordSense,
int offset)
|
boolean |
MutableLexKBSynsetImpl.setWordSenseIndex(LexKBWordSense wordSense,
int newOffset)
|
void |
MutableLexKBSynsetImpl.removeSense(LexKBWordSense theSense)
|
void |
MutableWord.removeSense(LexKBWordSense theSense)
|
void |
MutableWordImpl.removeSense(LexKBWordSense theSense)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |