Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erroneously says that the word "мать" is swearing in russian #1

Open
Dmeetrogon opened this issue Jan 20, 2024 · 1 comment
Open

Comments

@Dmeetrogon
Copy link

from profanity_police.checker import Checker checker = Checker() transcript = [{"text": "мать сказал домой идти"}] language_code = "ru" swear_words_in_transcript = checker.check_swear_word(transcript, language_code) for word in swear_words_in_transcript: print(word)

@vivekkumar2696
Copy link
Owner

It seems like I missed adding the cuss words for "ru". I would pick the AI of adding the cuss words for Russia.
Thanking for pointing it out.

If you have the list of cuss words for "ru", I would encourage you to add a PR for the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants