Anyone know of a good open source spam checker in java or c#?
- by Spines
I'm creating a site where users can write articles and comment on the articles. I want to automatically check to see if a new article or comment is spam.
What are good libraries for doing this?
I looked at bayesian classifier libraries, but it seems that I would have to gather a large amount of samples and classify them all as spam or not spam…