231232233234235236237238239240241
logger.warn("OpenNLP Name Finder initialized!"); return this; } catch(MalformedURLException e) { throw new ResourceInstantiationException( "OpenNLP Name Finder could not be initialized", e); } }