Hypy 0.8.4 released
[Posted September 21, 2009 by cook]
| From: |
| Cory Dodt <corydodt-AT-gmail.com> |
| To: |
| python-announce-list-AT-python.org |
| Subject: |
| ANN: Hypy 0.8.4 |
| Date: |
| Sun, 20 Sep 2009 00:25:47 -0700 |
| Message-ID: |
| <c16a94ff0909200025n618ce0b2u318a1728f9f95acd@mail.gmail.com> |
| Archive-link: |
| Article, Thread
|
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. You will
need Hyper Estraier installed to use it.
Release Version 0.8.4 (2009.09.19)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bugfix release.
* It is now possible to construct an attribute-only search with None for
search phrase.
All known bugs are now fixed.
--
_____________________
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations/
(
Log in to post comments)