DKPro Setup - STS-NTNU/STS13 GitHub Wiki
Setup
DKPro maven/intellij project is in the folder dkpro under root. Before opening the project you will need to have JDK (if you did some java coding you already have it) and Maven (already included in OSX and NetBeans) installed. In addition it is necessary to add dkpro repository to Maven. Follow the instructions here under "Configuring Maven for full access to the UKP Maven Repository". At the bottom of the settings.xml uncomment <activeProfile>ukp-oss-snapshots</activeProfile>
. Now install Intellij IDEA Community and open the dkpro project. Pipeline.java is the entry point to run training and evaluation. You can run it with -T parameter to obtain scores.
The procedure is tested on Windows and Mac.
Adding a JAR file to your local Maven repository
Follow the instructions here: http://stackoverflow.com/questions/396245/add-a-dependency-in-maven
Make sure you have correctly set up JDK and Maven, including adding them to your OS's path.
Note: I executed the mvn command from this location: /STS13/dkpro/target, where I also first put my JAR file.