Open Gabriel-Ciriaco opened 2 years ago
Is it possible to find a giant JSON file of words from a language, that are not inappropriate and just whitelist then within the library?
I'm not sure whether or not that will have any performance impacts.
/ whether it's possible to find such JSON files.
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 thewhiteListWord
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.