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

Implement simple profanity filter #4

Open
MatusMak opened this issue Feb 27, 2021 · 0 comments
Open

Implement simple profanity filter #4

MatusMak opened this issue Feb 27, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@MatusMak
Copy link
Owner

The last thing you want is to email users with pass phrase containing swear words. Therefore, it's essential to filter them out from our dictionary.

Task: implement profanity filter for dictionary generation process

Notes:

  • Make this language specific
  • Don't modify source dictionaries
  • It's allowed to install third-party library that will help with identifying swear word variations
  • Don't worry about complex filter (filtering full phrases) in this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant