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

corpusByMatch assistant #27

Closed
Akron opened this issue Feb 15, 2018 · 1 comment
Closed

corpusByMatch assistant #27

Akron opened this issue Feb 15, 2018 · 1 comment

Comments

@Akron
Copy link
Member

Akron commented Feb 15, 2018

Similar to the queryByMatch assistant (or "query by example"), that let's the user create queries by choosing annotations in the annotation view, a corpusByMatch assistant can help the user to modify a virtual corpus by choosing metadata values in the metadata view.

For example, when the match contains the metadata field corpusSigle with the value BZK and the user clicks on BZK, a line below the metadata view appears saying Limit corpus to: corpusSigle=BZK. When choosing another field pubDate with a value 1990-02-01, the line is expanded to Limit corpus to: corpusSigle=BZK & pubDate=1990-02-01. By clicking on the same value again, the constraint will be removed.

When the user clicks on the line, the chosen constraints will be anded to the virtual corpus and the window scrolls to the VC builder.

This feature won't be available for stored-only fields. At the moment, it would be possible for string and date/number fields. To work for text and keyword fields, KorAP/Krill#32 needs to be resolved.

@Akron
Copy link
Member Author

Akron commented Apr 5, 2018

KorAP/Krill#32 is done, so this feature is now implementable for KorAP instances with fresh indices.

@Akron Akron added this to the 2-quartal-2018 milestone Apr 9, 2018
idsgerrit pushed a commit that referenced this issue Nov 21, 2018
Change-Id: I3c7ecb434572412203bb6055b4ce8f2947975306
@Akron Akron closed this as completed Nov 21, 2018
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

1 participant