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

Meaning API giving incorrect definition string for certain words #38

Closed
zionsteiner opened this issue Dec 30, 2020 · 2 comments
Closed

Comments

@zionsteiner
Copy link

The following program results in an incomplete definition for the word 'calumnious.' Defamatory, a synonym of calumnious, has the same issue.

>>> from PyDictionary import PyDictionary
>>> dictionary = PyDictionary()
>>> dictionary.meaning('calumnious')
{'Adjective': ['(used of statements']}
>>> dictionary.meaning('defamatory')
{'Adjective': ['(used of statements']}
@zionsteiner
Copy link
Author

One definition for the word 'pallid', also beginning with a parenthesis, is also incomplete. Maybe an issue with the API response parsing logic?

>>> dictionary.meaning('pallid')
{'Adjective': ['abnormally deficient in color as suggesting physical or emotional distress', '(of light', 'or wan', 'lacking in vitality or interest or effectiveness']}

@b1tninja
Copy link

b1tninja commented Feb 21, 2021

#40 fixed here

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

2 participants