autocorrect
autocorrect copied to clipboard
Spelling corrector in python
Thanks for this wonderful lib! Can you add some functionality to detect accidentally merged words, for example, when a whitespace (separating words apart) was omitted? ```python from autocorrect import Speller...
There is currently an issue which causes .exe files created using pyinstaller to crash. If the source Python file used the autocorrect library, the program would crash if the user...
Hi, First of all - this looks great. Thanks a lot. I compared 3 different packages (yours, pyspellchecker, textblob) and yours does the best. How can I improve performance? Is...
i have followed your instructions and tried to create Hindi spell checker . But it does not seem to work, Please share me your email id
This word "saree" exists but it gets autocorrect to "spree" how to avoid this one?
Below is the output of `python test_all.py quality ; python test_all.py benchmark` command: ``` quality: en bad: 115/400 pl bad: 23/40 tr bad: 10/27 ru bad: 1/10 ro bad: 6/14...
```python def double_typos(self): """letter combinations two typos away from word""" return chain.from_iterable( Word(e1, only_replacements=self.only_replacements).typos() for e1 in self.typos() ) ``` when fixing the second typo, a Word object is created,...
how to add languange in this packages but im use in google colab?