resMgr.setDataPath(dp);
}
ae = UIMAFramework.produceAnalysisEngine(aeSpecifier);
cas = ae.newCAS();
} catch (ResourceInitializationException e) {
throw new DictionaryLoaderException(e);
} catch (MalformedURLException e) {
throw new DictionaryLoaderException(e);
}
}