blob: d9f635e35934a7ea0d252bb2bbc4a1f7e6d0864a (
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
|