CausalAnnotationCorrection

Introduction

This application provides a tool for inspection, validation and correction of behavioral annotations.

With this small example you can try out the tool:

  1. Install docker (https://docs.docker.com/engine/install/)

  2. Run the image from docker hub:

$ docker run -p 9000:9000 -it fgratzkowski/cac
  1. Navigate to: Examples/Checking_Annotation or Examples/Creating_Domain

  2. Simply invoke:

$ make run

If you need more information about the examples, check out the Example section.

Warning

In general, the Causal Annotation Correction Tool will not work out of the box after having been installed with pip. See the Installation section for more details.

Documentation Index