engine.typeSystemInit(serializer);
}
engine.process(aResultSpec, cas, false);
} catch (UimacppException e) {
logJTafException(e);
throw new AnnotatorProcessException(e);
} catch (SAXException e) {
throw new AnnotatorProcessException(e);
} catch (IOException e) {
throw new AnnotatorProcessException(e);
}
}