My favorites | Sign in
Google
Projects on Google Code Results 1 - 4 of 4
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 provides also some basic morphological analysis related methods. Basic usage instructions are at UsingPyHunspell.
Pyinex is a project to embed the Python interpreter in Excel. This is in contrast to the usual approach to linking the two systems, in which Python scripts run in an out-of-process COM server and Excel makes a cross-process call to use Python functionality. In Pyinex, Python runs from a DLL in the E...
Pygettextpo is a Python extension for parsing PO (Portable Object) files. The primary emphasis is on speed and resource usage, and hence a C implementation instead of a pure Python one. The underlying library used for parsing the PO files is <a href="http://www.gnu.org/software/hello/manual/gettex...
This project is going to implement a code generator to automatically generate Python extension from Java jar files.