setup project with dkpro-tc

10 views
Skip to first unread message

udon

unread,
Jun 27, 2017, 7:34:54 AM6/27/17
to dkpro-tc-users
Hi,
i am pretty new to DKpro and i would like to use this library for my project.

1. So i add the following line into my pom per instruction from this link: https://dkpro.github.io/dkpro-tc/downloads/

<properties>
<dkpro.tc.version>0.9.0</dkpro.tc.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.dkpro.tc</groupId>
<artifactId>dkpro-tc</artifactId>
<version>${dkpro.tc.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.dkpro.tc</groupId>
<artifactId>dkpro-tc-core</artifactId>
</dependency>
</dependencies>

2. Then i follow the instruction from this link :
https://zoidberg.ukp.informatik.tu-darmstadt.de/jenkins/job/DKPro%20TC%20Documentation%20(GitHub)/org.dkpro.tc%24dkpro-tc-doc/doclinks/1/
in order to familiarise myself with DKPRO-TC. however i ran into a problem where i could not find de.tudarmstadt.ukp.dkpro.tc.examples.single.document package.
As in i am not sure how to include them in my project.
I try adding the following dependency into my pom file :
<dependency>
<groupId>org.dkpro.tc</groupId>
<artifactId>dkpro-tc-core</artifactId>
</dependency>
But as they are not within the maven repository of course it doesnt work.

Could anyone tell me how to set up my project to include all module of the DKPRO-TC?

Johannes Daxenberger

unread,
Jun 28, 2017, 3:14:25 AM6/28/17
to udon, dkpro-tc-users
Hi,

the instructions on https://zoidberg.ukp.informatik.tu-darmstadt.de/jenkins/job/DKPro%20TC%20Documentation%20(GitHub)/org.dkpro.tc%24dkpro-tc-doc/doclinks/1/ contained outdated namespaces, you need to replace “de.tudarmstadt.ukp.dkpro” with “org.dkpro”, I’ve fixed this in the documentation.

Hope this helps,
Johannes

Am 27.06.17, 13:34 schrieb "'udon' via dkpro-tc-users" <dkpro-t...@googlegroups.com>:
--
You received this message because you are subscribed to the Google Groups "dkpro-tc-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dkpro-tc-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


limo...@googlemail.com

unread,
Jun 28, 2017, 4:53:11 AM6/28/17
to dkpro-tc-users, limo...@googlemail.com
Hi,
thanks but it doesnt really help. since i only has the following dependencies on my pom file. I dont think dkpro-tc-examples is included. is it possible to add dkpro-tc-examples dependencies into my project via maven(i could not find them in maven repositories however). If there are other method can anybody tell me how?

Johannes Daxenberger

unread,
Jun 28, 2017, 7:04:58 AM6/28/17
to limo...@googlemail.com, dkpro-tc-users
You cannot include dkpro-tc-examples as depencency (it is not deployed to Maven Central as it is intended to show-case examples, not to be used as dependency).
Intended usage of this module: checkout sources and use as reference for your own experiments.

Best,
Johannes

Am 28.06.17, 10:53 schrieb "limock87 via dkpro-tc-users" <dkpro-t...@googlegroups.com>:
Reply all
Reply to author
Forward
0 new messages