limteng-rpi/neural_name_tagging
Code for "Reliability-aware Dynamic Feature Composition for Name Tagging" (ACL2019)
This project helps researchers and developers working with natural language understand and extract named entities (like people, places, or organizations) from text more accurately. It takes pre-processed text data, typically in CoNLL format, along with word embeddings, and outputs models that can identify these entities. The intended users are primarily NLP researchers, computational linguists, or data scientists focused on information extraction tasks.
No commits in the last 6 months.
Use this if you are a researcher or NLP practitioner developing or evaluating named entity recognition (NER) systems and want to experiment with advanced feature composition techniques for improved reliability across different text genres.
Not ideal if you are a business user looking for an out-of-the-box solution for tagging names without needing to understand the underlying model architecture or training process.
Stars
38
Forks
5
Language
Python
License
—
Category
Last pushed
Nov 06, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/limteng-rpi/neural_name_tagging"
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