sgrvinod/a-PyTorch-Tutorial-to-Sequence-Labeling
Empower Sequence Labeling with Task-Aware Neural Language Model | a PyTorch Tutorial to Sequence Labeling
This tutorial helps machine learning practitioners build models that can automatically tag each word in a sentence with relevant labels like entities or parts of speech. It takes raw text as input and produces text with each word categorized. This is ideal for natural language processing engineers, data scientists, or researchers working on text analysis tasks.
365 stars. No commits in the last 6 months.
Use this if you need to precisely label specific words or phrases within text based on their context, like identifying names, locations, or parts of speech, and you are comfortable with deep learning frameworks.
Not ideal if you're looking for a simple, out-of-the-box solution without diving into model implementation, or if your primary task is general text classification rather than detailed word-level tagging.
Stars
365
Forks
81
Language
Python
License
MIT
Category
Last pushed
Jun 03, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/sgrvinod/a-PyTorch-Tutorial-to-Sequence-Labeling"
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