Package | Description |
---|---|
gate.wordnet |
Modifier and Type | Method and Description |
---|---|
List<LexicalRelation> |
WordSense.getLexicalRelations()
return the Lex relations this sense participates in
|
List<LexicalRelation> |
WordSense.getLexicalRelations(int type)
return the Lex relations (of the specified type) this sense participates in
|
List<SemanticRelation> |
Synset.getSemanticRelations()
get the SemanticRelation-s of this synset
|
List<SemanticRelation> |
Synset.getSemanticRelations(int type)
get the SemanticRelation-s of specific type (HYPERNYm) for this synset
|
Iterator<Synset> |
WordNet.getSynsets(int pos)
returns all synsets for specific POS
|
List<WordSense> |
Word.getWordSenses()
returns the senses of this word
|
boolean |
Synset.isUniqueBeginner()
is this synset a UB - i.e.
|
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.