Closed limengmingx closed 5 years ago
Finally, I fixed the error with changing the /spellchecker/utils.py line 27:
with gzip.open(filename, mode="rb") as fobj:
yield fobj.read()
Sorry I hadn't been able to get to this until now, but what version of pyspellchecker are you using?
pyspellchecker 0.4.0
I installed it with command
pip install pyspellchecker
I try the testing code:
an get the error as below :
The pyspellchecker is installed by : pip install pyspellchecker