[
https://issues.apache.org/jira/browse/UIMA-3881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14027739#comment-14027739
]
Nick Kolivas commented on UIMA-3881:
------------------------------------
Thank you for your answer Peter!
I am using "FILL" instead, at least until the bug is fixed, the TRANSFER action
is quite useful when it comes to moving a bunch of features!
I do not know how to use the code from the Trunk because I am using ECLIPSE
Ruta Workbench so I will wait for the release of 2.2.1. Do you happen to have
an ETA for it?
best regards,
Nick
> 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)