[
https://issues.apache.org/jira/browse/UIMA-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Klügl resolved UIMA-4559.
-------------------------------
Resolution: Fixed
Fix Version/s: 2.4.0ruta
fixed
> 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
> Fix For: 2.4.0ruta
>
>
> 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)