Skip to content

sutd-statnlp/web-negationscope

Repository files navigation

Negation Scope Website

Build Status codecov dependencies Status devDependencies Status License

This demo is developed based on the paper of Learning with Structured Representations for Negation Scope Extraction.

Installation

# install dependencies
npm install

Testing

# run unit tests
npm run unit

# run all tests
npm test

Build and Run

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Docker support

Build docker image

bash Dockerbuild.sh

Run docker container

docker run -d --name web-negationscope -p 8000:8000 statnlp/web-negationscope

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details