Get hypernyms
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 70
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by locating the Python module's synset lookup implementation and checking how lexical relationships are exposed; compare its available API with the shown WordNet example. Done means Dutch hypernyms can be retrieved for a lemma through a clear, documented interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100