问题描述
您知道有任何开源/免费的.NET亵渎过滤器(ASP.NET MVC要准确)?我搜索谷歌,但我不能拿出任何。我想,以避免实施它完全是我自己的,如果可能的话。这是很容易犯错误或忽视的东西。
Are you aware of any open-source/free .NET profanity filter (ASP.NET MVC to be precise)? I searched google but I couldn't come up with any. I would like to avoid implementing it entirely on my own, if possible. It is so easy to make mistake or overlook something.
推荐答案
什么*******很好的问题。
What a ******* good question.
(我会加入这个作为一个评论,但我是一个****)
(I would have added this as a comment, but I'm a ****)
更新
好吧,这里的东西,可能会多一点有用的:
Ok, here is something that might be a bit more useful:
的
以上介绍了一个简单的使用正则表达式的单词列表发誓过滤。
The above describes a simple swear filter from a list of words using regular expressions.
您发誓从这里的话可以下载列表 -
You could download a list of swear words from here - http://www.noswearing.com/
这篇关于任何开放源代码的网站/免费.NET亵渎过滤器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!