Return-Path: X-Original-To: apmail-ctakes-notifications-archive@www.apache.org Delivered-To: apmail-ctakes-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 273A0184F5 for ; Tue, 24 Nov 2015 21:04:11 +0000 (UTC) Received: (qmail 95260 invoked by uid 500); 24 Nov 2015 21:04:11 -0000 Delivered-To: apmail-ctakes-notifications-archive@ctakes.apache.org Received: (qmail 95221 invoked by uid 500); 24 Nov 2015 21:04:11 -0000 Mailing-List: contact notifications-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 notifications@ctakes.apache.org Received: (qmail 95186 invoked by uid 99); 24 Nov 2015 21:04:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2015 21:04:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EA9E02C1F56 for ; Tue, 24 Nov 2015 21:04:10 +0000 (UTC) Date: Tue, 24 Nov 2015 21:04:10 +0000 (UTC) From: "Omkar Natu (JIRA)" To: notifications@ctakes.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CTAKES-390) problem in detecting a family memeber MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CTAKES-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15025399#comment-15025399 ] Omkar Natu commented on CTAKES-390: ----------------------------------- As per your issue I did not get subject = "family member" when I tested for "dad has diabetes". can you provide any details. subject = "patient" in either case for me. can you provide the details of version and also the files other than SubjectClassifier you fixed (if any ) > problem in detecting a family memeber > ------------------------------------- > > Key: CTAKES-390 > URL: https://issues.apache.org/jira/browse/CTAKES-390 > Project: cTAKES > Issue Type: Bug > Components: ctakes-assertion > Affects Versions: 3.2.2 > Reporter: alina shapira > Original Estimate: 10m > Remaining Estimate: 10m > > when parsing a sentence including a family member, the family member not detected if it does not appear as the first word in the sentence. > so in "dad ha diabetes" the subject is found to be a family member > but in "his dad has diabetes" the subject is the patient himself. > looks related to the SubjectAttributeClassifier class > in function isFamilyTerm(Annotation arg) > need to change the matches statement so that the family keyword may appear not as a first word: > .matches(".*(father|dad|mother|mom|bro|sis|sib|cousin|aunt|uncle|grandm|grandp|grandf|" "wife|spouse|husband|child|offspring|progeny|son|daughter|nephew|niece|kin|family).*"); -- This message was sent by Atlassian JIRA (v6.3.4#6332)