Nick Kolivas created UIMA-3881:
----------------------------------
Summary: TRANSFER Action Problem
Key: UIMA-3881
URL: https://issues.apache.org/jira/browse/UIMA-3881
Project: UIMA
Issue Type: Bug
Reporter: Nick Kolivas
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)