Metadata-Version: 1.0
Name: zopyx.textindexng3
Version: 4.0.1
Summary: Helper modules for TextIndexNG3 (Snowball stemmer, normalizer, splitter, etc.)
Home-page: http://sf.net/projects/textindexng/
Author: Andreas Jung, ZOPYX Ltd. & Co. KG
Author-email: info@zopyx.com
License: UNKNOWN
Description: zopyx.textindexng3 - Extension modules for TextIndexNG3
        =======================================================
        
        Author
        ------
        
        zopyx.textindexng3 was 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
        -------
        
        | ZOPYX Ltd. & Co. KG
        | c/o Andreas Jung, 
        | Charlottenstr. 37/1
        | D-72070 Tuebingen, Germany
        | E-mail: info at zopyx dot com
        | Web: http://www.zopyx.com
        
        
        Changes
        -------
        
        4.0.1 (08.06.2008)
        ------------------
        
        - normalizer: fixed core dump under Python 2.5 (patch by  Bruno Desthuillier)
        
        4.0.0
        -----
        
        - first release as egg
        
        - updated Snowball libs (now includes stemmer support for Turkish, Romanian
          and Hungarian)
        
Platform: UNKNOWN
