We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the extraction will consider the following as a single requirement:
This SHOULD work and this SHOULD also work.
In cases where the sentence has multiple levels, it will be raised to the highest one:
This MUST work and this SHOULD also work.
This would be considered a MUST level requirement.
Ideally, we'd be able to split these requirements in half using common "compound" tokens. This could include and, or, or puncuation like -, or ;.
and
or
-
;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Currently the extraction will consider the following as a single requirement:
In cases where the sentence has multiple levels, it will be raised to the highest one:
This would be considered a MUST level requirement.
Solution
Ideally, we'd be able to split these requirements in half using common "compound" tokens. This could include
and
,or
, or puncuation like-
, or;
.The text was updated successfully, but these errors were encountered: