Skip to content

tantalor/emend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emend

Emend is a service built on Google App Engine for alerting website owners and authors of grammatical and spelling mistakes found on their site.

Emend uses Megaera to handle the dirty work.

Emend integrates with Twitter and bit.ly to publish a live stream of edits. Spelling suggestions are provided by Yahoo! Search BOSS via YQL.

Environment and Requirements

Emend expects its requirements to be installed by pip in a virtualenv environment.

Setup the environment in the project root,

virtualenv -p /usr/bin/python2.7 --no-site-packages .

Activate the environment,

source bin/activate

Install Emend's requirements,

pip install -r pip-requirements.txt

Emend's application root is "app".

About

Google App Engine site for tracking and sharing grammatical mistakes found on the web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published