newInstance = loadClass.newInstance();
} catch (Exception e) {
throw new AnalysisEngineProcessException(e);
}
try {
RutaAnnotationSeeder seeder = (RutaAnnotationSeeder) newInstance;
result.add(seeder.seed(cas.getDocumentText(), cas));
} catch (Exception e) {
throw new AnalysisEngineProcessException(e);
}
}
}