Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!!!