kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
This tool helps extract key entities like people, organizations, and locations from text. You provide raw text documents, and it identifies and labels these specific entities within the content. This is useful for anyone who needs to quickly find and categorize important information from large volumes of unstructured text, such as researchers, analysts, or content managers.
1,249 stars. No commits in the last 6 months.
Use this if you need to automatically identify and categorize named entities (people, places, organizations, miscellaneous) in English text.
Not ideal if you need to extract information beyond common named entities, such as dates, monetary values, or custom entity types not predefined.
Stars
1,249
Forks
272
Language
Python
License
AGPL-3.0
Category
Last pushed
May 06, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/kamalkraj/BERT-NER"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
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/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data