SkyAndCloud/bilstm_crf_sequence_labeling_pytorch
Bi-LSTM+CRF sequence labeling model implemented in PyTorch
This tool helps data scientists and NLP practitioners automatically identify and categorize specific entities within text. You input raw text where each word has a corresponding label, and it outputs a model that can then predict these labels for new, unlabeled text. This is designed for those working with natural language processing tasks who need to extract structured information from unstructured text.
No commits in the last 6 months.
Use this if you need to build a robust model for Named Entity Recognition (NER) to automatically tag words in text with specific categories like names, locations, or organizations.
Not ideal if you don't have labeled textual data for training, as it requires text where each token is already associated with its correct entity tag.
Stars
69
Forks
21
Language
Python
License
—
Category
Last pushed
Nov 29, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/SkyAndCloud/bilstm_crf_sequence_labeling_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 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow