Richard Eckart de Castilho

Results 998 comments of Richard Eckart de Castilho

You can hide the label from the annotation as you did. This will only hide the label, not the relation. However, if you also hide the `` entry, then relations...

When you open the preferences menu on the annotation page (cog-wheel in the action bar), there is an option to collapse relations. Please try enabling that and check if it...

Hm, interesting. Normally, the arcs should only be collapsed if they have the same label. So that pixel salad looks like a bug. Btw. I am surprised that hidden relations...

If you want to help, you can create two separate bug reports for these two issues and maybe attach a trivial reproducer project to them which I can easily use...

When you configure a recommender in INCEpTION, you configure a single layer and feature. When the recommender sends the CAS back to INCEpTION, only annotations on that layer are considered...

Nothing stops the external recommender from generating suggestions where multiple features are set (except maybe that the convenience methods to do it do not exist, so it has to be...

String features and string array features need to be handled differently. A recommender for one won't work for the other. For a string feature, the label is just that -...

No more feedback, so I hope this question has been resolved. There is how also an example how do deal with string arrays: https://github.com/inception-project/inception-external-recommender/blob/main/ariadne/demo/demo_string_array_feature.py