掲示板

Generic Profanity Filter?

thumbnail
15年前 に Jim Klo によって更新されました。

Generic Profanity Filter?

Junior Member 投稿: 75 参加年月日: 08/11/07 最新の投稿
I'm looking for a way to implement / integrate a Profanity Filter in somewhat of a generic fashion. I'm wondering if anyone has any thoughts on how this might best be added into LR? Or if you know of a pre-existing solution that would be great as well.

I've thought of at least a couple of approaches, but not really sure which is the most appropriate way to add such a feature:
  • Add a servlet filter
  • via AOP in Spring (I've never dealt directly with Spring or AOP)
  • Point solution via methods in a service class.


Thanks for any input the community can provide!
thumbnail
14年前 に Andreas Stangl によって更新されました。

RE: Generic Profanity Filter?

New Member 投稿: 7 参加年月日: 10/01/07 最新の投稿
We also need something like this for our upcoming project. Currently I have no idea how to do this, but I will start further investigation soon. I let you know if there is any progress.
14年前 に Brian Pontarelli によって更新されました。

RE: Generic Profanity Filter?

New Member 投稿: 1 参加年月日: 10/03/19 最新の投稿
If you are looking for a product solution for profanity filtering, Inversoft offers a suite of tools called Clean Speak. It provides a Java API that you drop into the classpath or a WebService that can be deployed separately and used via XML-over-HTTP.

I'm one of the developers at Inversoft and our filter is really comprehensive. Our filter can find emails, urls, and much more. We also have a web application you can use to manage the black and white lists. We also handle complex situations like character replacements (leet speak), embedding of words, conjugation, and much more.

You should check it out and see if it fits your needs.