Author: lewismc
Date: Wed Oct  7 19:19:52 2015
New Revision: 1707363

URL: http://svn.apache.org/viewvc?rev=1707363&view=rev
Log:
TIKA-1741 Include CTAKESConfig.properties within tika-parsers resources by 
default

Added:
    tika/trunk/tika-parsers/src/main/resources/org/apache/tika/parser/ctakes/
    
tika/trunk/tika-parsers/src/main/resources/org/apache/tika/parser/ctakes/CTAKESConfig.properties
Modified:
    tika/trunk/CHANGES.txt

Modified: tika/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1707363&r1=1707362&r2=1707363&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Wed Oct  7 19:19:52 2015
@@ -1,5 +1,8 @@
 Release 1.11 - Current Development
   
+  * Include CTAKESConfig.properties within tika-parsers resources 
+    by default (TIKA-1741)
+  
   * Prevent infinite recursion when processing inline images
     in PDF files by limiting extraction of duplicate images
     within the same page (TIKA-1742).

Added: 
tika/trunk/tika-parsers/src/main/resources/org/apache/tika/parser/ctakes/CTAKESConfig.properties
URL: 
http://svn.apache.org/viewvc/tika/trunk/tika-parsers/src/main/resources/org/apache/tika/parser/ctakes/CTAKESConfig.properties?rev=1707363&view=auto
==============================================================================
--- 
tika/trunk/tika-parsers/src/main/resources/org/apache/tika/parser/ctakes/CTAKESConfig.properties
 (added)
+++ 
tika/trunk/tika-parsers/src/main/resources/org/apache/tika/parser/ctakes/CTAKESConfig.properties
 Wed Oct  7 19:19:52 2015
@@ -0,0 +1,22 @@
+# 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.
+
+aeDescriptorPath=/ctakes-clinical-pipeline/desc/analysis_engine/AggregatePlaintextUMLSProcessor.xml
+text=true
+annotationProps=BEGIN,END,ONTOLOGY_CONCEPT_ARR
+separatorChar=:
+metadata=Study Title,Study Description
+UMLSUser=
+UMLSPass=


Reply via email to