Georg Fette created UIMA-3258:
---------------------------------

             Summary: ruta: greedy quantifier on bracketed construct does not 
match
                 Key: UIMA-3258
                 URL: https://issues.apache.org/jira/browse/UIMA-3258
             Project: UIMA
          Issue Type: Bug
          Components: ruta
            Reporter: Georg Fette
            Priority: Minor


The rule
Segment { CONTAINS(Head)} (Segment { CONTAINS(Ind) } SegmentSeparator?)* { -> 
MARK(Context, 1, 2) }; 
Does not match. When using the explain-view I can see that the *-quantifier 
does match but does not return a match for the surrounding construct.

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