spellatron

Web version of spellchecker based on http://norvig.com/spell-correct.html


License
MIT
Install
pip install spellatron==0.0.5

Documentation

Info

Tornado project that serves as spellchecker microservice. Spellchecker service based on: http://norvig.com/spell-correct.html

Manual

  1. Install spellatron
$ pip install spellatron
  1. Run spellatron service using default data
$ python -m spellatron
  1. Run spellatron service using custom text data
$ python -m spellatron --path=/tmp/data.txt