Difference between revisions of "REProcess Export To CSV File"

From Anote2Wiki
Jump to: navigation, search
(Select File)
(Output Format)
Line 22: Line 22:
  
 
<pre>
 
<pre>
relatioID+"\t"+documentID+"\t"+EntityLeft1|EntityLeft2|EntityLeftN+"\t"+clue+"\t"+EntityRight1|EntityRight2|EntityRightN+"\t"+startoffset+"\t"+endoffset;
+
relationID+"\t"+documentID+"\t"+EntityLeft1|EntityLeft2|EntityLeftN+"\t"+clue+"\t"+EntityRight1|EntityRight2|EntityRightN+"\t"+startoffset+"\t"+endoffset;
 
</pre>
 
</pre>

Revision as of 13:42, 16 April 2013

Operation

This operation allows you to export the entities/relations contained in an REProcess to a csv file.

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


RE To CSV 1.png


Select File

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


RE To CSV 2.png

Output Format

relationID+"\t"+documentID+"\t"+EntityLeft1|EntityLeft2|EntityLeftN+"\t"+clue+"\t"+EntityRight1|EntityRight2|EntityRightN+"\t"+startoffset+"\t"+endoffset;