You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ja...@apache.org on 2013/05/06 17:14:11 UTC

svn commit: r1479601 - /ctakes/trunk/ctakes-core/desc/analysis_engine/SHARPKnowtatorXMLReader.xml

Author: james-masanz
Date: Mon May  6 15:14:10 2013
New Revision: 1479601

URL: http://svn.apache.org/r1479601
Log: (empty)

Added:
    ctakes/trunk/ctakes-core/desc/analysis_engine/SHARPKnowtatorXMLReader.xml   (with props)

Added: ctakes/trunk/ctakes-core/desc/analysis_engine/SHARPKnowtatorXMLReader.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-core/desc/analysis_engine/SHARPKnowtatorXMLReader.xml?rev=1479601&view=auto
==============================================================================
--- ctakes/trunk/ctakes-core/desc/analysis_engine/SHARPKnowtatorXMLReader.xml (added)
+++ ctakes/trunk/ctakes-core/desc/analysis_engine/SHARPKnowtatorXMLReader.xml Mon May  6 15:14:10 2013
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?><taeDescription xmlns="http://uima.apache.org/resourceSpecifier">
+  <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+  <primitive>true</primitive>
+  <annotatorImplementationName>org.apache.ctakes.core.ae.SHARPKnowtatorXMLReader</annotatorImplementationName>
+  <analysisEngineMetaData>
+    <name>SHARPKnowtatorXMLReader</name>
+    <description/>
+    <version>1.0</version>
+    <vendor/>
+    <configurationParameters>
+      <configurationParameter>
+        <name>TextDirectory</name>
+        <description/>
+        <type>String</type>
+        <multiValued>false</multiValued>
+        <mandatory>true</mandatory>
+      </configurationParameter>
+      <configurationParameter>
+        <name>SetDefaults</name>
+        <type>Boolean</type>
+        <multiValued>false</multiValued>
+        <mandatory>true</mandatory>
+      </configurationParameter>
+    </configurationParameters>
+    <configurationParameterSettings>
+      <nameValuePair>
+        <name>SetDefaults</name>
+        <value>
+          <boolean>true</boolean>
+        </value>
+      </nameValuePair>
+      <nameValuePair>
+        <name>TextDirectory</name>
+        <value>
+          <string>/SHARP-data/UMLS_CEM/ss1_batchXX/Knowtator/text</string>
+        </value>
+      </nameValuePair>
+    </configurationParameterSettings>
+    <typeSystemDescription>
+      <imports>
+        <import name="org.apache.ctakes.typesystem.types.TypeSystem"/>
+      </imports>
+    </typeSystemDescription>
+    <typePriorities/>
+    <fsIndexCollection/>
+    <capabilities>
+      <capability>
+        <inputs/>
+        <outputs/>
+        <languagesSupported/>
+      </capability>
+    </capabilities>
+    <operationalProperties>
+      <modifiesCas>true</modifiesCas>
+      <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+      <outputsNewCASes>false</outputsNewCASes>
+    </operationalProperties>
+  </analysisEngineMetaData>
+  <resourceManagerConfiguration/>
+</taeDescription>

Propchange: ctakes/trunk/ctakes-core/desc/analysis_engine/SHARPKnowtatorXMLReader.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain