module
Version:
v0.0.0-...-999e6d7
Opens a new window with list of versions in this module.
Published: Mar 3, 2020
License: Apache-2.0
Opens a new window with license information.
README
¶
spell-check-go
The project is used to check en-US word typo or spelled incorrectly for Go/Py 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
BugFix
September > True
september > False
weird!!!
Directories
¶
project
|
|
|
|
Click to show internal directories.
Click to hide internal directories.