macanv/BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
This project helps quickly find and categorize specific information like names, locations, or organizations within Chinese text. It takes raw Chinese sentences and highlights these named entities or classifies the text into predefined categories such as news topics (e.g., finance, sports). Professionals in fields like data analysis, content moderation, or market research dealing with large volumes of Chinese text would find this useful.
4,900 stars. No commits in the last 6 months.
Use this if you need to automatically extract specific types of information from Chinese documents or classify Chinese text into topics without deep programming knowledge.
Not ideal if your primary need is for languages other than Chinese, as it would require significant customization.
Stars
4,900
Forks
1,249
Language
Python
License
—
Category
Last pushed
Feb 24, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/macanv/BERT-BiLSTM-CRF-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 和...
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