Nealcly/templateNER
Source code for template-based NER
This helps data scientists and NLP researchers automatically extract specific pieces of information from text. You provide raw text, and it identifies and labels predefined entities like names, locations, or dates based on a template. This is useful for anyone working with natural language processing tasks who needs to structure unstructured text data.
213 stars. No commits in the last 6 months.
Use this if you need to extract specific types of entities from text, and you can define those entities using templates.
Not ideal if you need a general-purpose named entity recognition solution without specific templates, or if your data is not text-based.
Stars
213
Forks
38
Language
Python
License
—
Category
Last pushed
Dec 22, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Nealcly/templateNER"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs