Spelling Bee

Program to correct spelling from standard input. Written in Python.

View project onGitHub

Spelling Bee

Program to correct spelling from standard input. Written in Python.

Usage

Put input on stdin, corrected output goes on stdout. Go ahead and edit words.txt: the list of words Spelling Bee considers correct.

Example

$ python autocorrect.py
yuor

Output could be your, depending on your words.txt.

Contributing

Contribute code, and most of all, add words!

At least run code through autopep8, please.