Peter Klügl created UIMA-6262:
---------------------------------
Summary: Ruta: label not reset in inlined rule
Key: UIMA-6262
URL: https://issues.apache.org/jira/browse/UIMA-6262
Project: UIMA
Issue Type: Bug
Components: Ruta
Affects Versions: 3.0.1ruta, 2.8.1ruta
Reporter: Peter Klügl
Assignee: Peter Klügl
Fix For: 2.8.2ruta, 3.0.2ruta
Example:
{noformat}
Enumeration
<-{dc1:DiagnosisConcept{dc1.negatedBy!=null}; cue:dc1.negatedBy;}
->{dc2:DiagnosisConcept{dc2.negatedBy==null -> dc2.negatedBy=cue};
};
{noformat}
In a document with several enumerations, the label value is not resetted
resulting in a false assignment of the feature over a long distance skipping
potentially several enumerations.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)