PyThaiNLP / pythainlp

Thai natural language processing in Python
https://pythainlp.org/
Apache License 2.0
989 stars 274 forks source link

Profanity detection #771

Open pete2543 opened 1 year ago

pete2543 commented 1 year ago

Detect profanity in Thai language****

github-actions[bot] commented 1 year ago

Hello @pete2543, thank you for your interest in our work!

If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

Cretus-iosDev commented 1 year ago

yes please provide more information

konbraphat51 commented 1 year ago

It could be useful if there are detection methods for insults or swear words like these: https://www.knowphuket.com/thai_language/L23_insults.htm

konbraphat51 commented 1 year ago

Maybe “prepare a swear words dictionary corpus, and detect them by simply see their existence and return their position” helps?