You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2012/11/30 11:16:59 UTC

svn commit: r1415575 [2/3] - in /uima/sandbox/trunk/TextMarker/example-projects/ExampleProject: ./ descriptor/ descriptor/types/ descriptor/uima/ descriptor/uima/textmarker/ descriptor/uima/textmarker/example/ descriptor/utils/ input/ output/ resources...

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/TitleEngine.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/TitleEngine.xml?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/TitleEngine.xml (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/TitleEngine.xml Fri Nov 30 10:16:51 2012
@@ -0,0 +1,291 @@
+<?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.textmarker.engine.TextMarkerEngine</annotatorImplementationName>
+    <analysisEngineMetaData>
+        <name>BasicEngine</name>
+        <description/>
+        <version>1.0</version>
+        <vendor/>
+        <configurationParameters searchStrategy="language_fallback">
+            <configurationParameter>
+                <name>seeders</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>debug</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>additionalScripts</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>profile</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>debugWithMatches</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>statistics</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>additionalEngines</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>additionalExtensions</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>debugOnlyFor</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>scriptEncoding</name>
+                <type>String</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>additionalEngineLoaders</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>resourcePaths</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>defaultFilteredTypes</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>mainScript</name>
+                <type>String</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>scriptPaths</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>descriptorPaths</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>removeBasics</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>dynamicAnchoring</name>
+                <description>Activates dynamic achoring (possible speed up).</description>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>lowMemoryProfile</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>createdBy</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>simpleGreedyForComposed</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+        </configurationParameters>
+        <configurationParameterSettings>
+            <nameValuePair>
+                <name>debug</name>
+                <value>
+                    <boolean>false</boolean>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>profile</name>
+                <value>
+                    <boolean>false</boolean>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>debugWithMatches</name>
+                <value>
+                    <boolean>true</boolean>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>defaultFilteredTypes</name>
+                <value>
+                    <array>
+                        <string>org.apache.uima.textmarker.type.SPACE</string>
+                        <string>org.apache.uima.textmarker.type.NBSP</string>
+                        <string>org.apache.uima.textmarker.type.BREAK</string>
+                        <string>org.apache.uima.textmarker.type.MARKUP</string>
+                    </array>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>removeBasics</name>
+                <value>
+                    <boolean>false</boolean>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>seeders</name>
+                <value>
+                    <array>
+                        <string>org.apache.uima.textmarker.seed.DefaultSeeder</string>
+                    </array>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>createdBy</name>
+                <value>
+                    <boolean>false</boolean>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>mainScript</name>
+                <value>
+                    <string>uima.textmarker.example.Title</string>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>scriptPaths</name>
+                <value>
+                    <array>
+                        <string>D:/work/workspace-textmarker/ExampleProject/script</string>
+                    </array>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>descriptorPaths</name>
+                <value>
+                    <array>
+                        <string>D:/work/workspace-textmarker/ExampleProject/descriptor</string>
+                    </array>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>resourcePaths</name>
+                <value>
+                    <array>
+                        <string>D:\work\workspace-textmarker\ExampleProject\resources</string>
+                    </array>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>additionalScripts</name>
+                <value>
+                    <array/>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>additionalEngines</name>
+                <value>
+                    <array/>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>additionalExtensions</name>
+                <value>
+                    <array/>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>additionalEngineLoaders</name>
+                <value>
+                    <array/>
+                </value>
+            </nameValuePair>
+        </configurationParameterSettings>
+        <typeSystemDescription>
+            <name>uima.textmarker.example.TitleTypeSystem</name>
+            <imports>
+                <import location="../../../BasicTypeSystem.xml"/>
+                <import location="../../../types/BibtexTypeSystem.xml"/>
+            </imports>
+            <types>
+                <typeDescription>
+                    <name>uima.textmarker.example.Title.TitleStopper</name>
+                    <description>Type defined in uima.textmarker.example.Title</description>
+                    <supertypeName>uima.tcas.Annotation</supertypeName>
+                </typeDescription>
+            </types>
+        </typeSystemDescription>
+        <typePriorities>
+            <priorityList>
+                <type>org.apache.uima.textmarker.type.TextMarkerFrame</type>
+                <type>uima.tcas.Annotation</type>
+                <type>org.apache.uima.textmarker.type.TextMarkerBasic</type>
+            </priorityList>
+        </typePriorities>
+        <fsIndexCollection/>
+        <capabilities>
+            <capability>
+                <inputs/>
+                <outputs/>
+                <languagesSupported/>
+            </capability>
+            <capability>
+                <inputs>
+                    <type>uima.textmarker.example.Title.TitleStopper</type>
+                </inputs>
+                <outputs>
+                    <type>uima.textmarker.example.Title.TitleStopper</type>
+                </outputs>
+                <languagesSupported/>
+            </capability>
+        </capabilities>
+        <operationalProperties>
+            <modifiesCas>true</modifiesCas>
+            <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+            <outputsNewCASes>true</outputsNewCASes>
+        </operationalProperties>
+    </analysisEngineMetaData>
+    <resourceManagerConfiguration/>
+</analysisEngineDescription>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/TitleTypeSystem.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/TitleTypeSystem.xml?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/TitleTypeSystem.xml (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/TitleTypeSystem.xml Fri Nov 30 10:16:51 2012
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
+    <name>uima.textmarker.example.TitleTypeSystem</name>
+    <imports>
+        <import location="../../../BasicTypeSystem.xml"/>
+        <import location="../../../types/BibtexTypeSystem.xml"/>
+    </imports>
+    <types>
+        <typeDescription>
+            <name>uima.textmarker.example.Title.TitleStopper</name>
+            <description>Type defined in uima.textmarker.example.Title</description>
+            <supertypeName>uima.tcas.Annotation</supertypeName>
+        </typeDescription>
+    </types>
+</typeSystemDescription>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/YearEngine.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/YearEngine.xml?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/YearEngine.xml (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/YearEngine.xml Fri Nov 30 10:16:51 2012
@@ -0,0 +1,275 @@
+<?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.textmarker.engine.TextMarkerEngine</annotatorImplementationName>
+    <analysisEngineMetaData>
+        <name>BasicEngine</name>
+        <description/>
+        <version>1.0</version>
+        <vendor/>
+        <configurationParameters searchStrategy="language_fallback">
+            <configurationParameter>
+                <name>seeders</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>debug</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>additionalScripts</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>profile</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>debugWithMatches</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>statistics</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>additionalEngines</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>additionalExtensions</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>debugOnlyFor</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>scriptEncoding</name>
+                <type>String</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>additionalEngineLoaders</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>resourcePaths</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>defaultFilteredTypes</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>mainScript</name>
+                <type>String</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>scriptPaths</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>descriptorPaths</name>
+                <type>String</type>
+                <multiValued>true</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>removeBasics</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>dynamicAnchoring</name>
+                <description>Activates dynamic achoring (possible speed up).</description>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>lowMemoryProfile</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>createdBy</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+            <configurationParameter>
+                <name>simpleGreedyForComposed</name>
+                <type>Boolean</type>
+                <multiValued>false</multiValued>
+                <mandatory>false</mandatory>
+            </configurationParameter>
+        </configurationParameters>
+        <configurationParameterSettings>
+            <nameValuePair>
+                <name>debug</name>
+                <value>
+                    <boolean>false</boolean>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>profile</name>
+                <value>
+                    <boolean>false</boolean>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>debugWithMatches</name>
+                <value>
+                    <boolean>true</boolean>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>defaultFilteredTypes</name>
+                <value>
+                    <array>
+                        <string>org.apache.uima.textmarker.type.SPACE</string>
+                        <string>org.apache.uima.textmarker.type.NBSP</string>
+                        <string>org.apache.uima.textmarker.type.BREAK</string>
+                        <string>org.apache.uima.textmarker.type.MARKUP</string>
+                    </array>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>removeBasics</name>
+                <value>
+                    <boolean>false</boolean>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>seeders</name>
+                <value>
+                    <array>
+                        <string>org.apache.uima.textmarker.seed.DefaultSeeder</string>
+                    </array>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>createdBy</name>
+                <value>
+                    <boolean>false</boolean>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>mainScript</name>
+                <value>
+                    <string>uima.textmarker.example.Year</string>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>scriptPaths</name>
+                <value>
+                    <array>
+                        <string>D:/work/workspace-textmarker/ExampleProject/script</string>
+                    </array>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>descriptorPaths</name>
+                <value>
+                    <array>
+                        <string>D:/work/workspace-textmarker/ExampleProject/descriptor</string>
+                    </array>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>resourcePaths</name>
+                <value>
+                    <array>
+                        <string>D:\work\workspace-textmarker\ExampleProject\resources</string>
+                    </array>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>additionalScripts</name>
+                <value>
+                    <array/>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>additionalEngines</name>
+                <value>
+                    <array/>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>additionalExtensions</name>
+                <value>
+                    <array/>
+                </value>
+            </nameValuePair>
+            <nameValuePair>
+                <name>additionalEngineLoaders</name>
+                <value>
+                    <array/>
+                </value>
+            </nameValuePair>
+        </configurationParameterSettings>
+        <typeSystemDescription>
+            <name>uima.textmarker.example.YearTypeSystem</name>
+            <imports>
+                <import location="../../../BasicTypeSystem.xml"/>
+                <import location="../../../types/BibtexTypeSystem.xml"/>
+            </imports>
+        </typeSystemDescription>
+        <typePriorities>
+            <priorityList>
+                <type>org.apache.uima.textmarker.type.TextMarkerFrame</type>
+                <type>uima.tcas.Annotation</type>
+                <type>org.apache.uima.textmarker.type.TextMarkerBasic</type>
+            </priorityList>
+        </typePriorities>
+        <fsIndexCollection/>
+        <capabilities>
+            <capability>
+                <inputs/>
+                <outputs/>
+                <languagesSupported/>
+            </capability>
+        </capabilities>
+        <operationalProperties>
+            <modifiesCas>true</modifiesCas>
+            <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+            <outputsNewCASes>true</outputsNewCASes>
+        </operationalProperties>
+    </analysisEngineMetaData>
+    <resourceManagerConfiguration/>
+</analysisEngineDescription>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/YearTypeSystem.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/YearTypeSystem.xml?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/YearTypeSystem.xml (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/uima/textmarker/example/YearTypeSystem.xml Fri Nov 30 10:16:51 2012
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
+    <name>uima.textmarker.example.YearTypeSystem</name>
+    <imports>
+        <import location="../../../BasicTypeSystem.xml"/>
+        <import location="../../../types/BibtexTypeSystem.xml"/>
+    </imports>
+</typeSystemDescription>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/AnnotationWriter.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/AnnotationWriter.xml?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/AnnotationWriter.xml (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/AnnotationWriter.xml Fri Nov 30 10:16:51 2012
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
+  <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+  <primitive>true</primitive>
+  <annotatorImplementationName>org.apache.uima.textmarker.engine.AnnotationWriter</annotatorImplementationName>
+  <analysisEngineMetaData>
+    <name>ReferenceSectionWriterDescriptor</name>
+    <description/>
+    <version>1.0</version>
+    <vendor/>
+    <configurationParameters>
+      <configurationParameter>
+        <name>Output</name>
+        <description>Location where the annotation is stored</description>
+        <type>String</type>
+        <multiValued>false</multiValued>
+        <mandatory>true</mandatory>
+      </configurationParameter>
+      <configurationParameter>
+        <name>Encoding</name>
+        <type>String</type>
+        <multiValued>false</multiValued>
+        <mandatory>false</mandatory>
+      </configurationParameter>
+      <configurationParameter>
+        <name>Type</name>
+        <type>String</type>
+        <multiValued>false</multiValued>
+        <mandatory>true</mandatory>
+      </configurationParameter>
+    </configurationParameters>
+    <configurationParameterSettings>
+      <nameValuePair>
+        <name>Output</name>
+        <value>
+          <string>/../output/</string>
+        </value>
+      </nameValuePair>
+      <nameValuePair>
+        <name>Type</name>
+        <value>
+          <string>uima.tcas.DocumentAnnotation</string>
+        </value>
+      </nameValuePair>
+      <nameValuePair>
+        <name>Encoding</name>
+        <value>
+          <string>UTF-8</string>
+        </value>
+      </nameValuePair>
+    </configurationParameterSettings>
+    <typeSystemDescription/>
+    <typePriorities/>
+    <fsIndexCollection/>
+    <capabilities>
+      <capability>
+        <inputs/>
+        <outputs/>
+        <languagesSupported/>
+      </capability>
+    </capabilities>
+    <operationalProperties>
+      <modifiesCas>true</modifiesCas>
+      <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+      <outputsNewCASes>false</outputsNewCASes>
+    </operationalProperties>
+  </analysisEngineMetaData>
+  <resourceManagerConfiguration/>
+</analysisEngineDescription>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/HtmlAnnotator.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/HtmlAnnotator.xml?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/HtmlAnnotator.xml (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/HtmlAnnotator.xml Fri Nov 30 10:16:51 2012
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
+  <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+  <primitive>true</primitive>
+  <annotatorImplementationName>org.apache.uima.textmarker.engine.html.HtmlAnnotator</annotatorImplementationName>
+  <analysisEngineMetaData>
+    <name>PlainTextAnnotator</name>
+    <description/>
+    <version>1.0</version>
+    <vendor/>
+    <configurationParameters>
+      <configurationParameter>
+        <name>plainTextOutput</name>
+        <type>Boolean</type>
+        <multiValued>false</multiValued>
+        <mandatory>false</mandatory>
+      </configurationParameter>
+      <configurationParameter>
+        <name>outputViewName</name>
+        <type>String</type>
+        <multiValued>false</multiValued>
+        <mandatory>false</mandatory>
+      </configurationParameter>
+      <configurationParameter>
+        <name>onlyContent</name>
+        <type>Boolean</type>
+        <multiValued>false</multiValued>
+        <mandatory>false</mandatory>
+      </configurationParameter>
+    </configurationParameters>
+    <configurationParameterSettings>
+      <nameValuePair>
+        <name>plainTextOutput</name>
+        <value>
+          <boolean>false</boolean>
+        </value>
+      </nameValuePair>
+      <nameValuePair>
+        <name>onlyContent</name>
+        <value>
+          <boolean>true</boolean>
+        </value>
+      </nameValuePair>
+    </configurationParameterSettings>
+    <typeSystemDescription>
+      <imports>
+        <import location="HtmlTypeSystem.xml"/>
+      </imports>
+    </typeSystemDescription>
+    <typePriorities/>
+    <fsIndexCollection/>
+    <capabilities>
+      <capability>
+        <inputs/>
+        <outputs/>
+        <languagesSupported/>
+      </capability>
+    </capabilities>
+    <operationalProperties>
+      <modifiesCas>true</modifiesCas>
+      <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+      <outputsNewCASes>false</outputsNewCASes>
+    </operationalProperties>
+  </analysisEngineMetaData>
+  <resourceManagerConfiguration/>
+</analysisEngineDescription>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/HtmlTypeSystem.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/HtmlTypeSystem.xml?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/HtmlTypeSystem.xml (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/HtmlTypeSystem.xml Fri Nov 30 10:16:51 2012
@@ -0,0 +1,254 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+<typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
+  <name>typeSystemDescriptor</name>
+  <description/>
+  <version>1.0</version>
+  <vendor/>
+  <types>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.TAG</name>
+      <description></description>
+      <supertypeName>uima.tcas.Annotation</supertypeName>
+      <features>
+        <featureDescription>
+          <name>name</name>
+          <description></description>
+          <rangeTypeName>uima.cas.String</rangeTypeName>
+        </featureDescription>
+        <featureDescription>
+          <name>attributeName</name>
+          <description></description>
+          <rangeTypeName>uima.cas.StringArray</rangeTypeName>
+          <multipleReferencesAllowed>false</multipleReferencesAllowed>
+        </featureDescription>
+        <featureDescription>
+          <name>attributeValue</name>
+          <description/>
+          <rangeTypeName>uima.cas.StringArray</rangeTypeName>
+          <multipleReferencesAllowed>false</multipleReferencesAllowed>
+        </featureDescription>
+      </features>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.B</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.H1</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.H2</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.H3</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.H4</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.H5</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.H6</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.COMMENT</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.TITLE</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.I</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.U</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.BIG</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.SMALL</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.FONT</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.A</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.HEAD</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.HTML</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.BODY</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.EM</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.TABLE</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.DIV</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.SPAN</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.UL</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.OL</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.P</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.LI</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.TBODY</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.TD</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.TR</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.TH</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.IMG</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.STYLE</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.SCRIPT</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.LINK</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.INPUT</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.FORM</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.META</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.BR</name>
+      <description></description>
+      <supertypeName>org.apache.uima.textmarker.type.html.TAG</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.html.REMARK</name>
+      <description></description>
+      <supertypeName>uima.tcas.Annotation</supertypeName>
+      <features>
+        <featureDescription>
+          <name>comment</name>
+          <description></description>
+          <rangeTypeName>uima.cas.String</rangeTypeName>
+        </featureDescription>
+      </features>
+    </typeDescription>
+  </types>
+</typeSystemDescription>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/Modifier.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/Modifier.xml?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/Modifier.xml (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/Modifier.xml Fri Nov 30 10:16:51 2012
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
+  <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+  <primitive>true</primitive>
+  <annotatorImplementationName>org.apache.uima.textmarker.engine.TextMarkerModifier</annotatorImplementationName>
+  <analysisEngineMetaData>
+    <name>Modifier</name>
+    <description/>
+    <version>1.0</version>
+    <vendor/>
+    <configurationParameters>
+      <configurationParameter>
+        <name>styleMap</name>
+        <type>String</type>
+        <multiValued>false</multiValued>
+        <mandatory>false</mandatory>
+      </configurationParameter>
+      <configurationParameter>
+        <name>descriptorPaths</name>
+        <type>String</type>
+        <multiValued>true</multiValued>
+        <mandatory>false</mandatory>
+      </configurationParameter>
+      <configurationParameter>
+        <name>outputLocation</name>
+        <description>Location of the modified document in HTML</description>
+        <type>String</type>
+        <multiValued>false</multiValued>
+        <mandatory>false</mandatory>
+      </configurationParameter>
+    </configurationParameters>
+    <configurationParameterSettings>
+      <nameValuePair>
+        <name>outputLocation</name>
+        <value>
+          <string>/../</string>
+        </value>
+      </nameValuePair>
+    </configurationParameterSettings>
+    <typeSystemDescription/>
+    <typePriorities/>
+    <fsIndexCollection/>
+    <capabilities>
+      <capability>
+        <inputs/>
+        <outputs/>
+        <outputSofas>
+          <sofaName>modified</sofaName>
+        </outputSofas>
+        <languagesSupported/>
+      </capability>
+    </capabilities>
+    <operationalProperties>
+      <modifiesCas>true</modifiesCas>
+      <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+      <outputsNewCASes>false</outputsNewCASes>
+    </operationalProperties>
+  </analysisEngineMetaData>
+  <resourceManagerConfiguration/>
+</analysisEngineDescription>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/PlainTextAnnotator.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/PlainTextAnnotator.xml?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/PlainTextAnnotator.xml (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/PlainTextAnnotator.xml Fri Nov 30 10:16:51 2012
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
+  <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+  <primitive>true</primitive>
+  <annotatorImplementationName>org.apache.uima.textmarker.engine.PlainTextAnnotator</annotatorImplementationName>
+  <analysisEngineMetaData>
+    <name>PlainTextAnnotator</name>
+    <description/>
+    <version>1.0</version>
+    <vendor/>
+    <configurationParameters/>
+    <configurationParameterSettings/>
+    <typeSystemDescription>
+      <imports>
+        <import location="PlainTextTypeSystem.xml"/>
+      </imports>
+    </typeSystemDescription>
+    <typePriorities/>
+    <fsIndexCollection/>
+    <capabilities>
+      <capability>
+        <inputs/>
+        <outputs/>
+        <languagesSupported/>
+      </capability>
+    </capabilities>
+    <operationalProperties>
+      <modifiesCas>true</modifiesCas>
+      <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+      <outputsNewCASes>false</outputsNewCASes>
+    </operationalProperties>
+  </analysisEngineMetaData>
+  <resourceManagerConfiguration/>
+</analysisEngineDescription>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/PlainTextTypeSystem.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/PlainTextTypeSystem.xml?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/PlainTextTypeSystem.xml (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/PlainTextTypeSystem.xml Fri Nov 30 10:16:51 2012
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+<typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
+  <name>PlainTextTypeSystem</name>
+  <description/>
+  <version>1.0</version>
+  <vendor/>
+  <types>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.Line</name>
+      <description/>
+      <supertypeName>org.apache.uima.textmarker.type.AnyLine</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.Paragraph</name>
+      <description/>
+      <supertypeName>uima.tcas.Annotation</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.WSLine</name>
+      <description/>
+      <supertypeName>org.apache.uima.textmarker.type.AnyLine</supertypeName>
+    </typeDescription>
+    <typeDescription>
+      <name>org.apache.uima.textmarker.type.AnyLine</name>
+      <description/>
+      <supertypeName>uima.tcas.Annotation</supertypeName>
+    </typeDescription>
+  </types>
+</typeSystemDescription>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/SourceDocumentInformation.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/SourceDocumentInformation.xml?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/SourceDocumentInformation.xml (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/SourceDocumentInformation.xml Fri Nov 30 10:16:51 2012
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+   
+<typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
+	<name>org.apache.uima.examples.SourceDocumentInformation</name>
+	<description>Defines a type for storing information about the original source document from which the current CAS was initialized</description>
+	<version>1.0</version>
+	<vendor>The Apache Software Foundation</vendor>
+	<types>
+		<typeDescription>
+			<name>org.apache.uima.examples.SourceDocumentInformation</name>
+			<description>Stores detailed information about the original source document from which the current CAS was initialized. All information (like size) refers to the source document and not to the document in the CAS which may be converted and filtered by a CAS Initializer. For example this information will be written to the Semantic Search index so that the original document contents can be retrieved by queries.</description>
+			<supertypeName>uima.tcas.Annotation</supertypeName>
+			<features>
+				<featureDescription>
+					<name>uri</name>
+					<description>URI of document. (For example, file:///MyDirectory/myFile.txt for a simple file or http://incubator.apache.org/uima/index.html for content from a web source.)</description>
+					<rangeTypeName>uima.cas.String</rangeTypeName>
+				</featureDescription>
+				<featureDescription>
+					<name>offsetInSource</name>
+					<description>Byte offset of the start of document content within original source file or other input source. Only used if the CAS document was retrieved from an source where one physical source file contained several conceptual documents. Zero otherwise.</description>
+					<rangeTypeName>uima.cas.Integer</rangeTypeName>
+				</featureDescription>
+				<featureDescription>
+					<name>documentSize</name>
+					<description>Size of original document in bytes before processing by CAS Initializer. Either absolute file size of size within file or other source.</description>
+					<rangeTypeName>uima.cas.Integer</rangeTypeName>
+				</featureDescription>
+				<featureDescription>
+				  <name>lastSegment</name>
+				  <description>For a CAS that represents a segment of a larger source document, this flag indicates whether this CAS is the final segment of the source document.  This is useful for downstream components that want to take some action after having seen all of the segments of a particular source document. </description>
+			      <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+			    </featureDescription>				
+			</features>
+		</typeDescription>
+	</types>
+</typeSystemDescription>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/StyleMapCreator.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/StyleMapCreator.xml?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/StyleMapCreator.xml (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/StyleMapCreator.xml Fri Nov 30 10:16:51 2012
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
+  <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+  <primitive>true</primitive>
+  <annotatorImplementationName>org.apache.uima.textmarker.engine.StyleMapCreator</annotatorImplementationName>
+  <analysisEngineMetaData>
+    <name>ReferenceSectionWriterDescriptor</name>
+    <description/>
+    <version>1.0</version>
+    <vendor/>
+    <configurationParameters>
+      <configurationParameter>
+        <name>descriptorPaths</name>
+        <type>String</type>
+        <multiValued>true</multiValued>
+        <mandatory>false</mandatory>
+      </configurationParameter>
+      <configurationParameter>
+        <name>styleMap</name>
+        <type>String</type>
+        <multiValued>false</multiValued>
+        <mandatory>false</mandatory>
+      </configurationParameter>
+    </configurationParameters>
+    <configurationParameterSettings/>
+    <typeSystemDescription/>
+    <typePriorities/>
+    <fsIndexCollection/>
+    <capabilities>
+      <capability>
+        <inputs/>
+        <outputs/>
+        <languagesSupported/>
+      </capability>
+    </capabilities>
+    <operationalProperties>
+      <modifiesCas>true</modifiesCas>
+      <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+      <outputsNewCASes>false</outputsNewCASes>
+    </operationalProperties>
+  </analysisEngineMetaData>
+  <resourceManagerConfiguration/>
+</analysisEngineDescription>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/XMIWriter.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/XMIWriter.xml?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/XMIWriter.xml (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/descriptor/utils/XMIWriter.xml Fri Nov 30 10:16:51 2012
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
+  <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+  <primitive>true</primitive>
+  <annotatorImplementationName>org.apache.uima.textmarker.engine.XMIWriter</annotatorImplementationName>
+  <analysisEngineMetaData>
+    <name>ReferenceSectionWriterDescriptor</name>
+    <description/>
+    <version>1.0</version>
+    <vendor/>
+    <configurationParameters>
+      <configurationParameter>
+        <name>Output</name>
+        <description>Location where the xmi is stored</description>
+        <type>String</type>
+        <multiValued>false</multiValued>
+        <mandatory>true</mandatory>
+      </configurationParameter>
+    </configurationParameters>
+    <configurationParameterSettings>
+      <nameValuePair>
+        <name>Output</name>
+        <value>
+          <string>/../output/</string>
+        </value>
+      </nameValuePair>
+    </configurationParameterSettings>
+    <typeSystemDescription/>
+    <typePriorities/>
+    <fsIndexCollection/>
+    <capabilities>
+      <capability>
+        <inputs/>
+        <outputs/>
+        <languagesSupported/>
+      </capability>
+    </capabilities>
+    <operationalProperties>
+      <modifiesCas>true</modifiesCas>
+      <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+      <outputsNewCASes>false</outputsNewCASes>
+    </operationalProperties>
+  </analysisEngineMetaData>
+  <resourceManagerConfiguration/>
+</analysisEngineDescription>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/input/Example1.txt
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/input/Example1.txt?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/input/Example1.txt (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/input/Example1.txt Fri Nov 30 10:16:51 2012
@@ -0,0 +1 @@
+Ogren, P.V., Wetzler, P.G., Bethard, S.: ClearTK: A UIMA Toolkit for Statistical Natural Language Processing. In: UIMA for NLP workshop at LREC 08. (2008)

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/input/Example2.txt
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/input/Example2.txt?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/input/Example2.txt (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/input/Example2.txt Fri Nov 30 10:16:51 2012
@@ -0,0 +1 @@
+Stephen Soderland, Claire Cardie, and Raymond Mooney. Learning Information Extraction Rules for Semi-Structured and Free Text. In Machine Learning, volume 34, pages 233–272, 1999.
\ No newline at end of file

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/output/Example1.txt.xmi
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/output/Example1.txt.xmi?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/output/Example1.txt.xmi (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/output/Example1.txt.xmi Fri Nov 30 10:16:51 2012
@@ -0,0 +1 @@

[... 3 lines stripped ...]
Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/output/Example2.txt.xmi
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/output/Example2.txt.xmi?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/output/Example2.txt.xmi (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/output/Example2.txt.xmi Fri Nov 30 10:16:51 2012
@@ -0,0 +1 @@

[... 3 lines stripped ...]
Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/resources/FirstNames.txt
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/resources/FirstNames.txt?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/resources/FirstNames.txt (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/resources/FirstNames.txt Fri Nov 30 10:16:51 2012
@@ -0,0 +1,3 @@
+Stephen
+Claire
+Raymond
\ No newline at end of file

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Author.tm
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Author.tm?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Author.tm (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Author.tm Fri Nov 30 10:16:51 2012
@@ -0,0 +1,36 @@
+PACKAGE uima.textmarker.example;
+
+// import the types of this type system:
+TYPESYSTEM types.BibtexTypeSystem;
+
+// define and import an external dictionary containing first names
+WORDLIST FirstNameList = 'FirstNames.txt';
+
+// define some useful annotations
+DECLARE FirstName, FirstNameInitial, Name, NameListPart;
+
+//find the first names
+Document{-> MARKFAST(FirstName, FirstNameList)};
+
+
+// something that may links names
+DECLARE NameLinker;
+W{REGEXP("and", false) -> MARK(NameLinker)};
+COMMA{ -> MARK(NameLinker)};
+SPECIAL{REGEXP("&") -> MARK(NameLinker)};
+
+// first name initials
+CW{REGEXP(".") -> MARK(FirstNameInitial,1,2)} PERIOD;
+
+// maybe a name
+FirstName+ FirstNameInitial* CW{-> MARK(Name, 1, 2, 3)};
+FirstNameInitial+{-PARTOF(Name)} CW{-> MARK(Name, 1, 2, 3)};
+CW{-PARTOF(Name), -REGEXP(".")} COMMA? FirstNameInitial+{-> MARK(Name, 1, 2, 3)};
+
+// list of names
+Name{-PARTOF(NameListPart)} NameLinker[1,2]{-> MARK(NameListPart,1,2)};
+NameListPart+ Name{-PARTOF(Author),-PARTOF(NameListPart) -> MARK(Author,1,2,3)} ;
+NameListPart+{-PARTOF(Author) -> MARK(Author)};
+
+// expand the author to the following punctation mark
+Author{-> SHIFT(Author,1,2)} PM;

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Main.tm
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Main.tm?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Main.tm (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Main.tm Fri Nov 30 10:16:51 2012
@@ -0,0 +1,21 @@
+PACKAGE uima.textmarker.example;
+
+// import the types of this type system 
+// (located in the descriptor folder -> uima.textmarker.example folder)
+TYPESYSTEM types.BibtexTypeSystem;
+
+SCRIPT uima.textmarker.example.Author;
+SCRIPT uima.textmarker.example.Title;
+SCRIPT uima.textmarker.example.Year;
+
+// execute the Year script on the complete input document. 
+// (Try the the go into: ctrl left mouse button on "Year" in the action)
+Document{-> CALL(Year)};
+// execute the Author script on the complete input document
+Document{-> CALL(Author)};
+// execute the Title script on the complete input document
+Document{-> CALL(Title)};
+
+// create bibtex annotation
+Document{-> CREATE(Bibtex, "author" = Author, "title" = Title, "year" = Year)};
+

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Title.tm
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Title.tm?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Title.tm (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Title.tm Fri Nov 30 10:16:51 2012
@@ -0,0 +1,11 @@
+PACKAGE uima.textmarker.example;
+
+// import the types of this type system:
+TYPESYSTEM types.BibtexTypeSystem;
+
+// simpified rules for extracting the title
+DECLARE TitleStopper;
+PM W{REGEXP("in", true) -> MARK(TitleStopper)};
+
+// annotate everything between the Author (and an optional a punctation mark) and
+Author PM? ANY+?{-> MARK(Title)} TitleStopper;
\ No newline at end of file

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Year.tm
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Year.tm?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Year.tm (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/script/uima/textmarker/example/Year.tm Fri Nov 30 10:16:51 2012
@@ -0,0 +1,11 @@
+PACKAGE uima.textmarker.example;
+
+// import the types of this type system:
+TYPESYSTEM types.BibtexTypeSystem;
+
+// find something that maybe indicates the year: a number with four digits starting with 19 or 20
+NUM{REGEXP("19..|20..") -> MARK(Year,1,2)} PM?;
+
+// add parentheses if there are some (by removing the old Year annotation and creating a new one)
+SPECIAL{REGEXP("[(]")} Year{ -> SHIFT(Year,1,2,3,4)} SPECIAL{REGEXP("[)]")} PM?;
+

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/test/uima/textmarker/example/Main/Example1.txt.xmi
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/test/uima/textmarker/example/Main/Example1.txt.xmi?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/test/uima/textmarker/example/Main/Example1.txt.xmi (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/test/uima/textmarker/example/Main/Example1.txt.xmi Fri Nov 30 10:16:51 2012
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xmi:XMI xmlns:Author="http:///de/uniwue/example/Author.ecore" xmlns:cas="http:///uima/cas.ecore" xmlns:type="http:///org/apache/uima/textmarker/type.ecore" xmlns:xmi="http://www.omg.org/XMI" xmlns:example="http:///uima/textmarker/example.ecore" xmlns:tcas="http:///uima/tcas.ecore" xmlns:Title="http:///de/uniwue/example/Title.ecore" xmi:version="2.0">
+    <cas:NULL xmi:id="0"/>
+    <cas:Sofa xmi:id="1" sofaNum="1" sofaID="_InitialView" mimeType="text" sofaString="Ogren, P.V., Wetzler, P.G., Bethard, S.: ClearTK: A UIMA Toolkit for Statistical Natural Language Processing. In: UIMA for NLP workshop at LREC 08. (2008)&#13;&#10;"/>
+    <example:Year xmi:id="634" sofa="1" begin="148" end="154"/>
+    <example:Author xmi:id="698" sofa="1" begin="0" end="40"/>
+    <example:Title xmi:id="706" sofa="1" begin="41" end="109"/>
+    <example:Bibtex xmi:id="710" sofa="1" begin="0" end="156" author="698" title="706" year="634"/>
+    <cas:View sofa="1" members="634 698 706 710"/>
+</xmi:XMI>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/test/uima/textmarker/example/Main/Example2.txt.xmi
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/test/uima/textmarker/example/Main/Example2.txt.xmi?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/test/uima/textmarker/example/Main/Example2.txt.xmi (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/test/uima/textmarker/example/Main/Example2.txt.xmi Fri Nov 30 10:16:51 2012
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xmi:XMI xmlns:Author="http:///de/uniwue/example/Author.ecore" xmlns:cas="http:///uima/cas.ecore" xmlns:type="http:///org/apache/uima/textmarker/type.ecore" xmlns:xmi="http://www.omg.org/XMI" xmlns:example="http:///uima/textmarker/example.ecore" xmlns:tcas="http:///uima/tcas.ecore" xmlns:Title="http:///de/uniwue/example/Title.ecore" xmi:version="2.0">
+    <cas:NULL xmi:id="0"/>
+    <cas:Sofa xmi:id="1" sofaNum="1" sofaID="_InitialView" mimeType="text" sofaString="Stephen Soderland, Claire Cardie, and Raymond Mooney. Learning Information Extraction Rules for Semi-Structured and Free Text. In Machine Learning, volume 34, pages 233–272, 1999.&#13;&#10;"/>
+    <example:Year xmi:id="562" sofa="1" begin="174" end="179"/>
+    <example:Author xmi:id="626" sofa="1" begin="0" end="53"/>
+    <example:Title xmi:id="634" sofa="1" begin="54" end="126"/>
+    <example:Bibtex xmi:id="638" sofa="1" begin="0" end="181" author="626" title="634" year="562"/>
+    <cas:View sofa="1" members="562 626 634 638"/>
+</xmi:XMI>

Added: uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/test/uima/textmarker/example/Main/results/Example1.txt.result.xmi
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/test/uima/textmarker/example/Main/results/Example1.txt.result.xmi?rev=1415575&view=auto
==============================================================================
--- uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/test/uima/textmarker/example/Main/results/Example1.txt.result.xmi (added)
+++ uima/sandbox/trunk/TextMarker/example-projects/ExampleProject/test/uima/textmarker/example/Main/results/Example1.txt.result.xmi Fri Nov 30 10:16:51 2012
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><xmi:XMI xmlns:cas="http:///uima/cas.ecore" xmlns:type="http:///org/apache/uima/textmarker/type.ecore" xmlns:xmi="http://www.omg.org/XMI" xmlns:Title="http:///uima/textmarker/example/Title.ecore" xmlns:example="http:///uima/textmarker/example.ecore" xmlns:tcas="http:///uima/tcas.ecore" xmlns:Author="http:///uima/textmarker/example/Author.ecore" xmi:version="2.0"><cas:NULL xmi:id="0"/><cas:Sofa xmi:id="1" sofaNum="1" sofaID="_InitialView" mimeType="text" sofaString="Ogren, P.V., Wetzler, P.G., Bethard, S.: ClearTK: A UIMA Toolkit for Statistical Natural Language Processing. In: UIMA for NLP workshop at LREC 08. (2008)&#13;&#10;"/><tcas:DocumentAnnotation xmi:id="8" sofa="1" begin="0" end="156" language="x-unspecified"/><type:CW xmi:id="13" sofa="1" begin="0" end="5"/><type:CW xmi:id="25" sofa="1" begin="7" end="8"/><type:CW xmi:id="33" sofa="1" begin="9" end="10"/><type:CW xmi:id="49" sofa="1" begin="13" end="20"/><type:CW xmi:id="61" sof
 a="1" begin="22" end="23"/><type:CW xmi:id="69" sofa="1" begin="24" end="25"/><type:CW xmi:id="85" sofa="1" begin="28" end="35"/><type:CW xmi:id="97" sofa="1" begin="37" end="38"/><type:CW xmi:id="113" sofa="1" begin="41" end="46"/><type:CW xmi:id="129" sofa="1" begin="50" end="51"/><type:CW xmi:id="145" sofa="1" begin="57" end="64"/><type:CW xmi:id="161" sofa="1" begin="69" end="80"/><type:CW xmi:id="169" sofa="1" begin="81" end="88"/><type:CW xmi:id="177" sofa="1" begin="89" end="97"/><type:CW xmi:id="185" sofa="1" begin="98" end="108"/><type:CW xmi:id="197" sofa="1" begin="110" end="112"/><type:COMMA xmi:id="17" sofa="1" begin="5" end="6"/><type:COMMA xmi:id="41" sofa="1" begin="11" end="12"/><type:COMMA xmi:id="53" sofa="1" begin="20" end="21"/><type:COMMA xmi:id="77" sofa="1" begin="26" end="27"/><type:COMMA xmi:id="89" sofa="1" begin="35" end="36"/><type:SPACE xmi:id="21" sofa="1" begin="6" end="7"/><type:SPACE xmi:id="45" sofa="1" begin="12" end="13"/><type:SPACE xmi:
 id="57" sofa="1" begin="21" end="22"/><type:SPACE xmi:id="81" sofa="1" begin="27" end="28"/><type:SPACE xmi:id="93" sofa="1" begin="36" end="37"/><type:SPACE xmi:id="109" sofa="1" begin="40" end="41"/><type:SPACE xmi:id="125" sofa="1" begin="49" end="50"/><type:SPACE xmi:id="133" sofa="1" begin="51" end="52"/><type:SPACE xmi:id="141" sofa="1" begin="56" end="57"/><type:SPACE xmi:id="149" sofa="1" begin="64" end="65"/><type:SPACE xmi:id="157" sofa="1" begin="68" end="69"/><type:SPACE xmi:id="165" sofa="1" begin="80" end="81"/><type:SPACE xmi:id="173" sofa="1" begin="88" end="89"/><type:SPACE xmi:id="181" sofa="1" begin="97" end="98"/><type:SPACE xmi:id="193" sofa="1" begin="109" end="110"/><type:SPACE xmi:id="205" sofa="1" begin="113" end="114"/><type:SPACE xmi:id="213" sofa="1" begin="118" end="119"/><type:SPACE xmi:id="221" sofa="1" begin="122" end="123"/><type:SPACE xmi:id="229" sofa="1" begin="126" end="127"/><type:SPACE xmi:id="237" sofa="1" begin="135" end="136"/><type:
 SPACE xmi:id="245" sofa="1" begin="138" end="139"/><type:SPACE xmi:id="253" sofa="1" begin="143" end="144"/><type:SPACE xmi:id="265" sofa="1" begin="147" end="148"/><type:PERIOD xmi:id="29" sofa="1" begin="8" end="9"/><type:PERIOD xmi:id="37" sofa="1" begin="10" end="11"/><type:PERIOD xmi:id="65" sofa="1" begin="23" end="24"/><type:PERIOD xmi:id="73" sofa="1" begin="25" end="26"/><type:PERIOD xmi:id="101" sofa="1" begin="38" end="39"/><type:PERIOD xmi:id="189" sofa="1" begin="108" end="109"/><type:PERIOD xmi:id="261" sofa="1" begin="146" end="147"/><type:COLON xmi:id="105" sofa="1" begin="39" end="40"/><type:COLON xmi:id="121" sofa="1" begin="48" end="49"/><type:COLON xmi:id="201" sofa="1" begin="112" end="113"/><type:CAP xmi:id="117" sofa="1" begin="46" end="48"/><type:CAP xmi:id="137" sofa="1" begin="52" end="56"/><type:CAP xmi:id="209" sofa="1" begin="114" end="118"/><type:CAP xmi:id="225" sofa="1" begin="123" end="126"/><type:CAP xmi:id="249" sofa="1" begin="139" end="14
 3"/><type:SW xmi:id="153" sofa="1" begin="65" end="68"/><type:SW xmi:id="217" sofa="1" begin="119" end="122"/><type:SW xmi:id="233" sofa="1" begin="127" end="135"/><type:SW xmi:id="241" sofa="1" begin="136" end="138"/><type:NUM xmi:id="257" sofa="1" begin="144" end="146"/><type:NUM xmi:id="273" sofa="1" begin="149" end="153"/><type:SPECIAL xmi:id="269" sofa="1" begin="148" end="149"/><type:SPECIAL xmi:id="277" sofa="1" begin="153" end="154"/><type:BREAK xmi:id="281" sofa="1" begin="154" end="155"/><type:BREAK xmi:id="285" sofa="1" begin="155" end="156"/><type:TextMarkerBasic xmi:id="289" sofa="1" begin="0" end="5"/><type:TextMarkerBasic xmi:id="294" sofa="1" begin="5" end="6"/><type:TextMarkerBasic xmi:id="299" sofa="1" begin="6" end="7"/><type:TextMarkerBasic xmi:id="304" sofa="1" begin="7" end="8"/><type:TextMarkerBasic xmi:id="309" sofa="1" begin="8" end="9"/><type:TextMarkerBasic xmi:id="314" sofa="1" begin="9" end="10"/><type:TextMarkerBasic xmi:id="319" sofa="1" begin=
 "10" end="11"/><type:TextMarkerBasic xmi:id="324" sofa="1" begin="11" end="12"/><type:TextMarkerBasic xmi:id="329" sofa="1" begin="12" end="13"/><type:TextMarkerBasic xmi:id="334" sofa="1" begin="13" end="20"/><type:TextMarkerBasic xmi:id="339" sofa="1" begin="20" end="21"/><type:TextMarkerBasic xmi:id="344" sofa="1" begin="21" end="22"/><type:TextMarkerBasic xmi:id="349" sofa="1" begin="22" end="23"/><type:TextMarkerBasic xmi:id="354" sofa="1" begin="23" end="24"/><type:TextMarkerBasic xmi:id="359" sofa="1" begin="24" end="25"/><type:TextMarkerBasic xmi:id="364" sofa="1" begin="25" end="26"/><type:TextMarkerBasic xmi:id="369" sofa="1" begin="26" end="27"/><type:TextMarkerBasic xmi:id="374" sofa="1" begin="27" end="28"/><type:TextMarkerBasic xmi:id="379" sofa="1" begin="28" end="35"/><type:TextMarkerBasic xmi:id="384" sofa="1" begin="35" end="36"/><type:TextMarkerBasic xmi:id="389" sofa="1" begin="36" end="37"/><type:TextMarkerBasic xmi:id="394" sofa="1" begin="37" end="38"/
 ><type:TextMarkerBasic xmi:id="399" sofa="1" begin="38" end="39"/><type:TextMarkerBasic xmi:id="404" sofa="1" begin="39" end="40"/><type:TextMarkerBasic xmi:id="409" sofa="1" begin="40" end="41"/><type:TextMarkerBasic xmi:id="414" sofa="1" begin="41" end="46"/><type:TextMarkerBasic xmi:id="419" sofa="1" begin="46" end="48"/><type:TextMarkerBasic xmi:id="424" sofa="1" begin="48" end="49"/><type:TextMarkerBasic xmi:id="429" sofa="1" begin="49" end="50"/><type:TextMarkerBasic xmi:id="434" sofa="1" begin="50" end="51"/><type:TextMarkerBasic xmi:id="439" sofa="1" begin="51" end="52"/><type:TextMarkerBasic xmi:id="444" sofa="1" begin="52" end="56"/><type:TextMarkerBasic xmi:id="449" sofa="1" begin="56" end="57"/><type:TextMarkerBasic xmi:id="454" sofa="1" begin="57" end="64"/><type:TextMarkerBasic xmi:id="459" sofa="1" begin="64" end="65"/><type:TextMarkerBasic xmi:id="464" sofa="1" begin="65" end="68"/><type:TextMarkerBasic xmi:id="469" sofa="1" begin="68" end="69"/><type:TextMar
 kerBasic xmi:id="474" sofa="1" begin="69" end="80"/><type:TextMarkerBasic xmi:id="479" sofa="1" begin="80" end="81"/><type:TextMarkerBasic xmi:id="484" sofa="1" begin="81" end="88"/><type:TextMarkerBasic xmi:id="489" sofa="1" begin="88" end="89"/><type:TextMarkerBasic xmi:id="494" sofa="1" begin="89" end="97"/><type:TextMarkerBasic xmi:id="499" sofa="1" begin="97" end="98"/><type:TextMarkerBasic xmi:id="504" sofa="1" begin="98" end="108"/><type:TextMarkerBasic xmi:id="509" sofa="1" begin="108" end="109"/><type:TextMarkerBasic xmi:id="514" sofa="1" begin="109" end="110"/><type:TextMarkerBasic xmi:id="519" sofa="1" begin="110" end="112"/><type:TextMarkerBasic xmi:id="524" sofa="1" begin="112" end="113"/><type:TextMarkerBasic xmi:id="529" sofa="1" begin="113" end="114"/><type:TextMarkerBasic xmi:id="534" sofa="1" begin="114" end="118"/><type:TextMarkerBasic xmi:id="539" sofa="1" begin="118" end="119"/><type:TextMarkerBasic xmi:id="544" sofa="1" begin="119" end="122"/><type:Text
 MarkerBasic xmi:id="549" sofa="1" begin="122" end="123"/><type:TextMarkerBasic xmi:id="554" sofa="1" begin="123" end="126"/><type:TextMarkerBasic xmi:id="559" sofa="1" begin="126" end="127"/><type:TextMarkerBasic xmi:id="564" sofa="1" begin="127" end="135"/><type:TextMarkerBasic xmi:id="569" sofa="1" begin="135" end="136"/><type:TextMarkerBasic xmi:id="574" sofa="1" begin="136" end="138"/><type:TextMarkerBasic xmi:id="579" sofa="1" begin="138" end="139"/><type:TextMarkerBasic xmi:id="584" sofa="1" begin="139" end="143"/><type:TextMarkerBasic xmi:id="589" sofa="1" begin="143" end="144"/><type:TextMarkerBasic xmi:id="594" sofa="1" begin="144" end="146"/><type:TextMarkerBasic xmi:id="599" sofa="1" begin="146" end="147"/><type:TextMarkerBasic xmi:id="604" sofa="1" begin="147" end="148"/><type:TextMarkerBasic xmi:id="609" sofa="1" begin="148" end="149"/><type:TextMarkerBasic xmi:id="614" sofa="1" begin="149" end="153"/><type:TextMarkerBasic xmi:id="619" sofa="1" begin="153" end="
 154"/><type:TextMarkerBasic xmi:id="624" sofa="1" begin="154" end="155"/><type:TextMarkerBasic xmi:id="629" sofa="1" begin="155" end="156"/><example:Year xmi:id="662" sofa="1" begin="148" end="154"/><Author:NameLinker xmi:id="782" sofa="1" begin="5" end="6"/><Author:NameLinker xmi:id="790" sofa="1" begin="11" end="12"/><Author:NameLinker xmi:id="798" sofa="1" begin="20" end="21"/><Author:NameLinker xmi:id="806" sofa="1" begin="26" end="27"/><Author:NameLinker xmi:id="814" sofa="1" begin="35" end="36"/><Author:FirstNameInitial xmi:id="838" sofa="1" begin="7" end="9"/><Author:FirstNameInitial xmi:id="850" sofa="1" begin="9" end="11"/><Author:FirstNameInitial xmi:id="866" sofa="1" begin="22" end="24"/><Author:FirstNameInitial xmi:id="878" sofa="1" begin="24" end="26"/><Author:FirstNameInitial xmi:id="894" sofa="1" begin="37" end="39"/><Author:Name xmi:id="958" sofa="1" begin="0" end="11"/><Author:Name xmi:id="978" sofa="1" begin="13" end="26"/><Author:Name xmi:id="998" sofa="1"
  begin="28" end="39"/><Author:NameListPart xmi:id="1046" sofa="1" begin="0" end="12"/><Author:NameListPart xmi:id="1058" sofa="1" begin="13" end="27"/><example:Author xmi:id="1094" sofa="1" begin="0" end="40"/><Title:TitleStopper xmi:id="1118" sofa="1" begin="110" end="112"/><example:Title xmi:id="1134" sofa="1" begin="41" end="109"/><example:Bibtex xmi:id="1142" sofa="1" begin="0" end="156" author="1094" title="1134" year="662"/><type:TruePositive xmi:id="1161" sofa="1" begin="0" end="40" original="1166"/><type:TruePositive xmi:id="1170" sofa="1" begin="0" end="156" original="1175"/><type:TruePositive xmi:id="1182" sofa="1" begin="41" end="109" original="1187"/><type:TruePositive xmi:id="1191" sofa="1" begin="148" end="154" original="1196"/><example:Year xmi:id="1196" sofa="1" begin="148" end="154"/><example:Title xmi:id="1187" sofa="1" begin="41" end="109"/><example:Bibtex xmi:id="1175" sofa="1" begin="0" end="156"/><example:Author xmi:id="1166" sofa="1" begin="0" end="40"
 /><cas:View sofa="1" members="8 13 25 33 49 61 69 85 97 113 129 145 161 169 177 185 197 17 41 53 77 89 21 45 57 81 93 109 125 133 141 149 157 165 173 181 193 205 213 221 229 237 245 253 265 29 37 65 73 101 189 261 105 121 201 117 137 209 225 249 153 217 233 241 257 273 269 277 281 285 289 294 299 304 309 314 319 324 329 334 339 344 349 354 359 364 369 374 379 384 389 394 399 404 409 414 419 424 429 434 439 444 449 454 459 464 469 474 479 484 489 494 499 504 509 514 519 524 529 534 539 544 549 554 559 564 569 574 579 584 589 594 599 604 609 614 619 624 629 662 782 790 798 806 814 838 850 866 878 894 958 978 998 1046 1058 1094 1118 1134 1142 1161 1170 1182 1191"/></xmi:XMI>
\ No newline at end of file