u

uima.weka

UIMA components to extract an annotation as a Weka arff file
https://github.com/nilsreiter/uima-components
Apache License, Version 2.0
Nils Reiter
Files download
File Operation
uima.weka-0.3.0.jar download
uima.weka-0.3.0.pom download
uima.weka-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.unistuttgart.ims</groupId>
  <artifactId>uima.weka</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'de.unistuttgart.ims:uima.weka:0.3.0'
Gradle Kotlin
implementation("de.unistuttgart.ims:uima.weka:0.3.0")
Scala SBT
libraryDependencies += "de.unistuttgart.ims" % "uima.weka" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='de.unistuttgart.ims', module='uima.weka', version='0.3.0')
)
Apache Ivy
<dependency org="de.unistuttgart.ims" name="uima.weka" rev="0.3.0" />
Leiningen
[de.unistuttgart.ims/uima.weka "0.3.0"]
Apache Buildr
'de.unistuttgart.ims:uima.weka:jar:0.3.0'