You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (JIRA)" <de...@uima.apache.org> on 2015/08/18 19:06:46 UTC

[jira] [Commented] (UIMA-4559) Ruta: wildcard match in stacked composed within inlined rule broken

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