Peter Klügl created UIMA-5819:
---------------------------------
Summary: Ruta: label on fsarray feature match refers to matched
base annotation
Key: UIMA-5819
URL: https://issues.apache.org/jira/browse/UIMA-5819
Project: UIMA
Issue Type: Bug
Components: Ruta
Affects Versions: 2.6.1ruta
Reporter: Peter Klügl
The second d refers to a MultiDrug...
{noformat}
m:removeMedications->{
m.drug-> {
d:Drug{-> RemoveDrug(d)};
d:MultiDrug.drugs{-> RemoveDrug(d)};
};
};
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)