Commit 14856da
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 14856da
File tree
11 files changed
+433
-212
lines changed- comment_spell_check
- utils
- tests
11 files changed
+433
-212
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments