|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WordSense | |
gate.wordnet |
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 |
LexicalRelationImpl.getSource()
returns the source (WordSense) of this lexical relation |
WordSense |
LexicalRelationImpl.getTarget()
returns the target (WordSense) of this lexical relation |
WordSense |
LexicalRelation.getSource()
returns the source (WordSense) of this lexical relation |
WordSense |
LexicalRelation.getTarget()
returns the target (WordSense) of this lexical relation |
WordSense |
SynsetImpl.getWordSense(int offset)
get specific WordSense according to its order in the synset - most important senses come first |
WordSense |
Synset.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)
|
|
LexicalRelationImpl(int _type,
WordSense _src,
WordSense _target)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |