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/03/10 09:00:56 UTC

[jira] [Closed] (UIMA-3669) Problem with Annotation Declaration, Error parsing XCAS or XMI-CAS from source at line 1, column 75407: unknown type: com.uima.RutaTesting.Gather_Testing.C.

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

Peter Klügl closed UIMA-3669.
-----------------------------


> 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.C.
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-3669
>                 URL: https://issues.apache.org/jira/browse/UIMA-3669
>             Project: UIMA
>          Issue Type: Question
>          Components: CasEditor, ruta
>    Affects Versions: 2.1.0ruta
>            Reporter: Nick Kolivas
>            Assignee: Peter Klügl
>             Fix For: 2.2.0ruta
>
>
> 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?



--
This message was sent by Atlassian JIRA
(v6.2#6252)