rmdort / spellchecker

Spell correct entire sentences using nltk freqdist and symspell
19 stars 6 forks source link

the problem of handing broken words #1

Open ffxz opened 6 years ago

ffxz commented 6 years ago

did this project achieve handing broken words? for the example "microso ft", the result that i get is not changed.

rmdort commented 6 years ago

Nope I am not handling broken words. I would advice you to check Symspell compound which seems to do this. https://github.com/wolfgarbe/SymSpell