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.
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.