blob: b5354688fca0e0c4b623860742241ef504ccb9b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
PyEnchant is a set of language bindings and some wrapper classes to make
the excellent Enchant spellchecker available as a Python module.
The bindings are generated using SWIG. It includes all the functionality
of Enchant with the flexibility of Python and a nice 'Pythonic'
object-oriented interface. It also aims to provide some higher-level
functionality than is available in the C API.
WWW: https://pypi.python.org/pypi/pyenchant
|