Using the st-annotated text

Hello,

I need help printing my dataframe using st-annotated text.
I need to print some cells not the whole df, anyone knows how?

now my output looks like this:

I want to print the first column as a paragraph and beside every word, the corresponding type like ‘thing’, and for the text that has no type, i just want to print the text but don’t want to print the type if it is [-], i want my output to look something like this:

I really appreciate the help. thanks.