daywednes / spellcheck

spellcheck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run the program:
  python spellcheck.py
To generate the mistakes:
  python -g 10
To pipe the generated mistakes into the program as its inputs
  python spellcheck.py -g [number] | python spellcheck.py

we define vowels as ['a', 'u', 'o', 'i', 'e']

About

spellcheck


Languages

Language:Python 100.0%