https://github.com/dasydong/spell-check-go
spellchecking for go repository
https://github.com/dasydong/spell-check-go
go golang python3 spell-checker spell-checking spellcheck
Last synced: about 1 month ago
JSON representation
spellchecking for go repository
- Host: GitHub
- URL: https://github.com/dasydong/spell-check-go
- Owner: DasyDong
- License: apache-2.0
- Created: 2020-01-12T07:39:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T08:57:39.000Z (over 6 years ago)
- Last Synced: 2025-06-22T11:04:28.771Z (about 1 year ago)
- Topics: go, golang, python3, spell-checker, spell-checking, spellcheck
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## spell-check-go
The project is used to check en-US word typo or spelled incorrectly for Go/Py repository based [pyenchant](https://github.com/pyenchant/pyenchant)
eg:
Stawrt > False
StarttAction > False
StarttAction > False
## Prerequisites
python 3
## How to Use?
Git clone this repo[spell-check](https://github.com/DasyDong/spell-check-go.git)
```
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!!!