| # The Bayes Motel | June 12, 2005 | License: Python | Python | |
| Filed under: Web software | ||||
| The Bayes Motel is a framework that makes it easy to test out ideas of the form "could I program a Bayesian corpus to distinguish x-type text from y-type text?" To use it, you write a class that puts items of text into a classification queue, then use the provided CGI script to classify the items. | ||||