geekpradd / PyDictionary

PyDictionary is a Dictionary Module for Python 2/3 to get meanings, translations, synonyms and antonyms of words
https://pypi.python.org/pypi/PyDictionary
MIT License
272 stars 65 forks source link

Malfunctioning #51

Open hsmaharaj1 opened 2 years ago

hsmaharaj1 commented 2 years ago

This library neither returns Synonyms nor Antonyms but you have documented that this can do it. So Please for the convenience, Either you remove the feature from Documentation or Add and Patch the Bug. Thank You

ppizarror commented 2 years ago

Hi, I've created a new repo that solves all these issues, and includes much more languages. Check it out! https://github.com/ppizarror/PyMultiDictionary

johnbumgarner commented 2 years ago

@hsmaharaj1 If you are having a problem with PyDictionary you can try WordHoard, which can query a word for synonyms, antonyms and more.