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 71855bf  Changed reference for README to README.md Might as well add 
fhir to BigPipeline.piper
71855bf is described below

commit 71855bf6cbfa7db94fafda812e0794c31c96c961
Author: Sean Finan <[email protected]>
AuthorDate: Sun Dec 24 10:30:00 2023 -0500

    Changed reference for README to README.md
    Might as well add fhir to BigPipeline.piper
---
 ctakes-distribution/src/main/assembly/bin.xml                          | 2 +-
 .../resources/org/apache/ctakes/examples/pipeline/BigPipeline.piper    | 3 +++
 ctakes-ytex-web/pom.xml                                                | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ctakes-distribution/src/main/assembly/bin.xml 
b/ctakes-distribution/src/main/assembly/bin.xml
index 2c8e2a0..94200a6 100644
--- a/ctakes-distribution/src/main/assembly/bin.xml
+++ b/ctakes-distribution/src/main/assembly/bin.xml
@@ -394,7 +394,7 @@
        </fileSets>
        <files>
                <file>
-                       <source>../README</source>
+                       <source>../README.md</source>
                        <outputDirectory/>
                </file>
                <file>
diff --git 
a/ctakes-examples/src/user/resources/org/apache/ctakes/examples/pipeline/BigPipeline.piper
 
b/ctakes-examples/src/user/resources/org/apache/ctakes/examples/pipeline/BigPipeline.piper
index 8651c8d..b086b1d 100644
--- 
a/ctakes-examples/src/user/resources/org/apache/ctakes/examples/pipeline/BigPipeline.piper
+++ 
b/ctakes-examples/src/user/resources/org/apache/ctakes/examples/pipeline/BigPipeline.piper
@@ -46,6 +46,9 @@ add pretty.html.HtmlTextWriter SubDirectory=html
 // Text output, write to subdirectory.
 add pretty.plaintext.PrettyTextWriterFit SubDirectory=text
 
+// primitive FHIR output, write to subdirectory
+add org.apache.ctakes.fhir.cc.FhirJsonFileWriter WriteNlpFhir=true 
SubDirectory=fhir
+
 // Table output, write to subdirectory.  Write bsv (default), csv and html 
styles.
 add SemanticTableFileWriter SubDirectory=bsv_table
 add SemanticTableFileWriter SubDirectory=csv_table TableType=CSV
diff --git a/ctakes-ytex-web/pom.xml b/ctakes-ytex-web/pom.xml
index 673be34..47272c2 100644
--- a/ctakes-ytex-web/pom.xml
+++ b/ctakes-ytex-web/pom.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- see accompanying README.txt       -->
+<!-- see accompanying README.md.txt    -->
 <project
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
        xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

Reply via email to