All Projects → tecoholic → Ner Annotator

tecoholic / Ner Annotator

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

Projects that are alternatives of or similar to Ner Annotator

NER-and-Linking-of-Ancient-and-Historic-Places
An NER tool for ancient place names based on Pleiades and Spacy.
Stars: ✭ 26 (-79.53%)
Mutual labels:  spacy, ner
Spacy Lookup
Named Entity Recognition based on dictionaries
Stars: ✭ 212 (+66.93%)
Mutual labels:  ner, spacy
extractacy
Spacy pipeline object for extracting values that correspond to a named entity (e.g., birth dates, account numbers, laboratory results)
Stars: ✭ 47 (-62.99%)
Mutual labels:  spacy, ner
SkillNER
A (smart) rule based NLP module to extract job skills from text
Stars: ✭ 69 (-45.67%)
Mutual labels:  spacy, ner
anonymization-api
How to build and deploy an anonymization API with FastAPI
Stars: ✭ 51 (-59.84%)
Mutual labels:  spacy, ner
presidio-research
This package features data-science related tasks for developing new recognizers for Presidio. It is used for the evaluation of the entire system, as well as for evaluating specific PII recognizers or PII detection models.
Stars: ✭ 62 (-51.18%)
Mutual labels:  spacy, ner
anonymisation
Anonymization of legal cases (Fr) based on Flair embeddings
Stars: ✭ 85 (-33.07%)
Mutual labels:  spacy, ner
Spacy Streamlit
👑 spaCy building blocks and visualizers for Streamlit apps
Stars: ✭ 360 (+183.46%)
Mutual labels:  ner, spacy
Bond
BOND: BERT-Assisted Open-Domain Name Entity Recognition with Distant Supervision
Stars: ✭ 96 (-24.41%)
Mutual labels:  ner
Pytextrank
Python implementation of TextRank for phrase extraction and summarization of text documents
Stars: ✭ 1,675 (+1218.9%)
Mutual labels:  spacy
Latticelstm
Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
Stars: ✭ 1,318 (+937.8%)
Mutual labels:  ner
Jupyterlab Prodigy
🧬 A JupyterLab extension for annotating data with Prodigy
Stars: ✭ 97 (-23.62%)
Mutual labels:  spacy
Daguan 2019 rank9
datagrand 2019 information extraction competition rank9
Stars: ✭ 121 (-4.72%)
Mutual labels:  ner
Bi Lstm Crf Ner Tf2.0
Named Entity Recognition (NER) task using Bi-LSTM-CRF model implemented in Tensorflow 2.0(tensorflow2.0 +)
Stars: ✭ 93 (-26.77%)
Mutual labels:  ner
Spacy Dev Resources
💫 Scripts, tools and resources for developing spaCy
Stars: ✭ 123 (-3.15%)
Mutual labels:  spacy
Tageditor
🏖TagEditor - Annotation tool for spaCy
Stars: ✭ 92 (-27.56%)
Mutual labels:  spacy
Uer Py
Open Source Pre-training Model Framework in PyTorch & Pre-trained Model Zoo
Stars: ✭ 1,295 (+919.69%)
Mutual labels:  ner
Cluedatasetsearch
搜索所有中文NLP数据集,附常用英文NLP数据集
Stars: ✭ 2,112 (+1562.99%)
Mutual labels:  ner
Spacy Js
🎀 JavaScript API for spaCy with Python REST API
Stars: ✭ 123 (-3.15%)
Mutual labels:  spacy
Min nlp practice
Chinese & English Cws Pos Ner Entity Recognition implement using CNN bi-directional lstm and crf model with char embedding.基于字向量的CNN池化双向BiLSTM与CRF模型的网络,可能一体化的完成中文和英文分词,词性标注,实体识别。主要包括原始文本数据,数据转换,训练脚本,预训练模型,可用于序列标注研究.注意:唯一需要实现的逻辑是将用户数据转化为序列模型。分词准确率约为93%,词性标注准确率约为90%,实体标注(在本样本上)约为85%。
Stars: ✭ 107 (-15.75%)
Mutual labels:  ner

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].