Reputation: 39
I am making a social media application and I need to detect bad words if anyone type in message and give him warning.
I did not try to make it, but there are some condition for detecting bad words :
Lets suppose abcd is a bad word
- If user type abcd then officially it will detected.
- But if user type abdc then it also need to detected.
- And if use type abcde then it will detected also.
- And it need to work in all popular languages.
Upvotes: 1
Views: 671