Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 581 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 581 Bytes

NER Annotator for Spacy

ANNOUCEMENT - NER Annotator is now available at https://tecoholic.github.io/ner-annotator/. This can be used up without any setup. Just open the page, load a text file and start tagging.

Homepage Annotation Page JSON output

Starting the application

  1. Open another terminal and start the server for the UI
cd ui
yarn install
yarn serve

Now go to http://localhost:8080