Viorel Morari created UIMA-6041:
-----------------------------------
Summary: Ignored condition at composed rule element
Key: UIMA-6041
URL: https://issues.apache.org/jira/browse/UIMA-6041
Project: UIMA
Issue Type: Bug
Components: Ruta
Affects Versions: 2.7.0ruta
Reporter: Viorel Morari
Fix For: 3.0.0ruta
String document = "1 a b c 2 d e f 3";
{code:java}
(NUM #){CONTAINS(CAP)->T1} NUM;
{code}
Two annotations of type T1 are created (should be 0).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)