Tagged Questions

12
votes
9answers
1k views

Profanity Filtering / Profanity Dictionaries / Scunthorpe Problem / Profanity Generation

Here's a clbuttic question. I collect code that attempts to do profanity filtering. I personally like profanity, and whenever possible try to talk everyone out of using profanity filters. The filters …
2
votes
1answer
135 views

Best Profanity Filter?

What is the best profanity filter (free / open source or paid commercial) which supports Java integration? It needs to be able to take a string and return a clean string... Can be a web service and …
2
votes
2answers
304 views

List of Profanities for Censorship Filter [closed]

Possible Duplicate: How do you implement a good profanity filter? Looking to implement a profanity filter on a PHP site and wanted to know if they had any type of functionality out there …