dkpro / dkpro-statistics

DKPro Statistics
https://dkpro.github.io/dkpro-statistics
Apache License 2.0
12 stars 4 forks source link

dkpro-agreement-tutorial.pdf points to a wrong maven dependency #25

Closed maxxkia closed 7 years ago

maxxkia commented 7 years ago

In dkpro-agreement-tutorial.pdf the dkpro-statistics dependency is writtens as follows

<dependency>
    <groupId>de.tudarmstadt.ukp.dkpro.statistics</groupId>
    <artifactId>dkpro-statistics-agreement</artifactId>
    <version>2.0.0</version>
</dependency>

, which is wrong. Correct dependency is

<dependency>
    <groupId>org.dkpro.statistics</groupId>
    <artifactId>dkpro-statistics-agreement</artifactId>
    <version>2.1.0</version>
</dependency>
maxxkia commented 7 years ago

links on the last page should be updated as well.

chmeyer commented 7 years ago

Fixed.