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
195 stars 67 forks source link

using org.dkpr.core or de.tudarmstadt.ukp.dkpro.core #1476

Closed ggiavelli closed 4 years ago

ggiavelli commented 4 years ago

for some reason we started off using de.tudarmstadt.ukp.dkpro.core

should we switch to org.dkpro.core are they different?

reckart commented 4 years ago

Recent versions use the org.dkpro.core groupId. Older versions use the other groupId.

ggiavelli commented 4 years ago

thank u so much!