Return-Path: X-Original-To: apmail-incubator-ctakes-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ctakes-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41D4FD1D0 for ; Fri, 19 Oct 2012 19:13:10 +0000 (UTC) Received: (qmail 62749 invoked by uid 500); 19 Oct 2012 19:13:10 -0000 Delivered-To: apmail-incubator-ctakes-commits-archive@incubator.apache.org Received: (qmail 62725 invoked by uid 500); 19 Oct 2012 19:13:10 -0000 Mailing-List: contact ctakes-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ctakes-dev@incubator.apache.org Delivered-To: mailing list ctakes-commits@incubator.apache.org Received: (qmail 62718 invoked by uid 99); 19 Oct 2012 19:13:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2012 19:13:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2012 19:13:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 71CFB23888EA; Fri, 19 Oct 2012 19:12:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1400235 - in /incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine: DictionaryLookupAnnotator.xml DictionaryLookupAnnotatorCSV.xml DictionaryLookupAnnotatorDB.xml Date: Fri, 19 Oct 2012 19:12:22 -0000 To: ctakes-commits@incubator.apache.org From: chenpei@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121019191222.71CFB23888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chenpei Date: Fri Oct 19 19:12:21 2012 New Revision: 1400235 URL: http://svn.apache.org/viewvc?rev=1400235&view=rev Log: https://issues.apache.org/jira/browse/CTAKES-54 Fixed the paths to the toy/dummy dictionaries Modified: incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotator.xml incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotatorCSV.xml incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotatorDB.xml Modified: incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotator.xml URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotator.xml?rev=1400235&r1=1400234&r2=1400235&view=diff ============================================================================== --- incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotator.xml (original) +++ incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotator.xml Fri Oct 19 19:12:21 2012 @@ -134,7 +134,7 @@ IndexDirectory - lookup/drug_index + org/apache/ctakes/dictionary/lookup/drug_index @@ -173,7 +173,7 @@ IndexDirectory - lookup/OrangeBook + org/apache/ctakes/dictionary/lookup/OrangeBook @@ -212,7 +212,7 @@ IndexDirectory - lookup/snomed-like_sample + org/apache/ctakes/dictionary/lookup/snomed-like_sample @@ -224,7 +224,7 @@ LookupDescriptorFile - file:lookup/LookupDesc.xml + file:org/apache/ctakes/dictionary/lookup/LookupDesc.xml org.apache.ctakes.core.resource.FileResourceImpl @@ -232,7 +232,7 @@ CodesListIndexDirectory - file:lookup/snomed-like_codes_sample + file:org/apache/ctakes/dictionary/lookup/snomed-like_codes_sample org.apache.ctakes.core.resource.FileResourceImpl Modified: incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotatorCSV.xml URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotatorCSV.xml?rev=1400235&r1=1400234&r2=1400235&view=diff ============================================================================== --- incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotatorCSV.xml (original) +++ incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotatorCSV.xml Fri Oct 19 19:12:21 2012 @@ -101,7 +101,7 @@ LookupDescriptorFile - file:lookup/LookupDesc_csv_sample.xml + file:org/apache/ctakes/dictionary/lookup/LookupDesc_csv_sample.xml org.apache.ctakes.core.resource.FileResourceImpl @@ -109,7 +109,7 @@ DictionaryFileResource - file:lookup/dictionary1.csv + file:org/apache/ctakes/dictionary/lookup/dictionary1.csv org.apache.ctakes.core.resource.FileResourceImpl @@ -144,7 +144,7 @@ IndexDirectory - lookup/drug_index + org/apache/ctakes/dictionary/lookup/drug_index @@ -183,7 +183,7 @@ IndexDirectory - lookup/OrangeBook + org/apache/ctakes/dictionary/lookup/OrangeBook Modified: incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotatorDB.xml URL: http://svn.apache.org/viewvc/incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotatorDB.xml?rev=1400235&r1=1400234&r2=1400235&view=diff ============================================================================== --- incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotatorDB.xml (original) +++ incubator/ctakes/trunk/ctakes-dictionary-lookup/desc/analysis_engine/DictionaryLookupAnnotatorDB.xml Fri Oct 19 19:12:21 2012 @@ -101,7 +101,7 @@ LookupDescriptorFile - file:lookup/LookupDesc_Db.xml + file:org/apache/ctakes/dictionary/lookup/LookupDesc_Db.xml org.apache.ctakes.core.resource.FileResourceImpl @@ -199,7 +199,7 @@ IndexDirectory - lookup/drug_index + org/apache/ctakes/dictionary/lookup/drug_index