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

New feature requested: matching not just a single word #4

Open
hoanguel opened this issue Feb 5, 2018 · 0 comments
Open

New feature requested: matching not just a single word #4

hoanguel opened this issue Feb 5, 2018 · 0 comments

Comments

@hoanguel
Copy link

hoanguel commented Feb 5, 2018

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!

ConsoleTVs added a commit that referenced this issue Sep 20, 2019
fix issue #7 and #2 add feature requested in #4
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

1 participant