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

extract: Support compound requirements #159

Open
camshaft opened this issue Jan 23, 2025 · 0 comments
Open

extract: Support compound requirements #159

camshaft opened this issue Jan 23, 2025 · 0 comments
Labels
command:extract enhancement New feature or request

Comments

@camshaft
Copy link
Member

Problem

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.

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 ;.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command:extract enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant