This demo is developed based on the paper of Learning with Structured Representations for Negation Scope Extraction.
# install dependencies
npm install
# run unit tests
npm run unit
# run all tests
npm test
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
Build docker image
bash Dockerbuild.sh
Run docker container
docker run -d --name web-negationscope -p 8000:8000 statnlp/web-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