Closed reckart closed 9 years ago
The automatic resolving is not available in 1.4.0, only in recent 1.5.0-SNAPSHOT versions.
With 1.4.0, you should add the following to your pom:
To "dependencies"
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<artifactId>de.tudarmstadt.ukp.dkpro.core.opennlp-model-tagger-de-maxent</artifactId>
</dependency>
To "dependencyManagement/dependencies"
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<artifactId>de.tudarmstadt.ukp.dkpro.core.opennlp-asl</artifactId>
<version>1.4.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Original issue reported on code.google.com by richard.eckart
on 2013-06-25 09:35:40
(No text was entered with this change)
Original issue reported on code.google.com by richard.eckart
on 2013-06-25 10:56:48
Problem was reported as solved on the mailing list.
Original issue reported on code.google.com by richard.eckart
on 2013-06-30 12:14:17
Original issue reported on code.google.com by
susanneumann
on 2013-06-25 09:25:33