Let's say I want to create a reusable REST web service that allows checking whether a piece of text/ blog comment is spam, once for all. (sick of adding this feature in every web app I work on)
Which tools, libraries, frameworks, that would nicely integrate to either Java or Python, would you recommend to accomplish this ?
Thanks