Added simple spell chacking using difflib
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user