Return-Path: X-Original-To: apmail-incubator-ctakes-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ctakes-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D0C4EB0D for ; Thu, 27 Dec 2012 05:17:27 +0000 (UTC) Received: (qmail 30084 invoked by uid 500); 27 Dec 2012 05:17:26 -0000 Delivered-To: apmail-incubator-ctakes-dev-archive@incubator.apache.org Received: (qmail 29882 invoked by uid 500); 27 Dec 2012 05:17:21 -0000 Mailing-List: contact ctakes-dev-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-dev@incubator.apache.org Received: (qmail 29827 invoked by uid 99); 27 Dec 2012 05:17:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2012 05:17:18 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of deepaldhariwal@gmail.com designates 74.125.82.49 as permitted sender) Received: from [74.125.82.49] (HELO mail-wg0-f49.google.com) (74.125.82.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2012 05:17:12 +0000 Received: by mail-wg0-f49.google.com with SMTP id 15so4048499wgd.4 for ; Wed, 26 Dec 2012 21:16:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=I+of3i1ZbaO/km5WP7maQwufkjCrUW3s3Wf6b9UOWhg=; b=jMvyu5Ot2FiTFpfQ+gODyN38p7n0WVVfTM3ebrdv8OvhfUDADtxWiW+FWX98Fd6RO3 d+N8/2Q22DNN2rrxoxdNDjSBfEaWNYEYk2316Kz25yEecPhzc4V2zJi/Bh2qm/JwSKDT Zv+lgBjqDuOifmKW6jSVXfbsZk8pKbMDri1guodyNy/6B0uozcshnLbUNnRq2sH31j7/ cta/JkDsEsP26QLAV4UtV37epkrYq4/ffSyVVr7R+RUrwYHs1qDDmgj5+XmRbtZdZp0q Gw9wGXTPcDo5EQXoF+jE1veBpiVW62t7Y2cnSne1pH3e0VwOVv6sUtLWC8/z0K9DVf84 KOaw== MIME-Version: 1.0 Received: by 10.194.23.37 with SMTP id j5mr46994443wjf.28.1356585411050; Wed, 26 Dec 2012 21:16:51 -0800 (PST) Received: by 10.194.140.38 with HTTP; Wed, 26 Dec 2012 21:16:50 -0800 (PST) Date: Thu, 27 Dec 2012 00:16:50 -0500 Message-ID: Subject: Information Extraction using ontology From: Deepal Dhariwal To: ctakes-user@incubator.apache.org, ctakes-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=047d7b414e8c887de304d1cea799 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b414e8c887de304d1cea799 Content-Type: text/plain; charset=ISO-8859-1 Hello all, I have a heart ontology and I want to extract terms from a clinical text that correspond to classes in the ontology. cTAKES UMLS Lookup Annotator returns UMLS terms from a given piece of text. Could I modify the annotator to extract terms from the ontology and is there is some other component of cTAKES that would allow me to do so. I am trying to set up a cTakes pipeline where I first extract medical terms from text using UMLS lookup then filter cardio vascular terms and identify relations between them using an ontology. Thanks Deepal Dhariwal --047d7b414e8c887de304d1cea799--