-
Notifications
You must be signed in to change notification settings - Fork 153
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
Curation mode does not render cross-sentence relations #1959
Comments
For a relation to be visible, the start and end position of the relation must be on screen. Did you configure the view in the curation mode to show enough sentences so that start and end show up? |
I might have an idea how to fix that long-standing issue about these relations not showing up.... I'll try to play around with the idea - if it works out, maybe we can get it into 0.18 |
I'll assume that the relation did/would show up once you set the window size accordingly. So we have the issue left of improving the editor to given an indication of relations reaching beyond the boundaries of the window. |
We have the rendering of partially-visible spans now: #2342 Partial relations not yet... |
- Port cross-sentence rendering improvements from the brat annotation editor into the legacy curation page and diff adapters
…mode-does-not-render-cross-sentence-relations #1959 - Curation mode does not render cross-sentence relations
* main: (47 commits) #4854 - Upgrade dependencies #1959 - Curation mode does not render cross-sentence relations #4846 - Control JUL bridge using a dedicated property #4745 - Upgrade dependencies #4745 - Upgrade dependencies #4835 - Error when trying to open certain documents with stacked annotations for curation #4839 - Scrolling to selection does sometimes not work in Apache Annotator Editor #4809 - Connecting annotation and entity with arc over different pages #4809 - Connecting annotation and entity with arc over different pages #4809 - Connecting annotation and entity with arc over different pages [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-33.0-beta-3 [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-32.3 #4832 - Improve self-help for reverse proxies #4832 - Improve self-help for reverse proxies #4832 - Improve self-help for reverse proxies #4830 - Cannot enable logging for JUL-based libraries #4809 - Connecting annotation and entity with arc over different pages #4809 - Connecting annotation and entity with arc over different pages ... % Conflicts: % inception/inception-app-webapp/pom.xml % inception/inception-constraints/src/main/java/de/tudarmstadt/ukp/clarin/webanno/constraints/ConstraintsServiceImpl.java % inception/inception-recommendation/pom.xml % inception/inception-schema/src/main/java/de/tudarmstadt/ukp/inception/schema/service/AnnotationSchemaServiceImpl.java % inception/inception-search-core/src/main/java/de/tudarmstadt/ukp/inception/search/SearchServiceImpl.java % pom.xml
…de-to-proper-curation-page * main: #1319 - Cross-Layer Relations #4064 - Support for agreement calculation on document-level annotations #4860 - Knowledge base items should be matched even if query contains terms out of order #4858 - Option to not finish bulk-processed documents if no annotations were accepted #4064 - Support for agreement calculation on document-level annotations #4844 - Write project export directly to ZIP file #4853 - Detail popover on curation suggestions does not show lazy details when using sidebar curation mode #4854 - Upgrade dependencies #4844 - Write project export directly to ZIP file #4844 - Write project export directly to ZIP file #1959 - Curation mode does not render cross-sentence relations #4844 - Write project export directly to ZIP file #4846 - Control JUL bridge using a dedicated property #4745 - Upgrade dependencies #4745 - Upgrade dependencies
Working with two layers, a span layer, and a relation layer.
The relation layers "Allow crossing sentence boundaries" check box is enabled.
An annotator mark a cross sentence relation could be any relation.
When this document is opened in curation mode, then this cross-relation connection is gone.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
relation appears also within curation mode.
Please complete the following information:
The text was updated successfully, but these errors were encountered: