Hi Sebastian,
You can highlight a word in your text and that’ll bring up an option to map text to a tag.
Extracting the tags is a bit harder since each tag is stored in a list.
I wrote a bit of JS that would be an example to get the tag text from the first tag.
textannotation1.text.slice(textannotation1.tags[0].start, textannotation1.tags[0].end)