Skip to content

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

License

Notifications You must be signed in to change notification settings

IvanGL16/ner-annotator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://localhost:8080

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 61.5%
  • JavaScript 32.1%
  • Python 2.8%
  • HTML 2.0%
  • Dockerfile 1.3%
  • SCSS 0.3%