ai-forever/ner-bert
BERT-NER (nert-bert) with google bert https://github.com/google-research.
This project helps you automatically identify and extract key entities like names, locations, or organizations from text documents. You provide raw text data, and it outputs the same text with specific words or phrases tagged with their respective categories. This is useful for data scientists, natural language processing engineers, or anyone working with large volumes of unstructured text who needs to quickly find specific information.
408 stars. No commits in the last 6 months.
Use this if you need to train a custom Named Entity Recognition (NER) model on your own domain-specific text data using the BERT architecture.
Not ideal if you're looking for an out-of-the-box solution for common NER tasks without any coding or model training.
Stars
408
Forks
100
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Feb 03, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ai-forever/ner-bert"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
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 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow