Hi everyone,
I'm really new to UIMA and I need some help with the DictionaryAnnotator
component.
When I try to execute the DictionaryAnnotator with the CAS Visual Debugger
or the Document Analyzer, I always get this error message:

org.apache.uima.tools.cvd.MainFrame.handleException(575): GRAVE:
Initialization of annotator class
"org.apache.uima.annotator.dict_annot.impl.DictionaryAnnotator" failed.
org.apache.uima.resource.ResourceInitializationException: Initialization of
annotator class
"org.apache.uima.annotator.dict_annot.impl.DictionaryAnnotator" failed.
[...]

Caused by:
org.apache.uima.annotator.dict_annot.impl.DictionaryAnnotatorConfigException:
"The resource file dictionary.xml could not be found."


I've read the DictionaryAnnotator User Guide (Chapter 3 - "Annotator
Configuration") and I've set the UIMA data path in order to include the
dictionary file...but it still doesn't work!

Any suggestion?


Thanks in advance!

Antonella


P.S.  I'm working with eclipse (with the Jazz Rational Team Concert Eclipse
client, because I'm developing a Jazz plugin) and I've followed all the
steps to set up the Eclipse IDE to work correctly with UIMA. First I tried
to use the annotator included in the downloadable package, but it didn't
work. So I followed the steps described in the "Apache UIMA - Source Code"
page to check out the code from the repository and build it with maven and
now I've all java projects for the UIMA base and Sandbox in my eclipse
workspace.

Reply via email to