nlplab / brat

brat rapid annotation tool (brat) - for all your textual annotation needs
http://brat.nlplab.org
Other
1.83k stars 509 forks source link

Nested annotations rendering #1342

Open eltimen opened 4 years ago

eltimen commented 4 years ago

Hi everyone.

I want to render constituency (also named phrase structure) sentence tree using the brat library. I created several entity types for sentence (S), Noun Phrase (NP), etc. Next I added annotations to the text.

I expected result similar to the image below (drawn in a graphical editor): But I saw this: Most annotations mixed up and lost their hierarchy.

Does brat support nested annotations?