w

webservice

Module providing the webservice interface based on the Jetty embedded webserver and the FreeMarker template engine. Defines a simple format for providing textual annotations and produced output in HTML or JSON. This module has no dependencies to the other SCIE modules (except for the PDF text extractor) or the UIMA framework and thus can be used in any context, where text is annotated by an algorithm and should be presented to an end user.
http://openresearch.cit-ec.de/projects/scie/
The GNU Affero General Public License, Version 3
Raphael Dickfelder Jan Göpfert Benjamin Paaßen Andreas Stöckel
Files download
File Operation
webservice-2.0.1.jar download
webservice-2.0.1.pom download
webservice-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.cit-ec.scie</groupId>
  <artifactId>webservice</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'de.cit-ec.scie:webservice:2.0.1'
Gradle Kotlin
implementation("de.cit-ec.scie:webservice:2.0.1")
Scala SBT
libraryDependencies += "de.cit-ec.scie" % "webservice" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='de.cit-ec.scie', module='webservice', version='2.0.1')
)
Apache Ivy
<dependency org="de.cit-ec.scie" name="webservice" rev="2.0.1" />
Leiningen
[de.cit-ec.scie/webservice "2.0.1"]
Apache Buildr
'de.cit-ec.scie:webservice:jar:2.0.1'