blob: 2c5739dd1720fe93de312bef185b7dff9e7f298a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
Author: Amir Bakhtiar
WWW: http://www.divmod.org/trac/wiki/DivmodReverend
|