Label multiple text at the same time

hi @AakankshaP!

Thanks for the background.

Ah gotcha. That makes sense.

This reminds me of this custom recipe I created. A user wanted to annotate sentences with a binary classification (like your wait/active) but wanted to provide the full context of the paragraph. In addition, their documents were sequential, so I created this custom recipe to start from the first paragraph, loop through each sentence with a highlight so the annotator knew which sentence was being annotated, then move to the next paragraph.

textcat_sent_sequence

I know you mentioned your sentences are not structured as paragraphs -- but perhaps you could combine the sentences together you want to be shown together in the UI, but then use the highlighting to represent which sentence the user is actually annotating at a time.

The link includes a GitHub gist I created with the code and example.

Does this help?