You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2019/01/08 03:46:32 UTC

svn commit: r1850706 - /ctakes/trunk/ctakes-assertion-res/src/main/resources/org/apache/ctakes/assertion/pipeline/WindowedAttributeCleartkSubPipe.piper

Author: seanfinan
Date: Tue Jan  8 03:46:32 2019
New Revision: 1850706

URL: http://svn.apache.org/viewvc?rev=1850706&view=rev
Log:
CTAKES-449 : sub piper for faster cleartk

Added:
    ctakes/trunk/ctakes-assertion-res/src/main/resources/org/apache/ctakes/assertion/pipeline/WindowedAttributeCleartkSubPipe.piper

Added: ctakes/trunk/ctakes-assertion-res/src/main/resources/org/apache/ctakes/assertion/pipeline/WindowedAttributeCleartkSubPipe.piper
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-res/src/main/resources/org/apache/ctakes/assertion/pipeline/WindowedAttributeCleartkSubPipe.piper?rev=1850706&view=auto
==============================================================================
--- ctakes/trunk/ctakes-assertion-res/src/main/resources/org/apache/ctakes/assertion/pipeline/WindowedAttributeCleartkSubPipe.piper (added)
+++ ctakes/trunk/ctakes-assertion-res/src/main/resources/org/apache/ctakes/assertion/pipeline/WindowedAttributeCleartkSubPipe.piper Tue Jan  8 03:46:32 2019
@@ -0,0 +1,20 @@
+// Commands and parameters to create a default entity attributes processing sub-pipeline.  This is not a full pipeline.
+
+// Add the Dependency parser for use by cleartk
+addDescription ClearNLPDependencyParserAE
+// Add the Semantic Role Labeler parser for use by cleartk
+addLogged ClearNLPSemanticRoleLabelerAE
+
+// Add the cleartk package for cleartk class lookups
+package org.apache.ctakes.assertion.medfacts.cleartk
+package org.apache.ctakes.assertion.medfacts.cleartk.windowed
+
+// Add the cleartk attribute engines, logging for them as a block
+add StartFinishLogger LOGGER_NAME=CleartkAnalysisEngine LOGGER_TASK="Assigning Attributes" IS_START=true
+addDescription PolarityCleartkAnalysisEngineWindowed
+addDescription UncertaintyCleartkAnalysisEngineWindowed
+addDescription HistoryCleartkAnalysisEngineWindowed
+addDescription ConditionalCleartkAnalysisEngineWindowed
+addDescription GenericCleartkAnalysisEngineWindowed
+addDescription SubjectCleartkAnalysisEngineWindowed
+add StartFinishLogger LOGGER_NAME=CleartkAnalysisEngine LOGGER_TASK="Assigning Attributes"