shengc/tf-lstm-crf-tagger
TensorFlow Implementation For [Neural Architecture for Named Entity Recognition](https://arxiv.org/abs/1603.01360)
This tool helps data scientists and NLP engineers build models that can automatically identify and categorize specific entities within text, such as names of people, organizations, or locations. You provide raw text data, and it outputs a sequence of identified and labeled entities. It's designed for those who need to extract structured information from unstructured text efficiently.
No commits in the last 6 months.
Use this if you need a robust way to automatically find and classify named entities in large volumes of text using a TensorFlow-based solution.
Not ideal if you require mini-batch processing for training, as this implementation currently processes sequences one by one.
Stars
12
Forks
—
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Mar 04, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/shengc/tf-lstm-crf-tagger"
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