Difference between revisions of "NERProcess Export To CSV File"

From Anote2Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
__TOC__
 
[[Category:HOWTOs]]
 
[[Category:HOWTOs]]
 +
 +
== Operation ==
 +
 +
This operation allows you to export the entitiescontained in an NERProcess to a csv file.
 +
 +
To perform this operation, you need to first select the desired NERProcess and right click to select '''''Corpus -> NER -> Export (CSV)'''''
 +
 +
 +
[[File:NER_To_CSV_1.png|center|1500px]]
 +
 +
== Select File ==
 +
 +
A GUI will be launched for choose where to save the csv file.
 +
 +
[[File:NER_To_CSV_2.png|center]]
 +
 +
== Output Format ==
 +
 +
<pre>
 +
annotationID+"\t"+documentID+"\t"+Entity+"\t"+class+"\t"+startoffset+"\t"+endoffset+"\t"+resourceID;
 +
</pre>

Revision as of 11:19, 16 April 2013

Operation

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

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


NER To CSV 1.png

Select File

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

NER To CSV 2.png

Output Format

annotationID+"\t"+documentID+"\t"+Entity+"\t"+class+"\t"+startoffset+"\t"+endoffset+"\t"+resourceID;