saiwaiyanyu/bi-lstm-crf-ner-tf2.0
Named Entity Recognition (NER) task using Bi-LSTM-CRF model implemented in Tensorflow 2.0(tensorflow2.0 +)
This tool helps you automatically identify and classify key pieces of information, like names of people, organizations, locations, and dates, within raw text documents. You provide a dataset of text where these entities are already labeled, and it produces a trained model that can then extract similar entities from new, unseen text. It's designed for data scientists or NLP engineers who need to build custom named entity recognition systems for specific domains or languages.
120 stars. No commits in the last 6 months.
Use this if you need to build a specialized model to extract specific types of entities from unstructured text data, and you have labeled examples to train it.
Not ideal if you need an out-of-the-box solution for common entity types without custom training, or if you don't have a labeled dataset.
Stars
120
Forks
43
Language
Python
License
—
Category
Last pushed
Jun 05, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/saiwaiyanyu/bi-lstm-crf-ner-tf2.0"
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