nlplab / brat

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

is it possible to pip install parts of brat? #1377

Closed joseberlines closed 1 year ago

joseberlines commented 3 years ago

I have a text string and a data structure that gives me already the NERs of the text as such:

[{name: 'organization', start:56, lenght: 45},
{name: 'person', start:156, lenght: 23},...]

Can I use brat to visualize (not to annotate) that particular document? Is there in the brat project any pip installable module to generate the HTML with NERs by combining the text and the spans above mentioned?

thanks

ghost commented 1 year ago

Yes and no, but these are not bugs so closing.