ZhixiuYe/NER-pytorch
LSTM+CRF NER
This tool helps you automatically identify and categorize key pieces of information, such as names of people, organizations, or locations, directly from text documents. You provide a collection of text, and it outputs the same text with the important entities highlighted and labeled. This is designed for data scientists or NLP practitioners who need to extract structured data from unstructured text.
305 stars. No commits in the last 6 months.
Use this if you need a foundational, classic deep learning approach to recognize specific entities within large volumes of text data.
Not ideal if you require the latest, state-of-the-art performance or if your text data contains highly complex or nuanced entity types beyond standard categories.
Stars
305
Forks
103
Language
Python
License
—
Category
Last pushed
Jan 18, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ZhixiuYe/NER-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