[
https://issues.apache.org/jira/browse/UIMA-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13923785#comment-13923785
]
Nick Kolivas commented on UIMA-3669:
------------------------------------
Hello there all,
I am new to Ruta and trying to find my way around,
I have created some scripts that do some annotating from csv files and trying
to construct some more complex annotation by combining 2 Annotations to create
a new one that has Annotation Type Features.
My script:
PACKAGE com.uima.RutaTesting;
SCRIPT com.uima.RutaTesting.Disctionary_Annotators;
SCRIPT com.uima.RutaTesting.SpeedDiscription;
DECLARE Annotation C (SpeedDiscriptor F1, Target F2);
Document{->CALL(Disctionary_Annotators)};
Document{->CALL(SpeedDiscription)};
SpeedDiscriptor Target {->
CREATE (C, "F1"=SpeedDiscriptor, "F2"=Target),
SHIFT(SpeedDiscriptor,1,2)};
When I try to annotate the text i get the error : Error parsing XCAS or XMI-CAS
from source <unknown> at line 1, column 75407: unknown type:
com.uima.RutaTesting.Gather_Testing.EmplRelation.
I cannot understand why this happens..Any ideas?
> Problem with Annotation Declaration, Error parsing XCAS or XMI-CAS from
> source <unknown> at line 1, column 75407: unknown type:
> com.uima.RutaTesting.Gather_Testing.EmplRelation.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: UIMA-3669
> URL: https://issues.apache.org/jira/browse/UIMA-3669
> Project: UIMA
> Issue Type: Question
> Reporter: Nick Kolivas
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)