Return-Path: X-Original-To: apmail-ctakes-user-archive@www.apache.org Delivered-To: apmail-ctakes-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F3DC10F1E for ; Tue, 9 Jul 2013 15:00:05 +0000 (UTC) Received: (qmail 75190 invoked by uid 500); 9 Jul 2013 15:00:05 -0000 Delivered-To: apmail-ctakes-user-archive@ctakes.apache.org Received: (qmail 75116 invoked by uid 500); 9 Jul 2013 15:00:04 -0000 Mailing-List: contact user-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ctakes.apache.org Delivered-To: mailing list user@ctakes.apache.org Received: (qmail 75104 invoked by uid 99); 9 Jul 2013 15:00:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jul 2013 15:00:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of snehal.kumar@gmail.com designates 209.85.192.170 as permitted sender) Received: from [209.85.192.170] (HELO mail-pd0-f170.google.com) (209.85.192.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jul 2013 15:00:00 +0000 Received: by mail-pd0-f170.google.com with SMTP id x11so5364894pdj.1 for ; Tue, 09 Jul 2013 07:59:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=r1daWg2JfuhgaNGHO619PhOWd61YR/j7CB/pmdwbzdA=; b=vPvyw7SCCBP2aMNxPMeGq9UmJdVGT/bLveT5EChkvMjws+6jMl4IEb5cZlMWtRZ3Qe DsZ8VWpZOT8XX14+fT+ertDbiQbq43XvtGIJ+hDmg4rJvulKZA19LT55vr9MblaQegNZ zxHzV+S89AUfzelCLs8gIwo/i86PxV6qUOBMMtyokQvZBAmoM+1vnjLodh6ZCNM26CAV ZCSjHtwlDDMeyHtLQ+Sc7QkXC6U8NBpVOVBwh0lCI+MUay3G1WyBz+4oh4749Gw4xLfQ IIRX4/RWzBcxVpnsc3VM2eMNBsjLmAsr/vhN6x+1wjEgXzkzqpgcNBlQRuymFibWqJIM 2lCA== X-Received: by 10.68.134.103 with SMTP id pj7mr26508546pbb.171.1373381979851; Tue, 09 Jul 2013 07:59:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.39.70 with HTTP; Tue, 9 Jul 2013 07:59:19 -0700 (PDT) In-Reply-To: <924DE05C19409B438EB81DE683A942D91056151D@CHEXMBX1A.CHBOSTON.ORG> References: <924DE05C19409B438EB81DE683A942D91056151D@CHEXMBX1A.CHBOSTON.ORG> From: Snehal Date: Tue, 9 Jul 2013 07:59:19 -0700 Message-ID: Subject: Re: Help configuring ctakes for disease/medication Annotation detection To: user Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hello Pei, Thanks for the input. I think I missed the config for Lookup window. My use case is just for identifying if a text contains disease or drug mention. Does ctakes require all the different components such as Chunker,POS tagger etc; for identifying this? Regards, Snehal Snehal On Tue, Jul 9, 2013 at 7:34 AM, Chen, Pei wrote: > Hi Snehal, > The lookup window is most likely empty. > It looks like the test case is configured to only run the Dictionary Lookup component alone. > The dictionary look up component is dependent on others such as: SimpleSegment > Sentence Dectector > Tokenizer > POS Tagger > Chunker > https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.0+Component+Use+Guide > > A recent example: > http://svn.apache.org/repos/asf/ctakes/trunk/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/pipelines/EventExtractionPipeline.java > > I hope that helps. > --Pei > >> -----Original Message----- >> From: Snehal [mailto:snehal.kumar@gmail.com] >> Sent: Tuesday, July 09, 2013 3:18 AM >> To: user >> Subject: Help configuring ctakes for disease/medication Annotation >> detection >> >> Hello, >> >> I am trying to configure ctakes - dictionary lookup module using Uimafit to >> detect disease/medication given a sample text. When I run the attached unit >> test, I am unable to find any annotations. Any idea what I am missing? >> >> Thanks, >> Snehal