Files download
File Operation
dkpro-statistics-correlation-2.0.0.jar download
dkpro-statistics-correlation-2.0.0.pom download
dkpro-statistics-correlation-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.tudarmstadt.ukp.dkpro.statistics</groupId>
  <artifactId>dkpro-statistics-correlation</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'de.tudarmstadt.ukp.dkpro.statistics:dkpro-statistics-correlation:2.0.0'
Gradle Kotlin
implementation("de.tudarmstadt.ukp.dkpro.statistics:dkpro-statistics-correlation:2.0.0")
Scala SBT
libraryDependencies += "de.tudarmstadt.ukp.dkpro.statistics" % "dkpro-statistics-correlation" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='de.tudarmstadt.ukp.dkpro.statistics', module='dkpro-statistics-correlation', version='2.0.0')
)
Apache Ivy
<dependency org="de.tudarmstadt.ukp.dkpro.statistics" name="dkpro-statistics-correlation" rev="2.0.0" />
Leiningen
[de.tudarmstadt.ukp.dkpro.statistics/dkpro-statistics-correlation "2.0.0"]
Apache Buildr
'de.tudarmstadt.ukp.dkpro.statistics:dkpro-statistics-correlation:jar:2.0.0'