Author: pkluegl
Date: Mon Jun 6 15:36:35 2016
New Revision: 1747031
URL: http://svn.apache.org/viewvc?rev=1747031&view=rev
Log:
no jira - updated descriptors
Modified:
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/SorterEngine.xml
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/SorterTypeSystem.xml
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/TEIConverterEngine.xml
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/TEIConverterTypeSystem.xml
Modified:
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/SorterEngine.xml
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/SorterEngine.xml?rev=1747031&r1=1747030&r2=1747031&view=diff
==============================================================================
---
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/SorterEngine.xml
(original)
+++
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/SorterEngine.xml
Mon Jun 6 15:36:35 2016
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
<frameworkImplementation>org.apache.uima.java</frameworkImplementation>
<primitive>true</primitive>
<annotatorImplementationName>org.apache.uima.ruta.engine.RutaEngine</annotatorImplementationName>
<analysisEngineMetaData>
- <name>BasicEngine</name>
+ <name>uima.ruta.example.SorterEngine</name>
<description/>
<version>1.0</version>
<vendor/>
@@ -234,14 +233,14 @@
<nameValuePair>
<name>mainScript</name>
<value>
- <string>Sorter</string>
+ <string>uima.ruta.example.Sorter</string>
</value>
</nameValuePair>
<nameValuePair>
<name>scriptPaths</name>
<value>
<array>
- <string>D:/work/ws-tutorial/Misc/script</string>
+
<string>C:/work/ws/ws-uima-ruta-plain/ruta-trunk/example-projects/Misc/script</string>
</array>
</value>
</nameValuePair>
@@ -249,7 +248,7 @@
<name>descriptorPaths</name>
<value>
<array>
- <string>D:/work/ws-tutorial/Misc/descriptor</string>
+
<string>C:/work/ws/ws-uima-ruta-plain/ruta-trunk/example-projects/Misc/descriptor</string>
</array>
</value>
</nameValuePair>
@@ -257,7 +256,7 @@
<name>resourcePaths</name>
<value>
<array>
- <string>D:\work\ws-tutorial\Misc\resources</string>
+
<string>C:/work/ws/ws-uima-ruta-plain/ruta-trunk/example-projects/Misc/resources</string>
</array>
</value>
</nameValuePair>
@@ -285,18 +284,11 @@
<name>additionalExtensions</name>
<value>
<array>
-
<string>org.apache.uima.ruta.example.extensions.ExampleConditionExtension</string>
-
<string>org.apache.uima.ruta.example.extensions.ExampleActionExtension</string>
<string>org.apache.uima.ruta.string.bool.BooleanOperationsExtension</string>
-
<string>org.apache.uima.ruta.example.extensions.ExampleBooleanFunctionExtension</string>
-
<string>org.apache.uima.ruta.example.extensions.ExampleNumberFunctionExtension</string>
<string>org.apache.uima.ruta.string.StringOperationsExtension</string>
-
<string>org.apache.uima.ruta.example.extensions.ExampleStringFunctionExtension</string>
-
<string>org.apache.uima.ruta.example.extensions.ExampleTypeFunctionExtension</string>
<string>org.apache.uima.ruta.block.OnlyFirstBlockExtension</string>
<string>org.apache.uima.ruta.block.OnlyOnceBlockExtension</string>
<string>org.apache.uima.ruta.block.fst.FSTBlockExtension</string>
-
<string>org.apache.uima.ruta.example.extensions.ExampleBlockExtension</string>
</array>
</value>
</nameValuePair>
@@ -328,10 +320,10 @@
</capability>
<capability>
<inputs>
- <type>Sorter.Pattern</type>
+ <type>uima.ruta.example.Sorter.Pattern</type>
</inputs>
<outputs>
- <type>Sorter.Pattern</type>
+ <type>uima.ruta.example.Sorter.Pattern</type>
</outputs>
<languagesSupported/>
</capability>
Modified:
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/SorterTypeSystem.xml
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/SorterTypeSystem.xml?rev=1747031&r1=1747030&r2=1747031&view=diff
==============================================================================
---
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/SorterTypeSystem.xml
(original)
+++
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/SorterTypeSystem.xml
Mon Jun 6 15:36:35 2016
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
- <name>SorterTypeSystem</name>
+ <name>uima.ruta.example.SorterTypeSystem</name>
<imports>
- <import location="..\..\..\BasicTypeSystem.xml"/>
- <import location="..\..\..\utils\SourceDocumentInformation.xml"/>
+ <import location="../../../BasicTypeSystem.xml"/>
+ <import location="../../../utils/SourceDocumentInformation.xml"/>
</imports>
<types>
<typeDescription>
- <name>Sorter.Pattern</name>
- <description>Type defined in Sorter</description>
+ <name>uima.ruta.example.Sorter.Pattern</name>
+ <description>Type defined in uima.ruta.example.Sorter</description>
<supertypeName>uima.tcas.Annotation</supertypeName>
</typeDescription>
</types>
Modified:
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/TEIConverterEngine.xml
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/TEIConverterEngine.xml?rev=1747031&r1=1747030&r2=1747031&view=diff
==============================================================================
---
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/TEIConverterEngine.xml
(original)
+++
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/TEIConverterEngine.xml
Mon Jun 6 15:36:35 2016
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
<frameworkImplementation>org.apache.uima.java</frameworkImplementation>
<primitive>true</primitive>
<annotatorImplementationName>org.apache.uima.ruta.engine.RutaEngine</annotatorImplementationName>
<analysisEngineMetaData>
- <name>BasicEngine</name>
+ <name>uima.ruta.example.TEIConverterEngine</name>
<description/>
<version>1.0</version>
<vendor/>
@@ -234,14 +233,14 @@
<nameValuePair>
<name>mainScript</name>
<value>
- <string>TEIConverter</string>
+ <string>uima.ruta.example.TEIConverter</string>
</value>
</nameValuePair>
<nameValuePair>
<name>scriptPaths</name>
<value>
<array>
- <string>D:/work/ws-tutorial/Misc/script</string>
+
<string>C:/work/ws/ws-uima-ruta-plain/ruta-trunk/example-projects/Misc/script</string>
</array>
</value>
</nameValuePair>
@@ -249,7 +248,7 @@
<name>descriptorPaths</name>
<value>
<array>
- <string>D:/work/ws-tutorial/Misc/descriptor</string>
+
<string>C:/work/ws/ws-uima-ruta-plain/ruta-trunk/example-projects/Misc/descriptor</string>
</array>
</value>
</nameValuePair>
@@ -257,7 +256,7 @@
<name>resourcePaths</name>
<value>
<array>
- <string>D:\work\ws-tutorial\Misc\resources</string>
+
<string>C:/work/ws/ws-uima-ruta-plain/ruta-trunk/example-projects/Misc/resources</string>
</array>
</value>
</nameValuePair>
@@ -272,8 +271,8 @@
<value>
<array>
<string>utils.HtmlConverter</string>
- <string>TEIViewWriter</string>
<string>utils.HtmlAnnotator</string>
+ <string>TEIViewWriter</string>
</array>
</value>
</nameValuePair>
@@ -287,18 +286,11 @@
<name>additionalExtensions</name>
<value>
<array>
-
<string>org.apache.uima.ruta.example.extensions.ExampleConditionExtension</string>
-
<string>org.apache.uima.ruta.example.extensions.ExampleActionExtension</string>
<string>org.apache.uima.ruta.string.bool.BooleanOperationsExtension</string>
-
<string>org.apache.uima.ruta.example.extensions.ExampleBooleanFunctionExtension</string>
-
<string>org.apache.uima.ruta.example.extensions.ExampleNumberFunctionExtension</string>
<string>org.apache.uima.ruta.string.StringOperationsExtension</string>
-
<string>org.apache.uima.ruta.example.extensions.ExampleStringFunctionExtension</string>
-
<string>org.apache.uima.ruta.example.extensions.ExampleTypeFunctionExtension</string>
<string>org.apache.uima.ruta.block.OnlyFirstBlockExtension</string>
<string>org.apache.uima.ruta.block.OnlyOnceBlockExtension</string>
<string>org.apache.uima.ruta.block.fst.FSTBlockExtension</string>
-
<string>org.apache.uima.ruta.example.extensions.ExampleBlockExtension</string>
</array>
</value>
</nameValuePair>
@@ -330,16 +322,16 @@
</capability>
<capability>
<inputs>
- <type>TEIConverter.PersName</type>
- <type>TEIConverter.LastName</type>
- <type>TEIConverter.FirstName</type>
- <type>TEIConverter.AddName</type>
+ <type>uima.ruta.example.TEIConverter.PersName</type>
+ <type>uima.ruta.example.TEIConverter.LastName</type>
+ <type>uima.ruta.example.TEIConverter.FirstName</type>
+ <type>uima.ruta.example.TEIConverter.AddName</type>
</inputs>
<outputs>
- <type>TEIConverter.PersName</type>
- <type>TEIConverter.LastName</type>
- <type>TEIConverter.FirstName</type>
- <type>TEIConverter.AddName</type>
+ <type>uima.ruta.example.TEIConverter.PersName</type>
+ <type>uima.ruta.example.TEIConverter.LastName</type>
+ <type>uima.ruta.example.TEIConverter.FirstName</type>
+ <type>uima.ruta.example.TEIConverter.AddName</type>
</outputs>
<languagesSupported/>
</capability>
Modified:
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/TEIConverterTypeSystem.xml
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/TEIConverterTypeSystem.xml?rev=1747031&r1=1747030&r2=1747031&view=diff
==============================================================================
---
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/TEIConverterTypeSystem.xml
(original)
+++
uima/ruta/trunk/example-projects/Misc/descriptor/uima/ruta/example/TEIConverterTypeSystem.xml
Mon Jun 6 15:36:35 2016
@@ -1,31 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
- <name>TEIConverterTypeSystem</name>
+ <name>uima.ruta.example.TEIConverterTypeSystem</name>
<imports>
- <import location="..\..\..\BasicTypeSystem.xml"/>
- <import location="..\..\..\utils\HtmlTypeSystem.xml"/>
- <import location="..\..\..\utils\SourceDocumentInformation.xml"/>
+ <import location="../../../BasicTypeSystem.xml"/>
+ <import location="../../../utils/HtmlTypeSystem.xml"/>
+ <import location="../../../utils/SourceDocumentInformation.xml"/>
</imports>
<types>
<typeDescription>
- <name>TEIConverter.PersName</name>
- <description>Type defined in TEIConverter</description>
+ <name>uima.ruta.example.TEIConverter.LastName</name>
+ <description>Type defined in
uima.ruta.example.TEIConverter</description>
<supertypeName>uima.tcas.Annotation</supertypeName>
</typeDescription>
<typeDescription>
- <name>TEIConverter.AddName</name>
- <description>Type defined in TEIConverter</description>
+ <name>uima.ruta.example.TEIConverter.PersName</name>
+ <description>Type defined in
uima.ruta.example.TEIConverter</description>
<supertypeName>uima.tcas.Annotation</supertypeName>
</typeDescription>
<typeDescription>
- <name>TEIConverter.LastName</name>
- <description>Type defined in TEIConverter</description>
+ <name>uima.ruta.example.TEIConverter.FirstName</name>
+ <description>Type defined in
uima.ruta.example.TEIConverter</description>
<supertypeName>uima.tcas.Annotation</supertypeName>
</typeDescription>
<typeDescription>
- <name>TEIConverter.FirstName</name>
- <description>Type defined in TEIConverter</description>
+ <name>uima.ruta.example.TEIConverter.AddName</name>
+ <description>Type defined in
uima.ruta.example.TEIConverter</description>
<supertypeName>uima.tcas.Annotation</supertypeName>
</typeDescription>
</types>