NTBTI / ner-annotator

Named Entity Recognition (NER) Annotation tool for SpaCy. Generates Traning Data as a JSON which can be readily used.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NER Annotator for Spacy

Homepage Annotation Page JSON output

Starting the application

  1. Install the dependencies and start the Python Backend server
python -m venv env
source env/bin/activate
pip install -r requirements.txt
python annotator/server.py
  1. Open another terminal and start the server for the UI
cd ui
yarn install
yarn serve

Now go to http://localhost:8080

About

Named Entity Recognition (NER) Annotation tool for SpaCy. Generates Traning Data as a JSON which can be readily used.

License:MIT License


Languages

Language:Vue 61.4%Language:JavaScript 32.1%Language:Python 2.8%Language:HTML 2.0%Language:Dockerfile 1.3%Language:SCSS 0.3%