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/06/11 13:45:03 UTC

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

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

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

Yes, this is a bug. Thanks for reporting it. Should be fixed in the current trunk and I also added a test. Can you please verify that the changes work for you and if they do, resovle the issue?

(btw, I am not happy with the current implementaiton of TRANSFER as it creates a new annotation and is not able to use old ones. Well, there is the FILL action...)

> TRANSFER Action Problem
> -----------------------
>
>                 Key: UIMA-3881
>                 URL: https://issues.apache.org/jira/browse/UIMA-3881
>             Project: UIMA
>          Issue Type: Bug
>    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.2#6252)