Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install the Corpus Server

Starting Apache Karaf via bin/karaf open the karaf console.
The following command will install all dependencies and the Corpus Server:

The corpus-server itself is just an interface layer which can expose an actual
Corpus Server implementation via its REST API to vairous tools which know this API.

To use the server an actual implementation must be installed in the OSGi runtime as
well, e.g the default implementation corpus-server-impl or a self made one.

This can be done with these commands:

Apache UIMA Cas Editor

Loading the Wikinews Corpus

...