After the fixes which were made until Release 1.1.1, lots of false positives might appear during detection. For example, if the sentence contains the expression but it, the checker will detect the presence of the bad word butt. A quick fix is whitelisting this expression with the whiteListWord function. Therefore, it would be helpful if you could post the false positives and negatives you find in any language, so I can update the profanity list.
After the fixes which were made until Release 1.1.1, lots of false positives might appear during detection. For example, if the sentence contains the expression
but it, the checker will detect the presence of the bad wordbutt. A quick fix is whitelisting this expression with thewhiteListWordfunction. Therefore, it would be helpful if you could post the false positives and negatives you find in any language, so I can update the profanity list.