Closed maxxkia closed 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>
links on the last page should be updated as well.
Fixed.
In dkpro-agreement-tutorial.pdf the dkpro-statistics dependency is writtens as follows
, which is wrong. Correct dependency is