Kyubyong/bert_ner
Ner with Bert
This project helps machine learning engineers and data scientists extract specific entities like names of people, organizations, or locations from text. You provide a dataset of text documents, and it processes them to identify and label these key pieces of information. It's designed for those building and deploying natural language processing applications.
280 stars. No commits in the last 6 months.
Use this if you are a machine learning engineer or data scientist looking to implement Named Entity Recognition (NER) using BERT models.
Not ideal if you need a no-code solution or are not comfortable working with Python and PyTorch.
Stars
280
Forks
56
Language
Python
License
—
Category
Last pushed
Oct 20, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Kyubyong/bert_ner"
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