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

Missing implementation for COSMAS II-Prox-Option min/max. #98

Open
Bodmo opened this issue Jan 16, 2024 · 0 comments
Open

Missing implementation for COSMAS II-Prox-Option min/max. #98

Bodmo opened this issue Jan 16, 2024 · 0 comments
Assignees

Comments

@Bodmo
Copy link

Bodmo commented Jan 16, 2024

There is currently no implementation for the Min-/Max hit grouping option od the Prox-Operator of COSMAS II.
Ex.
Q1 = A /s0 B (default for max).
Q2 = A /s0,max B (same as Q1).
Q3 = A /s0,min B (missing implementation)

The ANTLR-output of Q2 and Q3 contains a distinct info for that:

Q2 -> ANTLR -> GRP MAX
Q3 -> ANTLR -> GRP MIN

But in both generated KoralQueries, the distinction is missing.
The default for the KoralQuery seems to be the min-group.

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

3 participants