Difference between revisions of "REProcess Export To CSV File"

From Anote2Wiki
Jump to: navigation, search
(Created page with "Category:HOWTOs")
 
(Output Format)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__TOC__
 
[[Category:HOWTOs]]
 
[[Category:HOWTOs]]
 +
 +
== 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)'''''
 +
 +
 +
[[File:RE_To_CSV_1.png|center|1500px]]
 +
 +
 +
== Select File ==
 +
 +
A GUI will be launched to choose where to save the csv file.
 +
 +
 +
[[File:RE_To_CSV_2.png|center]]
 +
 +
== Output Format ==
 +
 +
<pre>
 +
relationID+"\t"+documentID/PMID+"\t"+EntityLeft1|EntityLeft2|EntityLeftN+"\t"+clue+"\t"+EntityRight1|EntityRight2|EntityRightN+"\t"+startoffset+"\t"+endoffset + "\t" LeftEntities External IDs + "\t" +RightEntities External IDs;
 +
</pre>

Latest revision as of 11:23, 3 July 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/PMID+"\t"+EntityLeft1|EntityLeft2|EntityLeftN+"\t"+clue+"\t"+EntityRight1|EntityRight2|EntityRightN+"\t"+startoffset+"\t"+endoffset + "\t" LeftEntities External IDs	+ "\t" +RightEntities External IDs;