Revision: 17152
          http://sourceforge.net/p/gate/code/17152
Author:   markagreenwood
Date:     2013-12-01 15:53:42 +0000 (Sun, 01 Dec 2013)
Log Message:
-----------
removed the obsolete schemas

Removed Paths:
-------------
    gate/trunk/plugins/ANNIE/resources/schema/CorefSchema.xml
    gate/trunk/plugins/ANNIE/resources/schema/EmailSchema.xml
    gate/trunk/plugins/ANNIE/resources/schema/EntityHeadSchema.xml
    gate/trunk/plugins/ANNIE/resources/schema/EntityMentionSchema.xml
    gate/trunk/plugins/ANNIE/resources/schema/EntitySchema.xml
    gate/trunk/plugins/ANNIE/resources/schema/FacilitySchema.xml
    gate/trunk/plugins/ANNIE/resources/schema/GpeSchema.xml
    gate/trunk/plugins/ANNIE/resources/schema/InternetSchema.xml
    gate/trunk/plugins/ANNIE/resources/schema/PosSchema.xml
    gate/trunk/plugins/ANNIE/resources/schema/StreetSchema.xml
    gate/trunk/plugins/ANNIE/resources/schema/TokenSchema.xml
    gate/trunk/plugins/ANNIE/resources/schema/UtteranceSchema.xml

Deleted: gate/trunk/plugins/ANNIE/resources/schema/CorefSchema.xml
===================================================================
--- gate/trunk/plugins/ANNIE/resources/schema/CorefSchema.xml   2013-12-01 
15:51:14 UTC (rev 17151)
+++ gate/trunk/plugins/ANNIE/resources/schema/CorefSchema.xml   2013-12-01 
15:53:42 UTC (rev 17152)
@@ -1,30 +0,0 @@
-<?xml version="1.0"?>
-<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
-  <!-- XSchema deffinition for Coref -->
-  <element name="Coref">
-    <complexType>
-      <attribute name="coref_type" use="required">
-        <simpleType>
-          <restriction base="string">
-            <enumeration value="NAME"/>
-            <enumeration value="NOMINAL"/>
-            <enumeration value="PRONOUN"/>
-          </restriction>
-        </simpleType>   
-      </attribute>
-      <attribute name="type" use="required">
-        <simpleType>
-          <restriction base="string">
-            <enumeration value="Organization"/>
-            <enumeration value="Person"/>
-            <enumeration value="Location"/>
-            <enumeration value="Facility"/>
-            <enumeration value="GPE"/>
-            <enumeration value="Date"/>
-          </restriction>
-        </simpleType>   
-      </attribute>
-      <attribute name="ID" type="string" use ="required"/>
-    </complexType>  
-  </element>
-</schema>

Deleted: gate/trunk/plugins/ANNIE/resources/schema/EmailSchema.xml
===================================================================
--- gate/trunk/plugins/ANNIE/resources/schema/EmailSchema.xml   2013-12-01 
15:51:14 UTC (rev 17151)
+++ gate/trunk/plugins/ANNIE/resources/schema/EmailSchema.xml   2013-12-01 
15:53:42 UTC (rev 17152)
@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
-  <!-- XSchema deffinition for Email -->
-  <element name="Email" />
-</schema>

Deleted: gate/trunk/plugins/ANNIE/resources/schema/EntityHeadSchema.xml
===================================================================
--- gate/trunk/plugins/ANNIE/resources/schema/EntityHeadSchema.xml      
2013-12-01 15:51:14 UTC (rev 17151)
+++ gate/trunk/plugins/ANNIE/resources/schema/EntityHeadSchema.xml      
2013-12-01 15:53:42 UTC (rev 17152)
@@ -1,6 +0,0 @@
-<?xml version="1.0"?>
-<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
-  <!-- XSchema definition for EntityHead -->
-  <element name="EntityHead" />
-</schema>
-

Deleted: gate/trunk/plugins/ANNIE/resources/schema/EntityMentionSchema.xml
===================================================================
--- gate/trunk/plugins/ANNIE/resources/schema/EntityMentionSchema.xml   
2013-12-01 15:51:14 UTC (rev 17151)
+++ gate/trunk/plugins/ANNIE/resources/schema/EntityMentionSchema.xml   
2013-12-01 15:53:42 UTC (rev 17152)
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
-  <!-- XSchema definition for EntityMention -->
-  <element name="EntityMention">
-    <complexType>
-      <attribute name="type"  use="required">
-        <simpleType>
-          <restriction base="string">
-            <enumeration value="name"/>
-            <enumeration value="nom"/>
-            <enumeration value="pro"/>
-          </restriction>
-        </simpleType>   
-      </attribute>
-      <attribute name="role"  use="required">
-        <simpleType>
-          <restriction base="string">
-            <enumeration value="gsp"/>
-            <enumeration value="per"/>
-            <enumeration value="org"/>
-            <enumeration value="loc"/>
-          </restriction>
-        </simpleType>   
-      </attribute>
-    </complexType>
-  </element>
-</schema>

Deleted: gate/trunk/plugins/ANNIE/resources/schema/EntitySchema.xml
===================================================================
--- gate/trunk/plugins/ANNIE/resources/schema/EntitySchema.xml  2013-12-01 
15:51:14 UTC (rev 17151)
+++ gate/trunk/plugins/ANNIE/resources/schema/EntitySchema.xml  2013-12-01 
15:53:42 UTC (rev 17152)
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
-  <!-- XSchema definition for ace Entity -->
-  <element name="Entity">
-    <complexType>
-      <attribute name="type"  use="required">
-        <simpleType>
-          <restriction base="string">
-            <enumeration value="gpe"/>
-            <enumeration value="per"/>
-            <enumeration value="org"/>
-            <enumeration value="fac"/>
-            <enumeration value="loc"/>
-          </restriction>
-        </simpleType>   
-      </attribute>
-    </complexType>
-  </element>
-</schema>

Deleted: gate/trunk/plugins/ANNIE/resources/schema/FacilitySchema.xml
===================================================================
--- gate/trunk/plugins/ANNIE/resources/schema/FacilitySchema.xml        
2013-12-01 15:51:14 UTC (rev 17151)
+++ gate/trunk/plugins/ANNIE/resources/schema/FacilitySchema.xml        
2013-12-01 15:53:42 UTC (rev 17152)
@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
-  <!-- XSchema definition for Facility -->
-  <element name="Facility" />
-</schema>

Deleted: gate/trunk/plugins/ANNIE/resources/schema/GpeSchema.xml
===================================================================
--- gate/trunk/plugins/ANNIE/resources/schema/GpeSchema.xml     2013-12-01 
15:51:14 UTC (rev 17151)
+++ gate/trunk/plugins/ANNIE/resources/schema/GpeSchema.xml     2013-12-01 
15:53:42 UTC (rev 17152)
@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
-  <!-- XSchema deffinition for GPE -->
-  <element name="GPE" />
-</schema>

Deleted: gate/trunk/plugins/ANNIE/resources/schema/InternetSchema.xml
===================================================================
--- gate/trunk/plugins/ANNIE/resources/schema/InternetSchema.xml        
2013-12-01 15:51:14 UTC (rev 17151)
+++ gate/trunk/plugins/ANNIE/resources/schema/InternetSchema.xml        
2013-12-01 15:53:42 UTC (rev 17152)
@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
-  <!-- XSchema deffinition for Internet -->
-  <element name="Internet" />
-</schema>

Deleted: gate/trunk/plugins/ANNIE/resources/schema/PosSchema.xml
===================================================================
--- gate/trunk/plugins/ANNIE/resources/schema/PosSchema.xml     2013-12-01 
15:51:14 UTC (rev 17151)
+++ gate/trunk/plugins/ANNIE/resources/schema/PosSchema.xml     2013-12-01 
15:53:42 UTC (rev 17152)
@@ -1,41 +0,0 @@
-<?xml version="1.0" ?>
-<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
-  <!-- XSchema deffinition for pos-->
-  <element name="pos">
-    <complexType>
-      <attribute name="time" type="integer" use="required"/>
-      <attribute name="text" type="string" use="required"/>
-      <attribute name="cat" use="required">
-        <simpleType>
-          <restriction base="string">
-            <enumeration value="N"/>
-            <enumeration value="PropN"/>
-            <enumeration value="ADJ"/>
-            <enumeration value="DET"/>
-            <enumeration value="VTRANS"/>
-            <enumeration value="PREP"/>
-            <enumeration value="V"/>
-            <enumeration value="ADV"/>
-          </restriction>
-        </simpleType>
-      </attribute>
-      <attribute name="gender" use="required">
-        <simpleType>
-          <restriction base="string">
-            <enumeration value="M"/>
-            <enumeration value="F"/>
-            <enumeration value="N"/>
-          </restriction>
-        </simpleType>
-      </attribute>
-      <attribute name="number" use="required">
-        <simpleType>
-          <restriction base="string">
-            <enumeration value="Sg"/>
-            <enumeration value="Pl"/>
-          </restriction>
-        </simpleType>
-      </attribute>
-    </complexType>
-  </element>
-</schema>

Deleted: gate/trunk/plugins/ANNIE/resources/schema/StreetSchema.xml
===================================================================
--- gate/trunk/plugins/ANNIE/resources/schema/StreetSchema.xml  2013-12-01 
15:51:14 UTC (rev 17151)
+++ gate/trunk/plugins/ANNIE/resources/schema/StreetSchema.xml  2013-12-01 
15:53:42 UTC (rev 17152)
@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
-  <!-- XSchema deffinition for Street -->
-  <element name="Street" />
-</schema>

Deleted: gate/trunk/plugins/ANNIE/resources/schema/TokenSchema.xml
===================================================================
--- gate/trunk/plugins/ANNIE/resources/schema/TokenSchema.xml   2013-12-01 
15:51:14 UTC (rev 17151)
+++ gate/trunk/plugins/ANNIE/resources/schema/TokenSchema.xml   2013-12-01 
15:53:42 UTC (rev 17152)
@@ -1,5 +0,0 @@
-<?xml version="1.0"?>
-<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
-  <!-- XSchema deffinition for Token -->
-  <element name="Token" />
-</schema>

Deleted: gate/trunk/plugins/ANNIE/resources/schema/UtteranceSchema.xml
===================================================================
--- gate/trunk/plugins/ANNIE/resources/schema/UtteranceSchema.xml       
2013-12-01 15:51:14 UTC (rev 17151)
+++ gate/trunk/plugins/ANNIE/resources/schema/UtteranceSchema.xml       
2013-12-01 15:53:42 UTC (rev 17152)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
-  <!-- XSchema deffinition for utterence -->
-  <element name="utterance">
-    <complexType>
-      <attribute name="time" type="integer" use="required"/>
-      <attribute name="tier"  type="string"   use="required"/>
-      <attribute name="text" type="string"   use="required"/>
-    </complexType>
-  </element>
-</schema>

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


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to