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

             Summary: Cascading wildcards cause massive match in Ruta
                 Key: UIMA-3002
                 URL: https://issues.apache.org/jira/browse/UIMA-3002
             Project: UIMA
          Issue Type: Bug
          Components: ruta
    Affects Versions: 2.0.2ruta
            Reporter: Peter Klügl
            Assignee: Peter Klügl
             Fix For: 2.0.2ruta


If there is a second wildcard in a composed rule element construct, then that 
one creates an alternative match and the first one cannot verify whether the 
match later on was successful. The result is a match on all possible future 
alternatives.

This happens with a rule like:
{noformat}
CAP{STARTSWITH(Title) -> UNMARK(Title, true)} # (CW #){-> MARK(Title)} CW;
{noformat} 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to