-
Notifications
You must be signed in to change notification settings - Fork 2
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
"Shall" is not accounted for in negations #12
Comments
Hey @ibrahimgh26, thanks for the catch and the detailed report! Unsure how this went unnoticed until now... Anyways, the fix is ready and published here and at https://pypi.org/project/negate/. It was, as you said, a rather easy fix. Unfortunately the |
Hello, thanks for the quick response, and the quick fix. |
"Shall" should be added to the rules. As the systems correctly accounts for should, must, and other model verbs. I think this is an easy fix.
Current behavior:
Negating "The system shall be ok." returns "The system shall don't be ok."
Expected behavior:
The negator should return: "The system shall not be ok."
Used code:
Python 3.10.12
The issue was recreated on negate 1.1.3 (installed from pypi), and the package built from source (pip install git+https://github.com/dmlls/negate)
The text was updated successfully, but these errors were encountered: