How to install zopyx.txng3.ext
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install zopyx.txng3.ext
Lastest release
Author
zopyx.txng3.ext is written by Andreas Jung for ZOPYX Ltd. & Co. KG, Tuebingen, Germany.
License
- TextIndexNG 3 is published under the Zope Public License V 2.1 (see ZPL.txt) Other license agreements can be made. Contact us for details (info@zopyx.com).
- TextIndexNG 3 ships with a copy of the Snowball code (snowball.tartarus.org) for implementing stemming. This code is (C) 2001, Dr. Martin Porter and published under the BSD license.
- TextIndexNG3 ships with the python-levenshtein extension written by David Necas und published under the GNU Public License (GPL).
Building
Building the egg on Windows (basically a reminder for myself):
Basically a reminder for myself:
Install Cygwin
Install the Windows Python 2.4
under Cygwin:
python.exe setup.py build -c mingw32 bdist_egg upload
Contact
Changes
3.3.4 (2013/04/26)
- Fix single-character poisoning bug (http://sourceforge.net/p/textindexng/bugs/125/).
3.3.3 (2012/05/16)
3.3.2 (2010/03/10)
- applied patch for bug #2964362 (fixing several crashes)
3.3.1 (2009/03/15)
- compabitlity with Python 2.4-2.6
3.3.0 (2009/03/15)
- refactored and re-released as zopyx.txng3.ext