Commit 14650cf
committed
Refactor with a pure Python spell checker
This is a major re-write of the code. It now uses pyspellchecker,
a pure Python package, replacing pyenchant, which required the C
enchant library underneath.
Also code has been re-organized to make seperate functions into
smaller, more manageable parts and to adhere to Pylint's coding standards.1 parent dab4e11 commit 14650cf
10 files changed
Lines changed: 410 additions & 174 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments