ConsoleTVs / Profanity

PHP library to block bad words in a string
MIT License
98 stars 46 forks source link

persian and arabic filter not working #7

Closed ariaieboy closed 11 months ago

ariaieboy commented 5 years ago

hello i tested your package and its didnt work with persian language $bad = Builder::blocker('کیری')->clean();

this code return true that is incorrect taht word is inside your default badwords list here

ariaieboy commented 5 years ago

it will work if i turn on the strict option but then there will be a problem like issue #3