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
File tree
10 files changed
+410
-174
lines changed- comment_spell_check
- utils
- tests
10 files changed
+410
-174
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments