Difference between revisions of "NERProcess Export To CSV File"

From Anote2Wiki
Jump to: navigation, search
 
Line 23: Line 23:
  
 
<pre>
 
<pre>
annotationID+"\t"+documentID+"\t"+Entity+"\t"+class+"\t"+startoffset+"\t"+endoffset+"\t"+resourceID;
+
annotationID+"\t"+documentID/PMID+"\t"+Entity+"\t"+class+"\t"+startoffset+"\t"+endoffset+"\t"+resourceID + "\t" +Resource Name "\t" + External IDs;
 
</pre>
 
</pre>

Latest revision as of 11:20, 3 July 2013

Operation

This operation allows you to export the entities contained in an NERProcess to a csv file.

To perform this operation, you need to first select the desired NERProcess and right click it selecting the option Corpus -> NER -> Export (CSV)


NER To CSV 1.png


Select File

A GUI will be launched to choose where to save the csv file.


NER To CSV 2.png


Output Format

annotationID+"\t"+documentID/PMID+"\t"+Entity+"\t"+class+"\t"+startoffset+"\t"+endoffset+"\t"+resourceID + "\t" +Resource Name "\t" + External IDs;