You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For any given English word, this API provides callers with the ability to fetch the definitions, origins, synonyms, antonyms, other word-relations, and rhyming words. Since the API uses Merriam-Webster and Thesaurus.com as the primary source of information, please note that the word must be a valid entry in both websites.
Dependencies
- lxml and requests: See http://docs.python-guide.org/en/latest/scenarios/scrape/ for an introduction. According to the cited source, requests + lxml are more efficient than the in-built urllib2 module, which is why I used these libraries.
- merriam-webster.com
- thesaurus.com