You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Philip-Daniel Beck (JIRA)" <de...@uima.apache.org> on 2013/08/28 09:55:51 UTC

[jira] [Created] (UIMA-3223) Plus reluctant quantifier on composed rule elment causes stack overflow

Philip-Daniel Beck created UIMA-3223:
----------------------------------------

             Summary: Plus reluctant quantifier on composed rule elment causes stack overflow
                 Key: UIMA-3223
                 URL: https://issues.apache.org/jira/browse/UIMA-3223
             Project: UIMA
          Issue Type: Bug
          Components: ruta
    Affects Versions: 2.0.2ruta
            Reporter: Philip-Daniel Beck
             Fix For: 2.0.2ruta


Plus reluctant quantifier on composed rule elment causes stack overflow. Example:

{noformat}
DECLARE DateAnnot;
DECLARE DateCandidate;
CAP{REGEXP("DDD")->DateAnnot};
(DateAnnot COMMA)+? (DateAnnot COLON){->MARKONCE(DateCandidate,1,2)};
{noformat}

The rule causes no problems if the quantifier is not reluctant.


--
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