Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 974 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 974 Bytes

AlvisAE

AlvisAE is an editor that facilitates the annotation of text documents with the goal of extracting knowledge.

This project containsAlvisAE two main components: an Annotation Editor (alvisae-ui) and an Web Service (alvisae-ws).

Try it...

Note that, you must have docker installed

  1. Run the following command
sudo docker run -d --rm --name alvisae.ws -p 8080:8080 -p 5432:5432  bibliome/alvisae:1.0.1

2.1. Access Using Web Interface

For help see the following user guide

2.2. Play with REST api

The web services implement the AERO protocol, their usage is detailed here.