a general purpose bayesian classifier in python
here's the reverend bayesian classifier, which looks like a very useful bit of code. if you happen to program in python. hooking something like this up to a weblog system to do auto-categorization would be very cool.
Comments
Add a comment
Sorry, comments on this post are closed.
I hooked this up to a Lexical database. You can do stuff like train('bad','crime') and then guess('steal') also returns 'bad'.
Its pretty neat.
You can train it, play with it yourself at jrhicks.net/reverend