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.
| Tags | Software Development Libraries Python Modules Text Processing Indexing |
|---|---|
| Licenses | LGPL |
| Implementation | Python |
Recent releases


Release Notes: 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.


Release Notes: 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.


No changes have been submitted for this release.