Package | Description |
---|---|
gate.wordnet |
Modifier and Type | Interface and Description |
---|---|
interface |
Adjective
Represents WordNet adj.
|
interface |
Verb
Represents WordNet verb.
|
Modifier and Type | Method and Description |
---|---|
WordSense |
LexicalRelation.getSource()
returns the source (WordSense) of this lexical relation
|
WordSense |
LexicalRelation.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
|
Modifier and Type | Method and Description |
---|---|
List<WordSense> |
Word.getWordSenses()
returns the senses of this word
|
List<WordSense> |
Synset.getWordSenses()
WordSenses contained in this synset
|
List<WordSense> |
WordNet.lookupWord(String lemma)
returns list of WordSense-s for specific lemma
|
List<WordSense> |
WordNet.lookupWord(String lemma,
int pos)
returns list of WordSense-s for specific lemma of the specified POS
|
Copyright © 2024 GATE. All rights reserved.