-
Notifications
You must be signed in to change notification settings - Fork 6
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
bug: matching with math questions?? #94
Comments
Looks like the leetspeak transformer is rewriting In general, the leetspeak transformer is fairly aggressive, so if you are seeing many false positives in your application, I would just disable it. |
thats super funny. what other recommendations you got, or can I remove that case, for example the leet transformer could I disable it, or do I have to disabled obscenity? |
Yes, you can disable just the leetspeak transformer or just disable the |
thank you! great work you do. |
@jo3-l im making quackprep.com if u have any feedback I rlly need it especially first UX |
const matcher = new RegExpMatcher({ still has the same issue at the same location |
|
ah i see, I though blacklist meant remove. ill try that thank you! |
worked! sorry for my confusion. thanks for the help! |
Expected behavior
Consider the surface:$$3x^2 - 12x + 5y^3 + z + 6 = 0$$ . Find the points on the surface at which the tangent plane is parallel to the xy-plane.
const matcher = new RegExpMatcher({
...englishDataset.build(),
...englishRecommendedTransformers,
});
Bad word found between: 22 - 25
what is it matching??
Actual behavior
i expected it to not match
Minimal reproducible example
Steps to reproduce
its simple
Additional context
No response
Node.js version
v16.7.0
Obscenity version
0.4.2
Priority
Terms
The text was updated successfully, but these errors were encountered: