cltl / OpenDutchWordnet

This repo provides a python module to work with Open Dutch WordNet. It was created using python 3.4.
Other
64 stars 15 forks source link

Get hypernyms #14

Open emma-c-dev opened 4 years ago

emma-c-dev commented 4 years ago

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!

christinastrs commented 4 months ago

I would also like to get this information! Did you find out how to extract it?