* @see org.apache.uima.resource.SharedResourceObject#load(org.apache.uima.resource.DataResource)
*/
public void load(DataResource data) throws ResourceInitializationException {
// InputStream dictStream = null;
try {
Logger logger = new Logger("Dictionary Resource Loader", data.getLogger());
dictLoader = new DictLoader(logger, this, data);
/*
* At least for now, while info from the AnnotatorContext is not available here, must delay
* loading until able to access this info