lapps / vocabulary-pages

DSL files and templates used to generate the LAPPS WS-EV pages.
Apache License 2.0
0 stars 0 forks source link

Regions vs. Coreference #80

Open reckart opened 5 years ago

reckart commented 5 years ago

The description of the Region says:

  • targets*: IDs of a sequence of annotations covering the region of primary data referred to by this annotation. Used as an alternative to start and end to point to component annotations (e.g., a token sequence) rather than directly into primary data, or to link two or more annotations (e.g., in a coreference annotation).

However, Coreference actually defines the property mentions and in fact doesn't even inherit from Region.

marcverhagen commented 5 years ago

Yes, I will fix that. It is actually doubly confusing because when we link to annotations we tend to use GenericRelation and not targets. I will use another example where target are in fact used.

marcverhagen commented 5 years ago

Fixed this on the develop branch, will keep this issue open till the fix is published in version 1.2.1 or 1.3.0.

reckart commented 5 years ago

Is that branch also rendered to HTML and accessible as a preview somewhere?

marcverhagen commented 5 years ago

It will be, but we have no automated procedure for that.

reckart commented 5 years ago

If you have a Jenkins - there is a plugin for making documents created as part of a build accessible via the browser. We use it our projects to make a preview of the the rendered Asciidoc documentation of current SNAPSHOT versions accessible. In case you are interested: https://wiki.jenkins.io/display/JENKINS/DocLinks+Plugin

ksuderman commented 5 years ago

We don't use Jenkins, but it would not be too difficult to set up Travis to build and deploy the HTML files. Everything is automated, we just have to kick it off manually withmake all upload.

Having said that, I just did make all upload and the preview version is available from http://vocab.lappsgrid.org/1.3.0-SNAPSHOT