Hi, I am writing a UIMA annotator in Perl which needs to be integrated with a pipeline of annotators primarily written in Java. To test my annotator, I write out the XMI from the Java annotator and then try to input it to the Perl annotator using:
runAECpp -xmi PerlDescriptor.xml Input.xmi I made sure to import all the necessary types in PerlDescriptor.xml. However, I get the following error: ---------------------------------------- runAECPP::Error 5041 XML parse fatal error in Exception : unspecified exception Error number : 5041 Recoverable : No Error : XML parse fatal error in edu.umich.fuse.fuse.Citation at line ??? character ???: ??? at line 0 character 0: ??? ---------------------------------------- Any clue as to what might be causing this? Thanks, Rahul -- http://umich.edu/~rahuljha
