Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Mit dieser Version ist es sogar noch einfacher an Ihre Bayes-Klassifikator zu erstellen. Einige weitere Beispiele wurden hinzugefügt. Eine Tempo-Boost in Token ist erreicht worden.
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

Phrasenabfragen und eine Abfrage Rahmen wurden hinzugefügt. pyndex.bayes, ein Bayes-Klassifikator auf Pyndex gebaut, wurde hinzugefügt. Es gibt Performance-Verbesserungen, und das API wurde verfestigt.
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