Install dependencies
./mvnw clean install
Run all tests
./mvnw test
Build package
./mvnw package
Build docker image
bash script/Dockerbuild.sh
Run docker container
docker run -d --name service-negationscope -p 8000:8000 statnlp/service-negationscope
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details