tianlinyang/stack-lstm-ner
Transition-based NER system
This project helps you automatically identify and tag specific entities like names of people, organizations, or locations within a sentence. You provide plain text sentences, and it outputs each word with its corresponding tag (e.g., "John" as a Person, "New York" as a Location). This tool is for anyone who needs to extract structured information from unstructured text, such as researchers analyzing documents or data scientists building text processing pipelines.
No commits in the last 6 months.
Use this if you need to reliably categorize individual words or phrases in large volumes of text into predefined entity types.
Not ideal if you need to perform more complex text understanding tasks like sentiment analysis or question answering, which go beyond simple entity extraction.
Stars
35
Forks
11
Language
Python
License
—
Category
Last pushed
Jun 22, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/tianlinyang/stack-lstm-ner"
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