geekpradd / PyDictionary

PyDictionary is a Dictionary Module for Python 2/3 to get meanings, translations, synonyms and antonyms of words

Home Page:https://pypi.python.org/pypi/PyDictionary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

googlemeaning not stable

chunjiw opened this issue · comments

dictionary.googlemeaning() not always gives result. For example, from time to time, I see this:

dictionary.googlemeaning('what')
Error: The Word given is not a valid English Word

commented

This issue is ancient, but still occurring. I was running into a problem where some words just wouldn't print definitions, and I couldn't figure out the bug in my code.

Turns out, it's not my code. The same error happens with the word "roast." Not sure how to work around this.