Merged the spell checking classes into one file

This commit is contained in:
Veronica K. B. Olsen
2020-05-08 20:41:39 +02:00
parent 7f41daf518
commit 704d9a11e4
5 changed files with 170 additions and 235 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ from nw.tools.analyse import TextAnalysis
from nw.tools.legacy import projectMaintenance
from nw.tools.optionstate import OptionState
from nw.tools.spellcheck import NWSpellCheck
from nw.tools.spellenchant import NWSpellEnchant
from nw.tools.spellsimple import NWSpellSimple
from nw.tools.spellcheck import NWSpellEnchant
from nw.tools.spellcheck import NWSpellSimple
from nw.tools.translate import numberToWord
from nw.tools.wordcount import countWords