Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T08:57:39.000Z (over 4 years ago)
- Last Synced: 2023-03-07T01:31:12.643Z (over 1 year ago)
- Topics: go, golang, python3, spell-checker, spell-checking, spellcheck
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- 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/activatepip3 install -r requirement.txt
python spell_check.py project
```## Results
Spell checking result is in spell_check_wrong.txtWords In spell_check_ignore.txt is skipped to check
## TODO
BugFixSeptember > True
september > False
weird!!!