Return-Path: X-Original-To: apmail-ctakes-dev-archive@www.apache.org Delivered-To: apmail-ctakes-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 405621091F for ; Wed, 16 Jul 2014 19:07:50 +0000 (UTC) Received: (qmail 89358 invoked by uid 500); 16 Jul 2014 19:07:50 -0000 Delivered-To: apmail-ctakes-dev-archive@ctakes.apache.org Received: (qmail 89307 invoked by uid 500); 16 Jul 2014 19:07:50 -0000 Mailing-List: contact dev-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 dev@ctakes.apache.org Received: (qmail 89288 invoked by uid 99); 16 Jul 2014 19:07:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2014 19:07:49 +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 (nike.apache.org: domain of john.travis.green@gmail.com designates 209.85.216.179 as permitted sender) Received: from [209.85.216.179] (HELO mail-qc0-f179.google.com) (209.85.216.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2014 19:07:47 +0000 Received: by mail-qc0-f179.google.com with SMTP id r5so1168926qcx.38 for ; Wed, 16 Jul 2014 12:07:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:mime-version:message-id:in-reply-to:references:from:to:cc :subject:content-type; bh=yHsVLIReGDQt7Zy2E9WRk5p53IS7AbB0RQcxW8QMNRM=; b=Fh51BFLupYhbiGRkTrPGSwApIU1/Q7lClle2sQzTKWGMpmclQykFNCJnGPWxnJzbF1 DhBWpT2amSIVMx+5wUUplLtQSYWnn8k2/21mZJiFBC8mvkTuVKMrFboqkTVE6G1mZdkv 2Y3sJc2HowadXQtCYqrLDSXBC5rIcPSfAgaInRCFNCiEtDPdg03V5t88zklDlCKV5VU0 w4LjvbQHRgQnkDsI9CT+izfRzaUF9U74Qsey/LOz1jOm7yHExrebM2UNv+H0sVOaYeQR Jy+Q86tlQKTV6CLAlX7iXZ38tLwRnqbex0kd/YW4/DA/uSt5SYEm/IAj8RxR+93Luv4g KX8A== X-Received: by 10.140.36.118 with SMTP id o109mr46762990qgo.25.1405537642830; Wed, 16 Jul 2014 12:07:22 -0700 (PDT) Received: from hedwig-7.prd.orcali.com (ec2-54-85-253-15.compute-1.amazonaws.com. [54.85.253.15]) by mx.google.com with ESMTPSA id 7sm190002qgg.25.2014.07.16.12.07.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 16 Jul 2014 12:07:22 -0700 (PDT) Date: Wed, 16 Jul 2014 12:07:22 -0700 (PDT) X-Google-Original-Date: Wed, 16 Jul 2014 19:07:22 GMT MIME-Version: 1.0 X-Mailer: Nodemailer (0.5.0; +http://www.nodemailer.com/) Message-Id: <1405537642311.52e0b316@Nodemailer> In-Reply-To: References: X-Orchestra-Oid: 187D48BD-EC0E-4668-A69F-685FA976E504 X-Orchestra-Sig: ea5aa62b2e8dfc43305d60fb8815b9a0c8cd396c X-Orchestra-Thrid: TEAE0E204-147D-4C4C-82EB-B244E06A87A6_1473812629143307289 X-Orchestra-Thrid-Sig: efa6b253e9369206489709147ecbce9f30c7d6d0 X-Orchestra-Account: d60fc7ced2d06dcdfa2463f5f0c3435ea9bee3a9 From: "John Green" To: dev@ctakes.apache.org Cc: dev@ctakes.apache.org Subject: Re: Procedure Content-Type: multipart/alternative; boundary="----Nodemailer-0.5.0-?=_1-1405537642478" X-Virus-Checked: Checked by ClamAV on apache.org ------Nodemailer-0.5.0-?=_1-1405537642478 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Sounds like a good starting place to me, thanks Tim.=E2=80=94 Sent from Mailbox for iPhone On Wed, Jul 16, 2014 at 3:06 PM, Miller, Timothy wrote: > Do you mean something like figuring out why a named entity wasn't > detected or something=3F I don't think we have anything formalized, but = my > technique is something like, find the smallest text example that > demonstrates the issue and then work backwards in the pipeline. So for > something missed by the dictionary I first check whether the correct > lookup window was found. If it was then I know it's something about the > dictionary, if not then I go back to the chunker to figure out why the > lookup window wasn't found, etc. > Tim > On 07/16/2014 03:01 PM, John Green wrote: >> Is there a generally accepted procedure for identifying why an = annotation >> wasnt made=3F >> >> JG >> ------Nodemailer-0.5.0-?=_1-1405537642478--