[
https://issues.apache.org/jira/browse/UIMA-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14701604#comment-14701604
]
Peter Klügl commented on UIMA-4559:
-----------------------------------
doh, the rule works perfectly fine... the CW is the problem. Neverhteless,
found some code that could have caused problems...
> 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)