TheAnig/NER-LSTM-CNN-Pytorch
End-to-end-Sequence-Labeling-via-Bi-directional-LSTM-CNNs-CRF-Tutorial
This project helps natural language processing (NLP) engineers and data scientists build and understand systems that can identify and categorize key information within text. It takes raw text as input and outputs the same text with specific entities, like names of people, organizations, or locations, tagged and classified. This is primarily useful for those working on information extraction or text understanding tasks.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher focused on developing custom Named Entity Recognition (NER) models using PyTorch.
Not ideal if you need an out-of-the-box solution for NER without needing to understand or modify the underlying deep learning model.
Stars
46
Forks
13
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 14, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/TheAnig/NER-LSTM-CNN-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