Skip to content

Given Word and Synset how to get the Sense #135

Answered by goodmami
vsraptor asked this question in Q&A
Discussion options

You must be logged in to vote

there is only one sense per pair word ==sense==> synset ! right ?

A sense is an edge between a word and a synset showing that a word has the conceptual meaning captured by the synset (there is some documentation here). There may be many senses for a word, and many words for a synset. While it is technically possible for the same word and synset to have multiple sense links between them, such a situation would be redundant and erroneous, and that wordnet should be corrected.

how can i get it ?

By "it" I think you mean getting the sense, if any, between a given wn.Word and wn.Synset. There is not currently a way to get the sense when you already have the word and synset objects, althoug…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@vsraptor
Comment options

@vsraptor
Comment options

@vsraptor
Comment options

@goodmami
Comment options

Answer selected by goodmami
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #131 on June 27, 2021 02:11.