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 2013/01/11 22:09:08 UTC

svn commit: r1432287 - /incubator/ctakes/trunk/ctakes-smoking-status/desc/analysis_engine/ProductionPostSentenceAggregate_step2_libsvm.xml

Author: spmurphy50
Date: Fri Jan 11 21:09:08 2013
New Revision: 1432287

URL: http://svn.apache.org/viewvc?rev=1432287&view=rev
Log:
CTAKES-128 Update path in the smoking status pipeline to correctly find negation annotation

Added:
    incubator/ctakes/trunk/ctakes-smoking-status/desc/analysis_engine/ProductionPostSentenceAggregate_step2_libsvm.xml   (with props)

Added: incubator/ctakes/trunk/ctakes-smoking-status/desc/analysis_engine/ProductionPostSentenceAggregate_step2_libsvm.xml
URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-smoking-status/desc/analysis_engine/ProductionPostSentenceAggregate_step2_libsvm.xml?rev=1432287&view=auto
==============================================================================
--- incubator/ctakes/trunk/ctakes-smoking-status/desc/analysis_engine/ProductionPostSentenceAggregate_step2_libsvm.xml (added)
+++ incubator/ctakes/trunk/ctakes-smoking-status/desc/analysis_engine/ProductionPostSentenceAggregate_step2_libsvm.xml Fri Jan 11 21:09:08 2013
@@ -0,0 +1,73 @@
+<?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>false</primitive>
+<delegateAnalysisEngineSpecifiers>
+<delegateAnalysisEngine key="ArtificialSentenceAnnotator">
+<import location="file:ArtificialSentenceAnnotator.xml"/>
+</delegateAnalysisEngine>
+<delegateAnalysisEngine key="SentenceAdjuster">
+<import location="SentenceAdjuster.xml"/>
+</delegateAnalysisEngine>
+<delegateAnalysisEngine key="SmokingStatusDictionaryLookupAnnotator">
+<import location="file:SmokingStatusDictionaryLookupAnnotator.xml"/>
+</delegateAnalysisEngine>
+<delegateAnalysisEngine key="PcsClassifierAnnotator_libsvm">
+<import location="PcsClassifierAnnotator_libsvm.xml"/>
+</delegateAnalysisEngine>
+<delegateAnalysisEngine key="NegationAnnotator">
+<import name="org.apache.ctakes.necontexts.desc.NegationAnnotator"/>
+</delegateAnalysisEngine>
+</delegateAnalysisEngineSpecifiers>
+<analysisEngineMetaData>
+<name>Smoking Status AE</name>
+<description>Aggregate AE used to run the Smoking Status pipeline.  This should be followed by the RecordResolutionCasConsumer.</description>
+<version></version>
+<vendor></vendor>
+<configurationParameters searchStrategy="language_fallback"/>
+<configurationParameterSettings/>
+<flowConstraints>
+<fixedFlow>
+<node>PcsClassifierAnnotator_libsvm</node>
+<node>ArtificialSentenceAnnotator</node>
+<node>SentenceAdjuster</node>
+<node>SmokingStatusDictionaryLookupAnnotator</node>
+<node>NegationAnnotator</node>
+</fixedFlow>
+</flowConstraints>
+<fsIndexCollection/>
+<capabilities>
+<capability>
+<inputs/>
+<outputs/>
+<languagesSupported/>
+</capability>
+</capabilities>
+<operationalProperties>
+<modifiesCas>true</modifiesCas>
+<multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+<outputsNewCASes>false</outputsNewCASes>
+</operationalProperties>
+</analysisEngineMetaData>
+<resourceManagerConfiguration/>
+</taeDescription>

Propchange: incubator/ctakes/trunk/ctakes-smoking-status/desc/analysis_engine/ProductionPostSentenceAggregate_step2_libsvm.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain