Revision: 18856
          http://sourceforge.net/p/gate/code/18856
Author:   dgmaynard
Date:     2015-08-05 17:17:04 +0000 (Wed, 05 Aug 2015)
Log Message:
-----------
made the example config a bit clearer for numpties like me

Modified Paths:
--------------
    gate/trunk/plugins/Format_CSV/gcp/sample/batch.xml

Modified: gate/trunk/plugins/Format_CSV/gcp/sample/batch.xml
===================================================================
--- gate/trunk/plugins/Format_CSV/gcp/sample/batch.xml  2015-08-05 09:57:50 UTC 
(rev 18855)
+++ gate/trunk/plugins/Format_CSV/gcp/sample/batch.xml  2015-08-05 17:17:04 UTC 
(rev 18856)
@@ -24,9 +24,9 @@
                the author doc feature (if it starts with a . it's a doc 
feature),
                the document content under the first Token annotation, and the
                category feature of the first Token annotation. You could also 
specify
-               an annotationSetName and/or an annotationType. If you specify 
the later
-               then you get one row per annotation within the document. This 
is very
-               similar to how the Configurable Exporter in the Tools plugin 
works.
+               annotationType separately in order to get one row per 
annotation 
+               within the document. This is very similar to how the 
Configurable 
+               Exporter in the Tools plugin works.
        -->
        <output
                dir="output"
@@ -34,6 +34,7 @@
                separator=","
                quote='"'
                columns=".author,Token,Token.category"
+               annotationSetName=""
                fileExtension=".csv"
                class="gate.cloud.io.csv.CSVStreamingOutputHandler" />
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to