You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by sp...@apache.org on 2012/12/18 17:21:24 UTC

svn commit: r1423515 - in /incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/src/main/resources: ./ org/ org/apache/ org/apache/ctakes/ org/apache/ctakes/necontexts/ org/apache/ctakes/necontexts/desc/

Author: spmurphy50
Date: Tue Dec 18 16:21:23 2012
New Revision: 1423515

URL: http://svn.apache.org/viewvc?rev=1423515&view=rev
Log:
cTAKES 101

Added:
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/src/main/resources/
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/src/main/resources/org/
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/src/main/resources/org/apache/
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/src/main/resources/org/apache/ctakes/
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/src/main/resources/org/apache/ctakes/necontexts/
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/src/main/resources/org/apache/ctakes/necontexts/desc/
    incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/src/main/resources/org/apache/ctakes/necontexts/desc/NegationAnnotator.xml   (with props)

Added: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/src/main/resources/org/apache/ctakes/necontexts/desc/NegationAnnotator.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/src/main/resources/org/apache/ctakes/necontexts/desc/NegationAnnotator.xml?rev=1423515&view=auto
==============================================================================
--- incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/src/main/resources/org/apache/ctakes/necontexts/desc/NegationAnnotator.xml (added)
+++ incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/src/main/resources/org/apache/ctakes/necontexts/desc/NegationAnnotator.xml Tue Dec 18 16:21:23 2012
@@ -0,0 +1,160 @@
+<?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.
+
+-->
+<taeDescription xmlns="http://uima.apache.org/resourceSpecifier">
+<frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+<primitive>true</primitive>
+<annotatorImplementationName>org.apache.ctakes.necontexts.ContextAnnotator</annotatorImplementationName>
+<analysisEngineMetaData>
+<name>NegationAnnotator</name>
+<configurationParameters>
+<configurationParameter>
+<name>MaxLeftScopeSize</name>
+<description></description>
+<type>Integer</type>
+<multiValued>false</multiValued>
+<mandatory>true</mandatory>
+</configurationParameter>
+<configurationParameter>
+<name>MaxRightScopeSize</name>
+<description></description>
+<type>Integer</type>
+<multiValued>false</multiValued>
+<mandatory>true</mandatory>
+</configurationParameter>
+<configurationParameter>
+<name>ScopeOrder</name>
+<description></description>
+<type>String</type>
+<multiValued>true</multiValued>
+<mandatory>true</mandatory>
+</configurationParameter>
+<configurationParameter>
+<name>ContextAnalyzerClass</name>
+<type>String</type>
+<multiValued>false</multiValued>
+<mandatory>true</mandatory>
+</configurationParameter>
+<configurationParameter>
+<name>ContextHitConsumerClass</name>
+<description></description>
+<type>String</type>
+<multiValued>false</multiValued>
+<mandatory>true</mandatory>
+</configurationParameter>
+<configurationParameter>
+<name>WindowAnnotationClass</name>
+<type>String</type>
+<multiValued>false</multiValued>
+<mandatory>true</mandatory>
+</configurationParameter>
+<configurationParameter>
+<name>FocusAnnotationClass</name>
+<type>String</type>
+<multiValued>false</multiValued>
+<mandatory>true</mandatory>
+</configurationParameter>
+<configurationParameter>
+<name>ContextAnnotationClass</name>
+<type>String</type>
+<multiValued>false</multiValued>
+<mandatory>true</mandatory>
+</configurationParameter>
+</configurationParameters>
+<configurationParameterSettings>
+<nameValuePair>
+<name>MaxLeftScopeSize</name>
+<value>
+<integer>7</integer>
+</value>
+</nameValuePair>
+<nameValuePair>
+<name>MaxRightScopeSize</name>
+<value>
+<integer>7</integer>
+</value>
+</nameValuePair>
+<nameValuePair>
+<name>ScopeOrder</name>
+<value>
+<array>
+<string>LEFT</string>
+<string>RIGHT</string>
+</array>
+</value>
+</nameValuePair>
+<nameValuePair>
+<name>ContextHitConsumerClass</name>
+<value>
+<string>org.apache.ctakes.necontexts.negation.NegationContextHitConsumer</string>
+</value>
+</nameValuePair>
+<nameValuePair>
+<name>WindowAnnotationClass</name>
+<value>
+<string>org.apache.ctakes.typesystem.type.textspan.Sentence</string>
+</value>
+</nameValuePair>
+<nameValuePair>
+<name>FocusAnnotationClass</name>
+<value>
+<string>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</string>
+</value>
+</nameValuePair>
+<nameValuePair>
+<name>ContextAnnotationClass</name>
+<value>
+<string>org.apache.ctakes.typesystem.type.syntax.BaseToken</string>
+</value>
+</nameValuePair>
+<nameValuePair>
+<name>ContextAnalyzerClass</name>
+<value>
+<string>org.apache.ctakes.necontexts.negation.NegationContextAnalyzer</string>
+</value>
+</nameValuePair>
+</configurationParameterSettings>
+<typeSystemDescription>
+<imports>
+</imports>
+</typeSystemDescription>
+<typePriorities/>
+<fsIndexCollection/>
+<capabilities>
+<capability>
+<inputs>
+<type allAnnotatorFeatures="true">org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</type>
+<type allAnnotatorFeatures="true">org.apache.ctakes.typesystem.type.syntax.BaseToken</type>
+</inputs>
+<outputs>
+<type allAnnotatorFeatures="true">org.apache.ctakes.necontexts.type.ContextAnnotation</type>
+</outputs>
+<languagesSupported/>
+</capability>
+</capabilities>
+<operationalProperties>
+<modifiesCas>true</modifiesCas>
+<multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+<outputsNewCASes>false</outputsNewCASes>
+</operationalProperties>
+</analysisEngineMetaData>
+<resourceManagerConfiguration/>
+</taeDescription>

Propchange: incubator/ctakes/branches/ctakes-3.0.0-incubating/ctakes-clinical-pipeline/src/main/resources/org/apache/ctakes/necontexts/desc/NegationAnnotator.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain