Top "Profanity" questions

A sacrilegious word, or more generally an offensive word.

Is there a list of characters that look similar to English letters?

I’m having a crack at profanity filtering for a web forum written in Python. As part of that, I’…

python unicode glyph profanity
What’s a good Python profanity filter library?

Like https://stackoverflow.com/questions/1521646/best-profanity-filter, but for Python — and I’m looking for libraries I can run and control …

python nlp profanity
Profanity Filter using a Regular Expression (list of 100 words)

What is the correct way to strip profane words from a string given: 1) I have a list of 100 words to …

regex language-agnostic profanity
any open-source/free .NET profanity filter for website?

Are you aware of any open-source/free .NET profanity filter (ASP.NET MVC to be precise)? I searched google but …

c# profanity
What's the best way to parse a string for "bad" words in C#?

I'm thinking of something like: foreach (var word in paragraph.split(' ')) { if (badWordArray.Contains(word) { // do something about …

c# filter profanity
How to add a profanity filter in C#

I have a list of comments that gets formed. The client asked us to use a profanity filter to check …

c# .net profanity