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/10/23 17:34:27 UTC

[jira] [Commented] (UIMA-4408) Ruta: add explicit assignment of matched annotations to variables with labels

    [ https://issues.apache.org/jira/browse/UIMA-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14971170#comment-14971170 ] 

Peter Klügl commented on UIMA-4408:
-----------------------------------

This requires a complete refactoring of how ruta works with annotations...

> Ruta: add explicit assignment of matched annotations to variables with labels
> -----------------------------------------------------------------------------
>
>                 Key: UIMA-4408
>                 URL: https://issues.apache.org/jira/browse/UIMA-4408
>             Project: UIMA
>          Issue Type: New Feature
>          Components: ruta
>    Affects Versions: 2.3.0ruta
>            Reporter: Peter Klügl
>            Assignee: Peter Klügl
>             Fix For: 2.4.0ruta
>
>
> It is sometimes to hard to specify a rule especially for assigning annotations to features, if the context, the matched annotation and the created annotation require a combination of different action llike create and gather.
> Add something like this:
> {noformat}
> a:=CW SW{-> CREATE(Type, "f"=a)};
> {noformat}
> .. which assigns the matched annotation of CW to a feature of the newly created annotation Type.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)