dkpro / dkpro-core

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
https://dkpro.github.io/dkpro-core
Other
196 stars 67 forks source link

Is DKPro 1.10 compatible with UIMA 3.0.0? #1307

Closed sarschu closed 5 years ago

sarschu commented 5 years ago

Hi,

I am getting this error:

JCas Class "de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Document", loaded from "jar:file:/Users/sarschu/.m2/repository/de/tudarmstadt/ukp/dkpro/core/de.tudarmstadt.ukp.dkpro.core.api.segmentation-asl/1.10.0/de.tudarmstadt.ukp.dkpro.core.api.segmentation-asl-1.10.0.jar!/de/tudarmstadt/ukp/dkpro/core/api/segmentation/type/Document.class", is missing required constructor; likely cause is wrong version (UIMA version 3 or later JCas required).

It made me wonder if dkpro is compatible with Uima 3. If not, which versions are compatible? Thanks for the help.

reckart commented 5 years ago

DKPro Core v1 is not compatible with UIMAv3. We have the 2.0.x branch which is compatible with v3 but waits for uimaFIT v3 to be available (which I have on my todo list to release...)