Hi Craig,
thanks for using INCEpTION. First off: which version are you using?
> On 3. Nov 2023, at 15:05, Craig Thomson <
uoan...@gmail.com> wrote:
>
> I am trying to setup a simple project where spans of text can be annotated on an HTML document, using the HTML editor, with relation arcs then drawn between the spans.
>
> To do this, I setup a "Basic annotation (span/relation)" project and then imported a set of simple HTML documents, with the most simple being just a sentence within a pair of paragraph tags.
>
> When using the HTML editor, I can create the spans, but no label appears atop them (as in BRAT) which allows me to create a relation by dragging between spans. When I switch to BRAT, I can create spans as expected, although they do not show on the main annotation pain (but are list in the left hand panel) when I switch back to the HTML annotator.
Depending on the INCEpTION version you are using, there is a switch at the top of the editor to show the labels in-line. None of the current HTML-oriented editors currently display the annotations above the text (inter-linear).
> Are relations supported in the HTML annotator, and if so, how should I configure the project / annotation interface to enable them?
The RecogitoJS HTML editor supports relations. You can enable it by adding the following to your `settings.properties` file:
```
ui.html-recogitojs.enabled=true
```
You need to explicitly switch to this editor via the settings dialog on the annotation page or by setting it as the default editor in the project settings.
Cheers,
-- Richard