On 1/20/11 9:21 PM, Ted Pedersen wrote:
Thanks!
I was able to download just fine. I tried to run a few things simply
by loading a descriptor file in documentAnalyzer.sh, but ended up
getting errors like those you see below (which suggest I'm not doing
this right...)
I'm assuming that I probably need to do some kind of build first...?
Are there other steps I should follow prior to running UIMA, and is
the documentAnalyzer an ok way to run these things, or ?
Sorry for the very basic questions, I'm relatively new to both UIMA
and openNLP.
We are happy about new users :)
So first the procedure should be that you create a pear file for uima,
you can then install this pear file and afterward run it with the uima
tools.
To create our demo pear use:
ant -f createPear.xml
There have been two issues with this script which I fixed
a few minutes ago, so please update to head.
Then make sure to do an mvn install inside the opennlp folder.
When that is done run the createPear.xml script.
That produces the OpenNlpTextAnalyzer.pear which is capable of
analyzing english text, preferable news wire.
Hope that helps,
Jörn