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.

Cordially,
Ted

org.apache.uima.resource.ResourceInitializationException: There is no
resource satisfying the required resource dependency with key
"opennlp.uima.ModelName". (Descriptor:
file:/home/ted/trunk/opennlp-uima/descriptors/DateNameFinder.xml)
        at 
org.apache.uima.resource.impl.ResourceManager_impl.resolveAndValidateResourceDependencies(ResourceManager_impl.java:513)
        at 
org.apache.uima.resource.Resource_ImplBase.initialize(Resource_ImplBase.java:154)
        at 
org.apache.uima.analysis_engine.impl.AnalysisEngineImplBase.initialize(AnalysisEngineImplBase.java:157)
        at 
org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl.initialize(PrimitiveAnalysisEngine_impl.java:122)
        at 
org.apache.uima.impl.AnalysisEngineFactory_impl.produceResource(AnalysisEngineFactory_impl.java:94)
        at 
org.apache.uima.impl.CompositeResourceFactory_impl.produceResource(CompositeResourceFactory_impl.java:62)
        at org.apache.uima.UIMAFramework.produceResource(UIMAFramework.java:267)
        at 
org.apache.uima.UIMAFramework.produceAnalysisEngine(UIMAFramework.java:361)
        at 
org.apache.uima.analysis_engine.asb.impl.ASB_impl.setup(ASB_impl.java:254)
        at 
org.apache.uima.analysis_engine.impl.AggregateAnalysisEngine_impl.initASB(AggregateAnalysisEngine_impl.java:431)
        at 
org.apache.uima.analysis_engine.impl.AggregateAnalysisEngine_impl.initializeAggregateAnalysisEngine(AggregateAnalysisEngine_impl.java:375)
        at 
org.apache.uima.analysis_engine.impl.AggregateAnalysisEngine_impl.initialize(AggregateAnalysisEngine_impl.java:185)
        at 
org.apache.uima.impl.AnalysisEngineFactory_impl.produceResource(AnalysisEngineFactory_impl.java:94)
        at 
org.apache.uima.impl.CompositeResourceFactory_impl.produceResource(CompositeResourceFactory_impl.java:62)
        at org.apache.uima.UIMAFramework.produceResource(UIMAFramework.java:267)
        at 
org.apache.uima.UIMAFramework.produceAnalysisEngine(UIMAFramework.java:335)
        at 
org.apache.uima.tools.docanalyzer.DocumentAnalyzer.runProcessingThread(DocumentAnalyzer.java:1167)
        at 
org.apache.uima.tools.docanalyzer.DocumentAnalyzer$ProcessingThread.run(DocumentAnalyzer.java:1267)


On Thu, Jan 20, 2011 at 12:02 PM, Jörn Kottmann <[email protected]> wrote:
> On 1/20/11 6:47 PM, Ted Pedersen wrote:
>>
>> Greetings all,
>>
>> I was curious about the status of the UIMA wrappers for openNLP. I've
>> seen those mentioned in various places, but when I browse through 1.5
>> I don't see anything (although I might have missed a download?). Are
>> they still available, or is this something that didn't make it to 1.5?
>>
> The uima integration for 1.5 was not released yet, but it is
> in a good state. You need to check out the source code and build
> it yourself.
>
> They will be released together with our first Apache release.
>
> Jörn
>



-- 
Ted Pedersen
http://www.d.umn.edu/~tpederse

Reply via email to