A web-based annotator for closed-domain question answering datasets with SQuAD format
Clone the repository:
git clone https://github.com/cdqa-suite/cdQA-annotatorInstall dependencies
cd cdQA-annotator
npm installStart development server
npm run serveThe app should be running at http://localhost:8080/
