|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use WordSense | |
| gate.gui.wordnet | |
| gate.wordnet | |
| Uses of WordSense in gate.gui.wordnet |
| Methods in gate.gui.wordnet with parameters of type WordSense | |
private void |
WordNetViewer.addToPopupMenu(WordSense wordSense,
Synset synset,
int wordType,
List senses)
|
| Uses of WordSense in gate.wordnet |
| Subinterfaces of WordSense in gate.wordnet | |
interface |
Adjective
Represents WordNet adj. |
interface |
Verb
Represents WordNet verb. |
| Classes in gate.wordnet that implement WordSense | |
class |
AdjectiveImpl
Represents WordNet adjective implements interface Adjective |
class |
VerbImpl
Represents WordNet verb. |
class |
WordSenseImpl
|
| Fields in gate.wordnet declared as WordSense | |
private WordSense |
LexicalRelationImpl.source
relation source |
private WordSense |
LexicalRelationImpl.target
relation target |
| Methods in gate.wordnet that return WordSense | |
WordSense |
LexicalRelation.getSource()
returns the source (WordSense) of this lexical relation |
WordSense |
LexicalRelation.getTarget()
returns the target (WordSense) of this lexical relation |
WordSense |
LexicalRelationImpl.getSource()
returns the source (WordSense) of this lexical relation |
WordSense |
LexicalRelationImpl.getTarget()
returns the target (WordSense) of this lexical relation |
WordSense |
Synset.getWordSense(int offset)
get specific WordSense according to its order in the synset - most important senses come first |
WordSense |
SynsetImpl.getWordSense(int offset)
get specific WordSense according to its order in the synset - most important senses come first |
| Constructors in gate.wordnet with parameters of type WordSense | |
LexicalRelationImpl(int _type,
WordSense _src,
WordSense _target)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||