lonePatient/BiLSTM-CRF-NER-PyTorch
This repo contains a PyTorch implementation of a BiLSTM-CRF model for named entity recognition task.
This project helps developers working with natural language processing to build models that can identify specific types of entities like locations, people, or organizations within text. It takes raw text data, processes it, and outputs a trained model capable of tagging these named entities. This is useful for machine learning engineers or NLP specialists.
120 stars. No commits in the last 6 months.
Use this if you are an NLP developer needing a PyTorch implementation for Named Entity Recognition using a BiLSTM-CRF model.
Not ideal if you are a non-developer seeking an out-of-the-box solution for text analysis, as this requires coding knowledge and environment setup.
Stars
120
Forks
28
Language
Python
License
—
Category
Last pushed
Jun 13, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/lonePatient/BiLSTM-CRF-NER-PyTorch"
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