Added: 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/factory/testCrs/SingleFileXReader.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/factory/testCrs/SingleFileXReader.xml?rev=1420723&view=auto
==============================================================================
--- 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/factory/testCrs/SingleFileXReader.xml
 (added)
+++ 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/factory/testCrs/SingleFileXReader.xml
 Wed Dec 12 14:58:37 2012
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<collectionReaderDescription xmlns="http://uima.apache.org/resourceSpecifier";>
+  <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+  
<implementationName>org.uimafit.factory.testCrs.SingleFileXReader</implementationName>
+  <processingResourceMetaData>
+    <name>SingleFileXReader</name>
+    <description>/* 
+ Copyright 2009 Regents of the University of Colorado.  
+ All rights reserved. 
+
+ Licensed 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.
+*/</description>
+    <version>1.0</version>
+    <vendor/>
+    <configurationParameters>
+      <configurationParameter>
+        <name>org.uimafit.factory.testCrs.SingleFileXReader.fileName</name>
+        <type>String</type>
+        <multiValued>false</multiValued>
+        <mandatory>true</mandatory>
+      </configurationParameter>
+      <configurationParameter>
+        <name>org.uimafit.factory.testCrs.SingleFileXReader.xmlScheme</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>false</multipleDeploymentAllowed>
+      <outputsNewCASes>true</outputsNewCASes>
+    </operationalProperties>
+  </processingResourceMetaData>
+  <resourceManagerConfiguration/>
+</collectionReaderDescription>

Propchange: 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/factory/testCrs/SingleFileXReader.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/index/AutoImportableIndex.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/index/AutoImportableIndex.xml?rev=1420723&view=auto
==============================================================================
--- 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/index/AutoImportableIndex.xml
 (added)
+++ 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/index/AutoImportableIndex.xml
 Wed Dec 12 14:58:37 2012
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<fsIndexCollection xmlns="http://uima.apache.org/resourceSpecifier";>
+    <fsIndexes>
+        <fsIndexDescription>
+            <label>Automatically Scanned Index</label>
+            <typeName>org.uimafit.type.Token</typeName>
+            <kind>sorted</kind>
+            <keys>
+                <fsIndexKey>
+                    <featureName>begin</featureName>
+                    <comparator>reverse</comparator>
+                </fsIndexKey>
+                <fsIndexKey>
+                    <featureName>end</featureName>
+                    <comparator>standard</comparator>
+                </fsIndexKey>
+            </keys>
+        </fsIndexDescription>
+    </fsIndexes>
+</fsIndexCollection>
\ No newline at end of file

Propchange: 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/index/AutoImportableIndex.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/AnalyzedText.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/AnalyzedText.xml?rev=1420723&view=auto
==============================================================================
--- 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/AnalyzedText.xml 
(added)
+++ 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/AnalyzedText.xml 
Wed Dec 12 14:58:37 2012
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier";>
+  <name>AnalyzedText</name>
+  <description/>
+  <version>1.0</version>
+  <vendor/>
+  <types>
+    <typeDescription>
+      <name>org.uimafit.type.AnalyzedText</name>
+      <description/>
+      <supertypeName>uima.tcas.Annotation</supertypeName>
+      <features>
+        <featureDescription>
+          <name>text</name>
+          <description/>
+          <rangeTypeName>uima.cas.String</rangeTypeName>
+        </featureDescription>
+      </features>
+    </typeDescription>
+  </types>
+</typeSystemDescription>

Propchange: 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/AnalyzedText.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/Sentence.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/Sentence.xml?rev=1420723&view=auto
==============================================================================
--- uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/Sentence.xml 
(added)
+++ uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/Sentence.xml 
Wed Dec 12 14:58:37 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier";>
+  <name>Sentence</name>
+  <description> Copyright 2009 Regents of the University of Colorado.  
+ All rights reserved. 
+
+ Licensed 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.
+</description>
+  <version>1.0</version>
+  <vendor/>
+  <types>
+    <typeDescription>
+      <name>org.uimafit.type.Sentence</name>
+      <description/>
+      <supertypeName>uima.tcas.Annotation</supertypeName>
+    </typeDescription>
+  </types>
+</typeSystemDescription>

Propchange: 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/Sentence.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/Token.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/Token.xml?rev=1420723&view=auto
==============================================================================
--- uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/Token.xml 
(added)
+++ uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/Token.xml 
Wed Dec 12 14:58:37 2012
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier";>
+  <name>Token</name>
+  <description> Copyright 2009 Regents of the University of Colorado.  
+ All rights reserved. 
+
+ Licensed 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.
+</description>
+  <version>1.0</version>
+  <vendor/>
+  <types>
+    <typeDescription>
+      <name>org.uimafit.type.Token</name>
+      <description/>
+      <supertypeName>uima.tcas.Annotation</supertypeName>
+      <features>
+        <featureDescription>
+          <name>pos</name>
+          <description/>
+          <rangeTypeName>uima.cas.String</rangeTypeName>
+        </featureDescription>
+        <featureDescription>
+          <name>stem</name>
+          <description/>
+          <rangeTypeName>uima.cas.String</rangeTypeName>
+        </featureDescription>
+      </features>
+    </typeDescription>
+  </types>
+</typeSystemDescription>

Propchange: 
uima/sandbox/trunk/uimaFIT/src/test/resources/org/uimafit/type/Token.xml
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to