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
274 stars 65 forks source link

Fix parsing #18

Open absterr08 opened 6 years ago

absterr08 commented 6 years ago

Use regex to find the list of synonyms/antonyms from the soup data, and then parse that into an object using json to easily extract the desired terms.

geekpradd commented 5 years ago

Under review for consideration,