Hello guys,

I'm aiming to extend cTAKES in order to fulfill the objectives of a project
I'm working on. So I decided to check out the code of trunk and start
checking it. I followed all tthe steps of the developer's guide found here:
https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+4.0+Developer+Install+Guide

I'm using Intellij by the way. Well, when I try to run CVD in order to test
some changes I made in the code, I have a problem. I want to use
the AggregatePlaintextFastUMLSProcessor. When I try to load it in the CVD
UI, I have the following error:

-----------------

  <exception>
    <message>*org.apache.uima.resource.ResourceInitializationException: An
import could not be resolved.  No file with name
"org/apache/ctakes/drugner/types/TypeSystem.xml" was found in the class
path or data path. (Descriptor:
file:/C:/Users/Manel/Desktop/Tese_Mestrado_NLP/cTAKES_Project_NLP_Dev/ctakes/ctakes-drug-ner/desc/analysis_engine/DrugMentionAnnotator.xml)*

*-----------------*

The DrugMentionAnnotator.xml indeed has an import of the TypeSystem.xml
file. And this TypeSystem file physically exists in the path described in
the DrugMentionAnnotator.xml import. So, I don' really know why I have this
error in CVD, since the file that is originating the problem exists indeed
in the expectable path.

I hope some of you guys can give me some help, because I don't know what
else to do in order to solve this issue.

Thanks for your attention in advance.

Best Regards,

ML

Reply via email to