I am trying to write python script to do spell correction for languages - ENGLISH[GB], GERMAN, SPANISH, ITALIAN, FRENCH.
As a first step, I installed pyenchant in my machine[64bit, python 2.7] and when I tried to import enchant package, I got following error message.
*ImportError: The 'enchant' C library was not found. Please install it via your OS package manager, or use a pre-built binary wheel from PyPI.*
When I googled the error message, I got to know that 64-bit version of enchant package is not available yet.
Can someone help me with using enchant package or any other package/technique to do spell correction for above mentioned five languages.