I have been using UIMA 2.x and other thanks settling up my type system, I have some code where I create an Annotation (ie: new Annotation(jcas,begin,end) )..
With 3.2.0 I was getting an exception when instantiating the annotation with JCas type "org.apache.uima.jcas.tcas.Annotation" used in Java code, but was not declared in the XML type descriptor. I found I could use AnnotaitonFactory.createAnnotation to get around this in my code.. But, I also have third-party code(cleartk) that also instantiates using new Annotation(JCas,begin,end) that I cannot Modify.. If there something else I can do to get around this issue and allow using new Annotation(jcas,begin,end) Regards, Daniel Cosio [email protected]
