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:
Install docker (https://docs.docker.com/engine/install/)
Run the image from docker hub:
$ docker run -p 9000:9000 -it fgratzkowski/cac
Navigate to:
Examples/Checking_AnnotationorExamples/Creating_DomainSimply 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.