|
|
Log in / Subscribe / Register

Hypy 0.8.1 released

From:  "Cory Dodt" <python-announce-AT-spam.goonmill.org>
To:  python-announce-list-AT-python.org
Subject:  Hypy 0.8.1 (first public release!)
Date:  Mon, 15 Dec 2008 16:11:24 -0800
Message-ID:  <c16a94ff0812151611k5d31a302q5785f79375256fbc@mail.gmail.com>

Hypy is a fulltext search interface for Python applications. Use it to index
and search your documents from Python code. Hypy is based on the
estraiernative bindings by Yusuke Yoshida.

* Fast, scalable
* Perfect recall ratio by N-gram method
* High precision by hybrid mechanism of N-gram and morphological analyzer
* Phrase search, regular expressions, attribute search (including
numeric and date comparisons), and similarity search
* Simple and powerful API

Homepage, downloads, everything, etc.: http://goonmill.org/hypy/

This is of course on pypi and can be installed with easy_install or
pip.  You will need Hyper Estraier installed to use it.

Release Version 0.8.1 (2008.12.15)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Initial Public Opensourcing.
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html




to post comments


Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds