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
Posted by Jeffrey Hicks on June 5th, 2003.
what the heck?
Posted by KP on December 27th, 2003.