ZhixiuYe/HSCRF-pytorch
ACL 2018: Hybrid semi-Markov CRF for Neural Sequence Labeling (http://aclweb.org/anthology/P18-2038)
This project helps natural language processing researchers evaluate and refine their models for tasks like Named Entity Recognition (NER). It takes text data, often used in benchmarks like CoNLL 2003, and outputs highly accurate predictions for identifying specific entities (like names, locations, organizations). Researchers and machine learning engineers working on improving text understanding systems would use this.
304 stars. No commits in the last 6 months.
Use this if you are an NLP researcher or ML engineer focused on achieving state-of-the-art performance in sequence labeling tasks like Named Entity Recognition.
Not ideal if you are looking for an out-of-the-box solution for general text analysis or if you are not comfortable working with research-level code and command-line execution.
Stars
304
Forks
67
Language
Python
License
—
Category
Last pushed
Jul 22, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ZhixiuYe/HSCRF-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