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

create .ann file brat to show annotation visualization on text /pdf document #1242

Open snehabidwidai opened 7 years ago

snehabidwidai commented 7 years ago

Hi,

We are using stanford CoreNLP for natural processing on pdf documents. We have a json response from stanford NLP , after it processes the document , and now we want to visualize the annotation on the doc in BRAT , we have installed Apache tomcat and Brat on our system , but we dont have any idea how do we create the .ann file from the JSON format with 'ner' form stanford in BRAT's standoff format . Please advise.

pidugusundeep commented 6 years ago

I think they would be following IOB format can you please give me some idea on how the JOSN format looks like so that i can try to help you out .