Peter Klügl created UIMA-4559:
---------------------------------
Summary: Ruta: wildcard match in stacked composed within inlined
rule broken
Key: UIMA-4559
URL: https://issues.apache.org/jira/browse/UIMA-4559
Project: UIMA
Issue Type: Bug
Components: ruta
Affects Versions: 2.3.0ruta
Reporter: Peter Klügl
Assignee: Peter Klügl
Ruta: wildcard match in stacked composed within inlined rule broken:
{noformat}
HeadlineTag -> {
((NUM{STARTSWITH(HeadlineTag)} (PERIOD NUM)?){PARSE(n)} (CW #){->
HeadlineText})
{-> CREATE(NumberedHeadline, "number" = n)};
};
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)