2006-05-01 14:56:49 +02:00
|
|
|
Divmod Reverend is a simple, general purpose Bayesian classifier,
|
|
|
|
written in Python.
|
|
|
|
It is designed to be easy to adapt and extend for your application.
|
|
|
|
|
|
|
|
Stuff you can do with the Reverend:
|
|
|
|
|
|
|
|
* classify RSS stories
|
|
|
|
* classify recipes by cuisine
|
|
|
|
* who do you write like? Shakespeare, Dickens or Austen
|
|
|
|
* detect the language of a document
|
|
|
|
* is your code more like Guido's or Peter's
|
|
|
|
|
2006-06-09 07:38:13 +02:00
|
|
|
Author: Amir Bakhtiar
|
2006-05-01 14:56:49 +02:00
|
|
|
WWW: http://www.divmod.org/trac/wiki/DivmodReverend
|