Return-Path: X-Original-To: apmail-ctakes-commits-archive@www.apache.org Delivered-To: apmail-ctakes-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 269F910B49 for ; Fri, 3 Jan 2014 23:17:09 +0000 (UTC) Received: (qmail 84250 invoked by uid 500); 3 Jan 2014 23:17:09 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 84218 invoked by uid 500); 3 Jan 2014 23:17:09 -0000 Mailing-List: contact commits-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list commits@ctakes.apache.org Received: (qmail 84211 invoked by uid 99); 3 Jan 2014 23:17:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jan 2014 23:17:09 +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, 03 Jan 2014 23:17:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DDE0A23888E2; Fri, 3 Jan 2014 23:16:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1555277 - in /ctakes/branches/ytex/ctakes-ytex/scripts: build-nonasf.xml dbannotationviewer.bat Date: Fri, 03 Jan 2014 23:16:47 -0000 To: commits@ctakes.apache.org From: vjapache@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140103231647.DDE0A23888E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vjapache Date: Fri Jan 3 23:16:47 2014 New Revision: 1555277 URL: http://svn.apache.org/r1555277 Log: create script to generate the ctakes-ytex-resources.zip script to launch dbannotationviewer Added: ctakes/branches/ytex/ctakes-ytex/scripts/build-nonasf.xml ctakes/branches/ytex/ctakes-ytex/scripts/dbannotationviewer.bat Added: ctakes/branches/ytex/ctakes-ytex/scripts/build-nonasf.xml URL: http://svn.apache.org/viewvc/ctakes/branches/ytex/ctakes-ytex/scripts/build-nonasf.xml?rev=1555277&view=auto ============================================================================== --- ctakes/branches/ytex/ctakes-ytex/scripts/build-nonasf.xml (added) +++ ctakes/branches/ytex/ctakes-ytex/scripts/build-nonasf.xml Fri Jan 3 23:16:47 2014 @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + select cui, coalesce(tui, ''), fword, coalesce(fstem,''), tok_str, coalesce(stem_str,'') from v_snomed_fword_lookup + + + + + + + + + + + + + + + + + + + + Added: ctakes/branches/ytex/ctakes-ytex/scripts/dbannotationviewer.bat URL: http://svn.apache.org/viewvc/ctakes/branches/ytex/ctakes-ytex/scripts/dbannotationviewer.bat?rev=1555277&view=auto ============================================================================== --- ctakes/branches/ytex/ctakes-ytex/scripts/dbannotationviewer.bat (added) +++ ctakes/branches/ytex/ctakes-ytex/scripts/dbannotationviewer.bat Fri Jan 3 23:16:47 2014 @@ -0,0 +1,4 @@ +@setlocal +@call %~dp0../../setenv.bat +java -cp %CLASSPATH% org.apache.ctakes.ytex.tools.DBAnnotationViewerMain +@endlocal \ No newline at end of file