Skip to content

Python bindings for the Hunspell spellchecker engine

License

Unknown, Unknown licenses found

Licenses found

Unknown
COPYING
Unknown
COPYING.LESSER
Notifications You must be signed in to change notification settings

matkor/pyhunspell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT PYHUNSPELL
================
Pyhunspell is a set of Python bindings for the Hunspell spellchecker engine. It
lets developers load Hunspell dictionaries, check words, get suggestions, add
new words, etc. It also provides some basic morphological analysis related
methods. Basic usage instructions are at UsingPyHunspell.

* <http://code.google.com/p/pyhunspell/wiki/UsingPyHunspell>
* <http://hunspell.sourceforge.net/>

INSTALLATION
============
Make sure that python-dev and libhunspell-dev are installed and run the
following command as root to install pyhunspell:

> python setup.py install

LICENSE
=======
PyHunspell itself is licensed under the LGPL version 3 or later, see
lgpl-3.0.txt and gpl-3.0.txt. The files in the debian/ directory and setup.py
are licensed under the GPL version 3.

About

Python bindings for the Hunspell spellchecker engine

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
COPYING
Unknown
COPYING.LESSER

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.6%
  • Python 10.4%