> I am working on making a Bayesian filter in Python. Now the > problem before me is to train the filter, but I am not sure > how to go about it. > Could anyone please tell me, are there any good libraries > available in Python which can be used directly for this purpose, [...]
If you want to have a Bayesian filter in Python but don't want to write the code yourself, why don't you just use SpamBayes? You can certainly alter it in whatever way you want to try various things out. =Tony.Meyer -- Please always include the list (spambayes at python.org) in your replies (reply-all), and please don't send me personal mail about SpamBayes. http://www.massey.ac.nz/~tameyer/writing/reply_all.html explains this. _______________________________________________ [email protected] http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html
