super.initialize(aSpecifier, aAdditionalParams);
AnalysisEngineMetaData md = mDescription.getAnalysisEngineMetaData();
// Get logger for this class ... NOT the user's one in the UimaContext
Logger logger = getLogger();
logger.logrb(Level.CONFIG, CLASS_NAME.getName(), "initialize", LOG_RESOURCE_BUNDLE,
"UIMA_analysis_engine_init_begin__CONFIG", md.getName());
// Normalize language codes. Need to do this since a wide variety of
// spellings are acceptable according to ISO.
normalizeIsoLangCodes(md);