MCPcopy Index your code
hub / github.com/ManivannanMurugavel/spacy-ner-annotator

github.com/ManivannanMurugavel/spacy-ner-annotator @2.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2.0 ↗ · + Follow
153 symbols 434 edges 7 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

spacy-ner-annotator

Installation

pip3 install spacy

Steps for usage

  1. Open index.html file and open data on it.
  2. Post annotations download the data and convert to spacy format using convert_spacy_train_data.py
  3. Split data into train and test if you wish and add it to train.py
  4. finally run the train.py after setting the hyper-parameters. Iterations are losses are logged in output_log.txt. And precision, recall and f1 scores are logged in train_output.txt and test_output.txt
  5. Check progress by running losses_plotter.py.
  6. If you wish to train over a model download the model and add its name in train.py

Details & Credits

Visit this url:

https://manivannanmurugavel.github.io/annotating-tool/spacy-ner-annotator/

Core symbols most depended-on inside this repo

l
called by 11
assets/js/project.js
prepareAnnotations
called by 4
assets/js/project.js
evaluate
called by 3
train.py
train_spacy
called by 1
train.py
getRandomColor
called by 1
assets/js/project.js
setEntityOutput
called by 1
assets/js/project.js
clearSelection
called by 1
assets/js/project.js
myFunction
called by 0
assets/js/project.js

Shape

Function 153

Languages

TypeScript99%
Python1%

Modules by API surface

assets/js/jquery-3.3.1.slim.min.js78 symbols
assets/js/popper.min.js51 symbols
assets/js/project.js13 symbols
assets/js/bootstrap.min.js9 symbols
train.py2 symbols

For agents

$ claude mcp add spacy-ner-annotator \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page