You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we have the badWords() to pick out only these whole strings. For example:
Sentence 1: a men is wrapping gift -> no problem
Sentence 2: a gift is wrapping men -> bad words detected -> Result ["language" => "en", "word" =>"wrapping men"]
Thank you!
The text was updated successfully, but these errors were encountered:
Supposed we have a dictionary like this:
[ { "language": "en", "word": "wrapping men" }, { "language": "en", "word": "wrinkled starfish" }, ]
Can we have the badWords() to pick out only these whole strings. For example:
Sentence 1: a men is wrapping gift -> no problem
Sentence 2: a gift is wrapping men -> bad words detected -> Result ["language" => "en", "word" =>"wrapping men"]
Thank you!
The text was updated successfully, but these errors were encountered: