Hi Peter, Thanks for pointing this out. I checked, and did see it there (in analysis_engine/primitive/DictTerm.xml)
So, to make this work, you have to change the spot where this is referenced, from trying to reference: "org/apache/uima/conceptMapper/DictTerm.xml" (won't be found in the jar at that spot) to "analysis_engine/primitive/DictTerm.xml" (where it is in the Jar) if you want to reference that embedded copy. I'm not sure that's the proper way to do this, though... I hope the documentation ( http://uima.apache.org/d/uima-addons-current/ConceptMapper/ConceptMapperAnnotatorUserGuide.html ) for this can be of help. -Marshall On 2/11/2014 1:52 AM, Peter Litsegård wrote: > Hi Marshall! > > Hmmm, the DictTerm.xml file is present and I've tried to put it in a number > of places with no avail. I thought that the error might be a typo in the > exception handling of a class-loader exception. I know very farfecthed...:) > > Nevertheless DictTerm.xml exists in the "uima-an-conceptMapper.jar" file > under "analysis_engine.primitive" folder. Do you know what I need to do in > order for the DictTerm.xml file to be found? > >
