Closed GoogleCodeExporter 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 comment by richard.eckart
on 25 Jun 2013 at 9:35
Original comment by richard.eckart
on 25 Jun 2013 at 10:56
Problem was reported as solved on the mailing list.
Original comment by richard.eckart
on 30 Jun 2013 at 12:14
Original issue reported on code.google.com by
susanneu...@gmail.com
on 25 Jun 2013 at 9:25