-
Notifications
You must be signed in to change notification settings - Fork 2
Admin UI
Matthias Schildwächter edited this page Oct 13, 2017
·
5 revisions
The Admin UI provides admin functionalities and a document managment view.
- Get information about current quality (precision, recall, f1) of the generated annotations
- View, edit and create rules
- Down- and upload training data for GermaNER
- Trigger retraining
- Obtain logfiles
- Open an already uploaded file to anonymize it
- Bulk upload documents
- Export the anonymized document
- Download corresponding original pdf files
- Delete documents
There are no additional dependencies.
mvn clean install
Hint: to use it locally it is necessary to set the local property in the application.properties file to true
The admin service does not offer any API. The admin functionalities can be accessed via http://localhost:7000/anonmladmin/admin. In addition the service holds the document management view, which is available under http://localhost:7000/anonmladmin.