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 2014/09/07 15:11:28 UTC

[jira] [Updated] (UIMA-3881) TRANSFER Action Problem

     [ https://issues.apache.org/jira/browse/UIMA-3881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Klügl updated UIMA-3881:
------------------------------
    Component/s: ruta

> TRANSFER Action Problem
> -----------------------
>
>                 Key: UIMA-3881
>                 URL: https://issues.apache.org/jira/browse/UIMA-3881
>             Project: UIMA
>          Issue Type: Bug
>          Components: ruta
>    Affects Versions: 2.2.0ruta
>            Reporter: Nick Kolivas
>            Assignee: Peter Klügl
>             Fix For: 2.2.1ruta
>
>
> Dear Peter,
> I am having the following problem when trying to use the TRANSFER function that UIMA RUTA provides.
> When having an annotation of type "cardType" with a list of features:
> cardName:americanExpress
> cardType:creditCard
> and an other DECLARED annotation of the type "bigAnnotation" :
> DECLARE Annotation bigAnnotation( STRING laonName, STRING loanType, STRING cardName, STRING cardType);
> Now when I create the following rule:
> cardType{->TRANSFER(bigAnnotation)};
> the compatible features of the "cardType" annotation  are not transferred correctly to the "bigAnnotation" annotation.
> Is there a bug here or am I getting something wrong?
> If you need something else please let me know!



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