Skip to content

SaiWebApps/EnglishDictionaryAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Python English Dictionary API

High-Level Overview

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

About

Python English Dictionary API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages