Open emma-c-dev opened 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')]
dog = wn.synset('dog.n.01') dog.hypernyms()
[Synset('canine.n.02'), Synset('domestic_animal.n.01')]
Is there a similar method for the Dutch Wordnet?
Thank you in advance!
I would also like to get this information! Did you find out how to extract it?
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!