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 2023/01/10 21:24:58 UTC

[ctakes] branch main updated: missed the piper/ references in this file. Really, there should only be 1 Default.piper, either in docker or resources, but not both.

This is an automated email from the ASF dual-hosted git repository.

seanfinan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ctakes.git


The following commit(s) were added to refs/heads/main by this push:
     new 22a2da5  missed the piper/ references in this file.  Really, there should only be 1 Default.piper, either in docker or resources, but not both.
22a2da5 is described below

commit 22a2da59f8b24d6fbc8ccc082c29a95aec14aa10
Author: Sean Finan <se...@childrens.harvard.edu>
AuthorDate: Tue Jan 10 16:24:43 2023 -0500

    missed the piper/ references in this file.  Really, there should only be 1 Default.piper, either in docker or resources, but not both.
---
 ctakes-web-rest/docker/Default.piper | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ctakes-web-rest/docker/Default.piper b/ctakes-web-rest/docker/Default.piper
index c1d5785..d28444c 100644
--- a/ctakes-web-rest/docker/Default.piper
+++ b/ctakes-web-rest/docker/Default.piper
@@ -4,17 +4,17 @@
 threads 3
 
 // Load a simple token processing pipeline from another pipeline file
-load pipers/TsDefaultTokenizerPipeline
+load TsDefaultTokenizerPipeline
 
 // Add non-core annotators
 add ContextDependentTokenizerAnnotator
 addDescription POSTagger
 
 // Add Chunkers
-load pipers/TsChunkerSubPipe
+load TsChunkerSubPipe
 
 // Default fast dictionary lookup
-load pipers/TsDictionarySubPipe
+load TsDictionarySubPipe
 
 // Add Cleartk Entity Attribute annotators
-//load pipers/TsAttributeCleartkSubPipe
+//load TsAttributeCleartkSubPipe