Peter Klügl created UIMA-5364:
---------------------------------

             Summary: Ruta: conjunct rules as inlined rules with too many 
matches
                 Key: UIMA-5364
                 URL: https://issues.apache.org/jira/browse/UIMA-5364
             Project: UIMA
          Issue Type: Bug
          Components: Ruta
    Affects Versions: 2.6.0ruta
            Reporter: Peter Klügl


Ruta: conjunct rules as inlined rules with too many matches

{noformat}
Document{ -> CREATE(Detection, "anchors" = list)} <- {
        w1:CW{w1.ct=="A" -> ADD(list, CW)}
        %
        w2:CW{w2.ct=="B" -> ADD(list, CW)}
       %
       w3:CW{w3.ct=="B" -> ADD(list, CW)}
       %
       w4:CW{w4.ct=="A" -> ADD(list, CW)};
       };
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to