Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interlingual param in hypernyms method doesn't have influence on result #11

Open
bhnatkowska opened this issue Jan 18, 2023 · 0 comments

Comments

@bhnatkowska
Copy link

Test:
stol = wn.synsets[3278]
hypernymsEN = wn.hypernyms(stol, True)
hypernymsPL = wn.hypernyms(stol, False)
hypernymsEN == hypernymsPL ==> True

hyernymsEN is equal to hypernymsPL even if the interlingual param is set differently.
I guess that in the first case (for hypernymsEN) also lexical units in English should be included.

Similar test called for hyponyms gives different results (with True lexical units in English are presented).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant