Added simple spell chacking using difflib

This commit is contained in:
Veronica K. B. Olsen
2019-11-05 23:22:53 +01:00
parent d61e7a6ae6
commit b4dd1d1a9e
3 changed files with 69 additions and 4 deletions
+2
View File
@@ -4,6 +4,7 @@ from nw.tools.analyse import TextAnalysis
from nw.tools.optlaststate import OptLastState
from nw.tools.spellcheck import NWSpellCheck
from nw.tools.spellenchant import NWSpellEnchant
from nw.tools.spellsimple import NWSpellSimple
from nw.tools.translate import numberToWord
from nw.tools.wordcount import countWords
@@ -12,6 +13,7 @@ __all__ = [
"OptLastState",
"NWSpellCheck",
"NWSpellEnchant",
"NWSpellSimple",
"numberToWord",
"countWords",
]