Télécharger la liste

Description du projet

Pyndex is a simple and fast full-text indexer implemented in Python. Pyndex also includes an easy to use Bayesian classifier. It uses Metakit as its storage back-end. It works well for quickly adding a search feature to an application, and is also well suited to in-memory indexing and searching. It can handle phrase queries. It performs best in applications involving a few thousand documents, but its scaling is mostly limited by available memory.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-05-02 20:56
0.3.1a

Avec cette version, il est encore plus simple pour créer votre propre classificateur bayésien. D'autres exemples ont été ajoutés. Un coup de pouce de vitesse dans tokenization a été atteint.
Tags: Minor feature enhancements
With this release, it is even simpler to create your own Bayesian
classifier. Some more examples have been added. A speed boost in
tokenization has been achieved.

2003-03-25 19:36
0.2a

Les requêtes de phrases et un cadre d'interrogation ont été ajoutées. pyndex.bayes, un classificateur bayésien construit sur Pyndex, a été ajoutée. Il ya des améliorations de performance, et l'API a été solidifiée.
Tags: Major feature enhancements
Phrase queries and a query framework have been added. pyndex.bayes, a Bayesian classifier built on Pyndex, has been added. There are performance improvements, and the API has been solidified.

2003-03-08 05:21
0.1.1a

Tags: Initial freshmeat announcement

Project Resources