[ https://issues.apache.org/jira/browse/CTAKES-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15025429#comment-15025429 ]
alina shapira commented on CTAKES-390: -------------------------------------- i'm sorry, i didn't understand what you tested and what were the results you received. are you saying that you couldn't reproduce it? i'm using version 3.2.2 and as far as i can see, the inly fix needed is in SubjectAttributeClassifier > 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)