Revision: 17732
          http://sourceforge.net/p/gate/code/17732
Author:   ian_roberts
Date:     2014-03-24 19:35:52 +0000 (Mon, 24 Mar 2014)
Log Message:
-----------
Richer metadata, and switched the non-English pipelines to use the default
annotation set for output (for consistency with ANNIE) rather than the set
named "NE".

Modified Paths:
--------------
    gate/trunk/plugins/ANNIE/.annie-defaults-metadata/metadata.xml
    
gate/trunk/plugins/Lang_Arabic/resources/.arabic-pipeline-metadata/metadata.xml
    gate/trunk/plugins/Lang_Arabic/resources/arabic.gapp
    gate/trunk/plugins/Lang_French/.french-pipeline-metadata/metadata.xml
    gate/trunk/plugins/Lang_French/french.gapp
    
gate/trunk/plugins/Lang_German/resources/.german-pipeline-metadata/metadata.xml
    gate/trunk/plugins/Lang_German/resources/german+tagger.gapp
    gate/trunk/plugins/Lang_German/resources/german.gapp
    gate/trunk/plugins/Lang_German/resources/transfer_key.gapp
    
gate/trunk/plugins/Lang_Romanian/resources/.romanian-pipeline-metadata/metadata.xml
    gate/trunk/plugins/Lang_Romanian/resources/romanian.gapp
    
gate/trunk/plugins/Lang_Russian/resources/.russie-inflex-metadata/metadata.xml
    gate/trunk/plugins/Lang_Russian/resources/.russie-metadata/metadata.xml
    
gate/trunk/plugins/Lang_Russian/resources/.russie-ortho-inflex-metadata/metadata.xml
    
gate/trunk/plugins/Lang_Russian/resources/.russie-ortho-metadata/metadata.xml
    gate/trunk/plugins/OpenNLP/resources/.opennlp-de-metadata/metadata.xml
    gate/trunk/plugins/OpenNLP/resources/.opennlp-metadata/metadata.xml
    gate/trunk/plugins/OpenNLP/resources/.opennlp-nl-metadata/metadata.xml
    gate/trunk/plugins/Parser_Stanford/.sample_parser_en-metadata/metadata.xml
    
gate/trunk/plugins/Parser_Stanford/.sample_pos+parser_en-metadata/metadata.xml
    
gate/trunk/plugins/Tagger_Framework/resources/AbGene/.abgene-metadata/metadata.xml
    
gate/trunk/plugins/Tagger_Framework/resources/Hunpos/.hunpos-en-metadata/metadata.xml
    
gate/trunk/plugins/Tagger_Framework/resources/Hunpos/.hunpos-hu-metadata/metadata.xml
    
gate/trunk/plugins/Tagger_Measurements/resources/.annie-measurements-metadata/metadata.xml
    
gate/trunk/plugins/Tagger_Measurements/resources/.measurements-metadata/metadata.xml
    gate/trunk/plugins/Tagger_NP_Chunking/.np-chunker-metadata/metadata.xml
    gate/trunk/plugins/Tagger_PennBio/resources/.pennbio-metadata/metadata.xml
    gate/trunk/plugins/Twitter/resources/.twitie-en-metadata/metadata.xml

Modified: gate/trunk/plugins/ANNIE/.annie-defaults-metadata/metadata.xml
===================================================================
--- gate/trunk/plugins/ANNIE/.annie-defaults-metadata/metadata.xml      
2014-03-24 02:20:52 UTC (rev 17731)
+++ gate/trunk/plugins/ANNIE/.annie-defaults-metadata/metadata.xml      
2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>ANNIE Named Entity Recognizer</pipeline-name>
+  <slug>annie-named-entity-recognizer</slug>
+  <ordering>10</ordering>
   <annotation-selectors>:Address, :Date, :Location, :Organization, 
:Person</annotation-selectors>
+  <additional-annotations>:Money, :Percent, :Token, :SpaceToken, 
:Sentence</additional-annotations>
   <tags>
     <tag>English</tag>
     <tag>Named Entity</tag>
   </tags>
-</metadata>
\ No newline at end of file
+</metadata>

Modified: 
gate/trunk/plugins/Lang_Arabic/resources/.arabic-pipeline-metadata/metadata.xml
===================================================================
--- 
gate/trunk/plugins/Lang_Arabic/resources/.arabic-pipeline-metadata/metadata.xml 
    2014-03-24 02:20:52 UTC (rev 17731)
+++ 
gate/trunk/plugins/Lang_Arabic/resources/.arabic-pipeline-metadata/metadata.xml 
    2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>Arabic Named Entity Recognizer</pipeline-name>
-  <annotation-selectors>NE:Address, NE:Date, NE:Location, NE:Organization, 
NE:Person</annotation-selectors>
+  <slug>arabic-named-entity-recognizer</slug>
+  <ordering>49</ordering>
+  <annotation-selectors>:Address, :Date, :Location, :Organization, 
:Person</annotation-selectors>
+  <additional-annotations>:Money, :Percent, :Token, :SpaceToken, 
:Sentence</additional-annotations>
   <tags>
     <tag>Arabic</tag>
     <tag>Named Entity</tag>
   </tags>
-</metadata>
\ No newline at end of file
+</metadata>

Modified: gate/trunk/plugins/Lang_Arabic/resources/arabic.gapp
===================================================================
--- gate/trunk/plugins/Lang_Arabic/resources/arabic.gapp        2014-03-24 
02:20:52 UTC (rev 17731)
+++ gate/trunk/plugins/Lang_Arabic/resources/arabic.gapp        2014-03-24 
19:35:52 UTC (rev 17732)
@@ -62,7 +62,7 @@
                 </entry>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -107,7 +107,7 @@
                 </entry>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -154,7 +154,7 @@
                 </entry>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -201,11 +201,11 @@
                 </entry>
                 <entry>
                   <string>outputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>inputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -244,7 +244,7 @@
                 </entry>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>annotationTypes</string>

Modified: gate/trunk/plugins/Lang_French/.french-pipeline-metadata/metadata.xml
===================================================================
--- gate/trunk/plugins/Lang_French/.french-pipeline-metadata/metadata.xml       
2014-03-24 02:20:52 UTC (rev 17731)
+++ gate/trunk/plugins/Lang_French/.french-pipeline-metadata/metadata.xml       
2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>French Named Entity Recognizer</pipeline-name>
-  <annotation-selectors>NE:Address, NE:Date, NE:Location, NE:Organization, 
NE:Person</annotation-selectors>
+  <slug>french-named-entity-recognizer</slug>
+  <ordering>49</ordering>
+  <annotation-selectors>:Address, :Date, :Location, :Organization, 
:Person</annotation-selectors>
+  <additional-annotations>:Money, :Percent, :Token, :SpaceToken, 
:Sentence</additional-annotations>
   <tags>
     <tag>French</tag>
     <tag>Named Entity</tag>
   </tags>
-</metadata>
\ No newline at end of file
+</metadata>

Modified: gate/trunk/plugins/Lang_French/french.gapp
===================================================================
--- gate/trunk/plugins/Lang_French/french.gapp  2014-03-24 02:20:52 UTC (rev 
17731)
+++ gate/trunk/plugins/Lang_French/french.gapp  2014-03-24 19:35:52 UTC (rev 
17732)
@@ -54,7 +54,7 @@
               <localMap>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -89,11 +89,11 @@
               <localMap>
                 <entry>
                   <string>outputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>inputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -132,11 +132,11 @@
               <localMap>
                 <entry>
                   <string>outputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>inputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -177,7 +177,7 @@
               <localMap>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -220,11 +220,11 @@
               <localMap>
                 <entry>
                   <string>outputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>inputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -259,7 +259,7 @@
               <localMap>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>annotationTypes</string>

Modified: 
gate/trunk/plugins/Lang_German/resources/.german-pipeline-metadata/metadata.xml
===================================================================
--- 
gate/trunk/plugins/Lang_German/resources/.german-pipeline-metadata/metadata.xml 
    2014-03-24 02:20:52 UTC (rev 17731)
+++ 
gate/trunk/plugins/Lang_German/resources/.german-pipeline-metadata/metadata.xml 
    2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>German Named Entity Recognizer</pipeline-name>
-  <annotation-selectors>NE:Address, NE:Date, NE:Location, NE:Organization, 
NE:Person</annotation-selectors>
+  <slug>german-named-entity-recognizer</slug>
+  <ordering>49</ordering>
+  <annotation-selectors>:Address, :Date, :Location, :Organization, 
:Person</annotation-selectors>
+  <additional-annotations>:Money, :Percent, :Token, :SpaceToken, 
:Sentence</additional-annotations>
   <tags>
     <tag>German</tag>
     <tag>Named Entity</tag>
   </tags>  
-</metadata>
\ No newline at end of file
+</metadata>

Modified: gate/trunk/plugins/Lang_German/resources/german+tagger.gapp
===================================================================
--- gate/trunk/plugins/Lang_German/resources/german+tagger.gapp 2014-03-24 
02:20:52 UTC (rev 17731)
+++ gate/trunk/plugins/Lang_German/resources/german+tagger.gapp 2014-03-24 
19:35:52 UTC (rev 17732)
@@ -75,7 +75,7 @@
               <localMap>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>document</string>
@@ -116,7 +116,7 @@
               <localMap>
                 <entry>
                   <string>outputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>document</string>
@@ -124,7 +124,7 @@
                 </entry>
                 <entry>
                   <string>inputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -171,7 +171,7 @@
                 </entry>
                 <entry>
                   <string>inputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>regex</string>
@@ -237,7 +237,7 @@
                 </entry>
                 <entry>
                   <string>outputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>encoding</string>
@@ -295,7 +295,7 @@
                 </entry>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -352,7 +352,7 @@
                 </entry>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -397,7 +397,7 @@
               <localMap>
                 <entry>
                   <string>outputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>document</string>
@@ -413,7 +413,7 @@
                 </entry>
                 <entry>
                   <string>inputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -462,7 +462,7 @@
               <localMap>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>document</string>

Modified: gate/trunk/plugins/Lang_German/resources/german.gapp
===================================================================
--- gate/trunk/plugins/Lang_German/resources/german.gapp        2014-03-24 
02:20:52 UTC (rev 17731)
+++ gate/trunk/plugins/Lang_German/resources/german.gapp        2014-03-24 
19:35:52 UTC (rev 17732)
@@ -54,7 +54,7 @@
               <localMap>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -78,11 +78,11 @@
               <localMap>
                 <entry>
                   <string>outputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>inputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -121,11 +121,11 @@
               <localMap>
                 <entry>
                   <string>outputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>inputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -149,7 +149,7 @@
               <localMap>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -192,7 +192,7 @@
               <localMap>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -235,11 +235,11 @@
               <localMap>
                 <entry>
                   <string>outputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>inputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -278,7 +278,7 @@
               <localMap>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>annotationTypes</string>

Modified: gate/trunk/plugins/Lang_German/resources/transfer_key.gapp
===================================================================
(Binary files differ)

Modified: 
gate/trunk/plugins/Lang_Romanian/resources/.romanian-pipeline-metadata/metadata.xml
===================================================================
--- 
gate/trunk/plugins/Lang_Romanian/resources/.romanian-pipeline-metadata/metadata.xml
 2014-03-24 02:20:52 UTC (rev 17731)
+++ 
gate/trunk/plugins/Lang_Romanian/resources/.romanian-pipeline-metadata/metadata.xml
 2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>Romanian Named Entity Recognizer</pipeline-name>
-  <annotation-selectors>NE:Address, NE:Date, NE:Location, NE:Organization, 
NE:Person</annotation-selectors>
+  <slug>romanian-named-entity-recognizer</slug>
+  <ordering>49</ordering>
+  <annotation-selectors>:Address, :Date, :Location, :Organization, 
:Person</annotation-selectors>
+  <additional-annotations>:Money, :Percent, :Token, :SpaceToken, 
:Sentence</additional-annotations>
   <tags>
     <tag>Romanian</tag>
     <tag>Named Entity</tag>
   </tags>
-</metadata>
\ No newline at end of file
+</metadata>

Modified: gate/trunk/plugins/Lang_Romanian/resources/romanian.gapp
===================================================================
--- gate/trunk/plugins/Lang_Romanian/resources/romanian.gapp    2014-03-24 
02:20:52 UTC (rev 17731)
+++ gate/trunk/plugins/Lang_Romanian/resources/romanian.gapp    2014-03-24 
19:35:52 UTC (rev 17732)
@@ -64,7 +64,7 @@
                 </entry>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -111,7 +111,7 @@
                 </entry>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -156,11 +156,11 @@
                 </entry>
                 <entry>
                   <string>outputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>inputASName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
               </localMap>
             </runtimeParams>
@@ -199,7 +199,7 @@
                 </entry>
                 <entry>
                   <string>annotationSetName</string>
-                  <string>NE</string>
+                  <null/>
                 </entry>
                 <entry>
                   <string>annotationTypes</string>

Modified: 
gate/trunk/plugins/Lang_Russian/resources/.russie-inflex-metadata/metadata.xml
===================================================================
(Binary files differ)

Modified: 
gate/trunk/plugins/Lang_Russian/resources/.russie-metadata/metadata.xml
===================================================================
(Binary files differ)

Modified: 
gate/trunk/plugins/Lang_Russian/resources/.russie-ortho-inflex-metadata/metadata.xml
===================================================================
(Binary files differ)

Modified: 
gate/trunk/plugins/Lang_Russian/resources/.russie-ortho-metadata/metadata.xml
===================================================================
(Binary files differ)

Modified: gate/trunk/plugins/OpenNLP/resources/.opennlp-de-metadata/metadata.xml
===================================================================
--- gate/trunk/plugins/OpenNLP/resources/.opennlp-de-metadata/metadata.xml      
2014-03-24 02:20:52 UTC (rev 17731)
+++ gate/trunk/plugins/OpenNLP/resources/.opennlp-de-metadata/metadata.xml      
2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>OpenNLP German Pipeline</pipeline-name>
-  <annotation-selectors>:Date, :Location, :Organization, 
:Person</annotation-selectors>
+  <slug>opennlp-german-pipeline</slug>
+  <ordering>50</ordering>
+  <annotation-selectors>:Token, :Sentence</annotation-selectors>
   <tags>
     <tag>German</tag>
     <tag>OpenNLP</tag>
-    <tag>Named Entity</tag>
   </tags>  
 </metadata>

Modified: gate/trunk/plugins/OpenNLP/resources/.opennlp-metadata/metadata.xml
===================================================================
--- gate/trunk/plugins/OpenNLP/resources/.opennlp-metadata/metadata.xml 
2014-03-24 02:20:52 UTC (rev 17731)
+++ gate/trunk/plugins/OpenNLP/resources/.opennlp-metadata/metadata.xml 
2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>OpenNLP English Pipeline</pipeline-name>
+  <slug>opennlp-english-pipeline</slug>
+  <ordering>50</ordering>
   <annotation-selectors>:Date, :Location, :Organization, 
:Person</annotation-selectors>
+  <additional-annotations>:Money, :Percentage, :Time, :Sentence, 
:Token</additional-annotations>
   <tags>
     <tag>English</tag>
     <tag>OpenNLP</tag>

Modified: gate/trunk/plugins/OpenNLP/resources/.opennlp-nl-metadata/metadata.xml
===================================================================
--- gate/trunk/plugins/OpenNLP/resources/.opennlp-nl-metadata/metadata.xml      
2014-03-24 02:20:52 UTC (rev 17731)
+++ gate/trunk/plugins/OpenNLP/resources/.opennlp-nl-metadata/metadata.xml      
2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>OpenNLP Dutch Pipeline</pipeline-name>
+  <slug>opennlp-dutch-pipeline</slug>
+  <ordering>50</ordering>
   <annotation-selectors>:Date, :Location, :Organization, 
:Person</annotation-selectors>
+  <additional-annotations>:Money, :Percentage, :Time, :Sentence, 
:Token</additional-annotations>
   <tags>
     <tag>Dutch</tag>
     <tag>OpenNLP</tag>

Modified: 
gate/trunk/plugins/Parser_Stanford/.sample_parser_en-metadata/metadata.xml
===================================================================
--- gate/trunk/plugins/Parser_Stanford/.sample_parser_en-metadata/metadata.xml  
2014-03-24 02:20:52 UTC (rev 17731)
+++ gate/trunk/plugins/Parser_Stanford/.sample_parser_en-metadata/metadata.xml  
2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>Stanford Parser and POS Tagger</pipeline-name>
+  <slug>stanford-parser-and-pos-tagger</slug>
+  <ordering>50</ordering>
   <annotation-selectors>:SyntaxTreeNode</annotation-selectors>
+  <additional-annotations>:Dependency, :Token, :SpaceToken, 
:Sentence</additional-annotations>
   <tags>
     <tag>English</tag>
     <tag>Stanford Parser</tag>

Modified: 
gate/trunk/plugins/Parser_Stanford/.sample_pos+parser_en-metadata/metadata.xml
===================================================================
--- 
gate/trunk/plugins/Parser_Stanford/.sample_pos+parser_en-metadata/metadata.xml  
    2014-03-24 02:20:52 UTC (rev 17731)
+++ 
gate/trunk/plugins/Parser_Stanford/.sample_pos+parser_en-metadata/metadata.xml  
    2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>Stanford Parser with Heptag POS Tagging</pipeline-name>
+  <slug>stanford-parser-with-heptag-pos-tagging</slug>
+  <ordering>50</ordering>
   <annotation-selectors>:SyntaxTreeNode</annotation-selectors>
+  <additional-annotations>:Dependency, :Token, :SpaceToken, 
:Sentence</additional-annotations>
   <tags>
     <tag>English</tag>
     <tag>Stanford Parser</tag>

Modified: 
gate/trunk/plugins/Tagger_Framework/resources/AbGene/.abgene-metadata/metadata.xml
===================================================================
--- 
gate/trunk/plugins/Tagger_Framework/resources/AbGene/.abgene-metadata/metadata.xml
  2014-03-24 02:20:52 UTC (rev 17731)
+++ 
gate/trunk/plugins/Tagger_Framework/resources/AbGene/.abgene-metadata/metadata.xml
  2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>AbGene Tagger</pipeline-name>
+  <slug>abgene-tagger</slug>
+  <ordering>50</ordering>
   <annotation-selectors>:Gene</annotation-selectors>
   <tags>
     <tag>Biomed</tag>

Modified: 
gate/trunk/plugins/Tagger_Framework/resources/Hunpos/.hunpos-en-metadata/metadata.xml
===================================================================
--- 
gate/trunk/plugins/Tagger_Framework/resources/Hunpos/.hunpos-en-metadata/metadata.xml
       2014-03-24 02:20:52 UTC (rev 17731)
+++ 
gate/trunk/plugins/Tagger_Framework/resources/Hunpos/.hunpos-en-metadata/metadata.xml
       2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>Hunpos English POS Tagger</pipeline-name>
+  <slug>hunpos-english-pos-tagger</slug>
+  <ordering>50</ordering>
   <annotation-selectors>:Token</annotation-selectors>
+  <additional-annotations>:SpaceToken, :Sentence</additional-annotations>
   <tags>
     <tag>English</tag>
     <tag>Hunpos</tag>

Modified: 
gate/trunk/plugins/Tagger_Framework/resources/Hunpos/.hunpos-hu-metadata/metadata.xml
===================================================================
--- 
gate/trunk/plugins/Tagger_Framework/resources/Hunpos/.hunpos-hu-metadata/metadata.xml
       2014-03-24 02:20:52 UTC (rev 17731)
+++ 
gate/trunk/plugins/Tagger_Framework/resources/Hunpos/.hunpos-hu-metadata/metadata.xml
       2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>Hunpos Hungarian POS Tagger</pipeline-name>
+  <slug>hunpos-hungarian-pos-tagger</slug>
+  <ordering>50</ordering>
   <annotation-selectors>:Token</annotation-selectors>
+  <additional-annotations>:SpaceToken, :Sentence</additional-annotations>
   <tags>
     <tag>Hungarian</tag>
     <tag>Hunpos</tag>

Modified: 
gate/trunk/plugins/Tagger_Measurements/resources/.annie-measurements-metadata/metadata.xml
===================================================================
--- 
gate/trunk/plugins/Tagger_Measurements/resources/.annie-measurements-metadata/metadata.xml
  2014-03-24 02:20:52 UTC (rev 17731)
+++ 
gate/trunk/plugins/Tagger_Measurements/resources/.annie-measurements-metadata/metadata.xml
  2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>ANNIE+Measurements</pipeline-name>
+  <slug>annie-measurements</slug>
+  <ordering>50</ordering>
   <annotation-selectors>:Address, :Date, :Location, :Measurement, 
:Organization, :Person</annotation-selectors>
+  <additional-annotations>:Money, :Percent, :Token, :SpaceToken, :Sentence, 
:Ratio</additional-annotations>
   <tags>
     <tag>English</tag>
     <tag>Measurements</tag>

Modified: 
gate/trunk/plugins/Tagger_Measurements/resources/.measurements-metadata/metadata.xml
===================================================================
--- 
gate/trunk/plugins/Tagger_Measurements/resources/.measurements-metadata/metadata.xml
        2014-03-24 02:20:52 UTC (rev 17731)
+++ 
gate/trunk/plugins/Tagger_Measurements/resources/.measurements-metadata/metadata.xml
        2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>Measurement Expression Annotator</pipeline-name>
+  <slug>measurement-expression-annotator</slug>
+  <ordering>50</ordering>
   <annotation-selectors>:Measurement</annotation-selectors>
+  <additional-annotations>:Sentence, :Token, :Ratio</additional-annotations>
   <tags>
     <tag>English</tag>
     <tag>Measurements</tag>

Modified: 
gate/trunk/plugins/Tagger_NP_Chunking/.np-chunker-metadata/metadata.xml
===================================================================
--- gate/trunk/plugins/Tagger_NP_Chunking/.np-chunker-metadata/metadata.xml     
2014-03-24 02:20:52 UTC (rev 17731)
+++ gate/trunk/plugins/Tagger_NP_Chunking/.np-chunker-metadata/metadata.xml     
2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>Noun Phrase Chunker</pipeline-name>
+  <slug>noun-phrase-chunker</slug>
+  <ordering>50</ordering>
+  <annotation-selectors>:NounChunk</annotation-selectors>
+  <additional-annotations>:Token, :SpaceToken, 
:Sentence</additional-annotations>
+  <tags>
+    <tag>Chunker</tag>
+  </tags>
 </metadata>

Modified: 
gate/trunk/plugins/Tagger_PennBio/resources/.pennbio-metadata/metadata.xml
===================================================================
--- gate/trunk/plugins/Tagger_PennBio/resources/.pennbio-metadata/metadata.xml  
2014-03-24 02:20:52 UTC (rev 17731)
+++ gate/trunk/plugins/Tagger_PennBio/resources/.pennbio-metadata/metadata.xml  
2014-03-24 19:35:52 UTC (rev 17732)
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <metadata xmlns="http://gate.ac.uk/ns/pipeline-metadata";>
   <pipeline-name>PennBio Tagger</pipeline-name>
+  <slug>pennbio-tagger</slug>
+  <ordering>50</ordering>
   <annotation-selectors>:gene, :location, :malignancy-type, :state-altered, 
:state-original, :type, :variation</annotation-selectors>
+  <additional-annotations>:Token</additional-annotations>
   <tags>
     <tag>Biomed</tag>
     <tag>Tagger</tag>

Modified: gate/trunk/plugins/Twitter/resources/.twitie-en-metadata/metadata.xml
===================================================================
(Binary files differ)

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to