You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to find hypernyms of a certain lemma.
With Wordnet, it's possible to do dog = wn.synset('dog.n.01') dog.hypernyms()
Resulting in: [Synset('canine.n.02'), Synset('domestic_animal.n.01')]
Is there a similar method for the Dutch Wordnet?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I am not able to find hypernyms of a certain lemma.
With Wordnet, it's possible to do
dog = wn.synset('dog.n.01') dog.hypernyms()
Resulting in:
[Synset('canine.n.02'), Synset('domestic_animal.n.01')]
Is there a similar method for the Dutch Wordnet?
Thank you in advance!
The text was updated successfully, but these errors were encountered: