Python Bayesian classifier
Reverend is a really simple-to-use plugin Bayesian classifier; just feed it some strings and tell them what class each string is in, and then it will guess (in a Bayesian sense) which class newly presented strings should be in. That’s really clever.
And importing it as from reverend.thomas import Bayes is just neat :-)
I combined the Bayesian classifier with a lexical database … end result … you can train(‘bad‘, ‘crime‘) and guess(‘murder‘) … guesses ‘bad‘.Its pretty neat and it has a web interface at http://jrhicks.net/reverend
-17161 seconds later
what the heck?
29 weeks later