g

generic-xml-reader

A class to read in arbitrary XML content (including TEI) into UIMA, translating some structural annotation to stand off
https://github.com/nilsreiter/generic-xml-reader
Apache License, Version 2.0
Nils Reiter
Files download
File Operation
generic-xml-reader-1.0.0.jar download
generic-xml-reader-1.0.0.pom download
generic-xml-reader-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.unistuttgart.ims.uima.io</groupId>
  <artifactId>generic-xml-reader</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'de.unistuttgart.ims.uima.io:generic-xml-reader:1.0.0'
Gradle Kotlin
implementation("de.unistuttgart.ims.uima.io:generic-xml-reader:1.0.0")
Scala SBT
libraryDependencies += "de.unistuttgart.ims.uima.io" % "generic-xml-reader" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='de.unistuttgart.ims.uima.io', module='generic-xml-reader', version='1.0.0')
)
Apache Ivy
<dependency org="de.unistuttgart.ims.uima.io" name="generic-xml-reader" rev="1.0.0" />
Leiningen
[de.unistuttgart.ims.uima.io/generic-xml-reader "1.0.0"]
Apache Buildr
'de.unistuttgart.ims.uima.io:generic-xml-reader:jar:1.0.0'