barrust / pyspellchecker

Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyspellchecker module and indexer

pctjsm opened this issue · comments

With version 0.5.5 it does not work as there seems to be a problem with the pyspellchecker module right now.
The stable version at the moment is 0.5.4.

Spellchecker module still relies on the indexer library, which is no longer supported by python3, any update planned?
Thank you in advance.

image

Actually, this is because you are using a different spellchecking program and not pyspellchecker. pyspellchecker does not use the indexer module though spellchecker does. I have had several people let me know that there is a problem due to the indexer package but each time they have installed spellchecker and not pyspellchecker.
I hope this helps!

Note: I do not have a core file like is being shown here in the error!

You must have installed this package: spellchecker

Perhaps you have both packages installed, but this has the same namespace of spellchecker so it would interfere with each other.

Hi, yes there is a conflict. I had both packages.
Thank you for clarifying!