rel.manual custom recipe

Hi, I am creating a custom recipe for annotating NER and coref tasks.
I am currently using the relations view_id but it doesn't seem to let you annotate ner and relations at the same time like the rel.manual recipe does.
Is there a way to create a custom recipe with this functionality?
Cheers

Hi @Phetrommer ! It should be possible by passing a list of spans in relations_spans_labels config as returned by the recipe. This should enable the span annotation mode. If no span labels are available, then the span annotation mode isn't used.

1 Like