UIMA Regex annotator

Is new to the UIMA architecture. I downloaded the UIMA SDK ( http://uima.apache.org/downloads.cgi#Latest Official Releases) as well as the corresponding Eclipse plugins. I can run the tutorial examples successfully.

I accepted the Regex Annotator code from apache SVN ( http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/RegularExpressionAnnotator/?pathrev=627314 ) and I am trying to run RegEx Annotator but I always get org. apache.uima.resource.ResourceInitializationException: Annotator class "org.apache.uima.annotator.regex.impl.RegExAnnotator" was not found.

All the files are in place, I have set UIMA_HOME to the required directory, I have uima-core.jar and xbean-1.03.jar in my build path.

When I check the bin directory and decompile these classes, I can see the RegExAnnotator.class class as well.

Can someone figure out what I am missing and how to solve it? I've done quite a bit of google, I've seen a similar post on another site, but no solution. Stuck here. Any pointers would be appreciated. Thank!

+3


source to share


1 answer


I was able to fix this problem. All I did was in my launch configurations, which I pointed to the regex related project I created. By default, it points to the uima-examples project.



+1


source







All Articles