filyp / autocorrect

Spelling corrector in python
GNU Lesser General Public License v3.0
447 stars 79 forks source link

Change the dict #50

Closed himanshudhingra closed 1 year ago

himanshudhingra commented 1 year ago

Hi @filyp Thanks for giving the provision to change the dict to own text file. And yours is the only package I found which replaces the word in sentences, else every other is working on 1 word at a time.

However, I am facing an error while doing tar to the output. Attaching screenshot. Can you please help?

Also, I see that it works fine till changes = 2, how to increase this? Eg: spell('NissSSan') returns 'Nissan' and spell('NissSSSan') returns 'NissSSSan'

Help will be really appreciated.