SNUDerek/NER_bLSTM-CRF
LSTM-CRF for NER with ConLL-2002 dataset
This project helps you automatically identify and classify key entities like people, organizations, locations, and dates within written text, even if the text doesn't contain capitalization (like speech-to-text transcripts). You input raw text, and it outputs the same text with specific words and phrases tagged with their entity type. This is useful for anyone who needs to extract structured information from unstructured text, especially from sources where case information is missing.
No commits in the last 6 months.
Use this if you need to reliably extract named entities from large volumes of text, particularly from sources like automatic speech recognition output where capitalization cues are absent.
Not ideal if your primary goal is to perform general text classification or sentiment analysis, rather than specifically identifying named entities.
Stars
47
Forks
15
Language
Jupyter Notebook
License
—
Category
Last pushed
Jun 11, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/SNUDerek/NER_bLSTM-CRF"
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