A sacrilegious word, or more generally an offensive word.
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 profanityWhat is the correct way to strip profane words from a string given: 1) I have a list of 100 words to …
regex language-agnostic profanityAre you aware of any open-source/free .NET profanity filter (ASP.NET MVC to be precise)? I searched google but …
c# profanityI'm thinking of something like: foreach (var word in paragraph.split(' ')) { if (badWordArray.Contains(word) { // do something about …
c# filter profanityI have a list of comments that gets formed. The client asked us to use a profanity filter to check …
c# .net profanity