-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This repository hosts code and scripts used for evaluation of the CRAFT Shared Tasks 2019.
There are three ways one might use the code/scripts in this repository:
By far, the easiest way is to use the pre-built Docker container. The Docker container contains all dependencies for the evaluation scripts, the evaluation scripts themselves, and the CRAFT corpus. It is available on DockerHub, and instructions for how to use it are available on the Evaluation via Docker wiki page.
The next easiest way to evaluate your files against CRAFT is to build the Docker container yourself. The Building the CRAFT evaluation Docker container wiki page contains instructions for how to build the evaluation Docker container locally. Once it is built, please follow the instructions for Evaluation via Docker to evaluate your results.
Finally, the third option is to download the latest stable release of this repository, install any missing dependencies, and to run the evaluations in your local environment. NOTE, this is not the recommended approach, but instructions for a local installation are available on the Local installation wiki page.
For questions about the evaluation scripts and/or to report issues with running them, please submit an issue to this GitHub repository.