jar

de.cit-ec.scie : webservice

Maven & Gradle

Dec 10, 2014

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.

Table Of Contents

Latest Version

Download de.cit-ec.scie : webservice JAR file - Latest Versions:

All Versions

Download de.cit-ec.scie : webservice JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
2.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window webservice-2.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.citec.scie.web.utils

├─ de.citec.scie.web.utils.ArgumentParser.class - [JAR]

├─ de.citec.scie.web.utils.FileType.class - [JAR]

├─ de.citec.scie.web.utils.FileUtils.class - [JAR]

de.citec.scie.web.analysis

├─ de.citec.scie.web.analysis.AbstractAnalysis.class - [JAR]

├─ de.citec.scie.web.analysis.AbstractAnalysisResult.class - [JAR]

├─ de.citec.scie.web.analysis.AnalysisException.class - [JAR]

├─ de.citec.scie.web.analysis.AnnotationData.class - [JAR]

├─ de.citec.scie.web.analysis.AnnotationDataEntry.class - [JAR]

de.citec.scie.web

├─ de.citec.scie.web.Server.class - [JAR]

├─ de.citec.scie.web.ServerConfig.class - [JAR]

├─ de.citec.scie.web.ServerHandler.class - [JAR]

de.citec.scie.web.exporter.generic

├─ de.citec.scie.web.exporter.generic.NestedWriter.class - [JAR]

├─ de.citec.scie.web.exporter.generic.NestedWriterFormater.class - [JAR]

de.citec.scie.web.exporter

├─ de.citec.scie.web.exporter.AbstractExporter.class - [JAR]

de.citec.scie.web.exporter.html

├─ de.citec.scie.web.exporter.html.HtmlExporter.class - [JAR]

├─ de.citec.scie.web.exporter.html.HtmlFormater.class - [JAR]

de.citec.scie.web.exporter.json

├─ de.citec.scie.web.exporter.json.JsonExporter.class - [JAR]