Github
spell-check-go
The project is used to check en-US word typo or spelled incorrectly for Go repository based pyenchant
eg:
Stawrt > False
StarttAction > False
StarttAction > False
Prerequisites
python 3
How to Use?
Git clone this repospell-check
virtualenv -p python3 ~/venv3 && source ~/venv3/bin/activate
pip3 install -r requirement.txt
python spell_check.py project
Results
Spell checking result is in spell_check_wrong.txt
Words In spell_check_ignore.txt is skipped to check
TODO
Seems that Myspell is case insentive, But Don’t understatnd why this happens
September > True
september > False
Day > True
day > True
weird!!!