Have a labeling use case where a complete sentence is constructed from text input prior to and after the text
field, e.g. for {"text": "brown fox"}, the annotator should label it as [{"text_input1": "The "}, {"text_input1": " jumped! "}].
Following this question it seems like all I need to do is add unique field_id
for each text_input
. A quick test suggests that this is correct but thought I would ask in case there's anything I'm over looking.