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 2020/04/24 20:14:28 UTC

svn commit: r1876943 - /ctakes/trunk/ctakes-examples-res/src/main/resources/org/apache/ctakes/examples/pipeline/FullPipeline.piper

Author: seanfinan
Date: Fri Apr 24 20:14:27 2020
New Revision: 1876943

URL: http://svn.apache.org/viewvc?rev=1876943&view=rev
Log:
Revert

Modified:
    ctakes/trunk/ctakes-examples-res/src/main/resources/org/apache/ctakes/examples/pipeline/FullPipeline.piper

Modified: ctakes/trunk/ctakes-examples-res/src/main/resources/org/apache/ctakes/examples/pipeline/FullPipeline.piper
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-examples-res/src/main/resources/org/apache/ctakes/examples/pipeline/FullPipeline.piper?rev=1876943&r1=1876942&r2=1876943&view=diff
==============================================================================
--- ctakes/trunk/ctakes-examples-res/src/main/resources/org/apache/ctakes/examples/pipeline/FullPipeline.piper (original)
+++ ctakes/trunk/ctakes-examples-res/src/main/resources/org/apache/ctakes/examples/pipeline/FullPipeline.piper Fri Apr 24 20:14:27 2020
@@ -1,48 +1,34 @@
-//set InputFileName=C:/Spiffy/ctakes_data/alon_geva/temp/temp.txt
-//reader LinesFromFileCollectionReader
 
 // Advanced Tokenization: Regex sectionization, BIO Sentence Detector (lumper), Paragraphs, Lists
-//load FullTokenizerPipeline
+load FullTokenizerPipeline
 // OR use the standard tokenizer pipeline:
 //load DefaultTokenizerPipeline
 
-add BsvRegexSectionizer SectionsBsv=org/apache/ctakes/core/sections/NaaccrXmlSections.bsv
-
-add SectionFilter ValidSectionList=org/apache/ctakes/core/sections/NaaccrXmlSections.bsv
-
-add SentenceDetector
-add TokenizerAnnotatorPTB
-
 // Always need these ...
-//add ContextDependentTokenizerAnnotator
+add ContextDependentTokenizerAnnotator
 add POSTagger
 
 // Chunkers
-//load ChunkerSubPipe
+load ChunkerSubPipe
 
 // Default fast dictionary lookup
-//set minimumSpan=2
+set minimumSpan=2
 load DictionarySubPipe
 
 // Cleartk Entity Attributes (negation, uncertainty, etc.)
-//load AttributeCleartkSubPipe
-
-//package org.apache.ctakes.examples.ae
-//add BodySideFinder
+load AttributeCleartkSubPipe
 
 // Entity Relations (degree/severity, anatomical location)
-//load RelationSubPipe
+load RelationSubPipe
 
 // Temporal (event, time, dtr, tlink)
-//load TemporalSubPipe
+load TemporalSubPipe
 
 // Coreferences (e.g. patient = he)
-//load CorefSubPipe
+load CorefSubPipe
 
 // Html output
 add pretty.html.HtmlTextWriter
 
 // XMI output
 //writeXmis
-
-//add SentenceFirstCuiWriter