cswangjiawei/pytorch-NER
This is the implemention of named entity recognition model
This helps data scientists and NLP researchers extract specific types of information, like names, locations, and organizations, from text. You input raw text, and it outputs the same text with identified entities categorized and highlighted. This is ideal for anyone working with unstructured text data who needs to automatically identify and classify key pieces of information.
No commits in the last 6 months.
Use this if you need a flexible way to implement and experiment with different neural network architectures for named entity recognition in your text analysis projects.
Not ideal if you need a ready-to-use, pre-trained model for immediate deployment without deep customization or experimentation with underlying model architectures.
Stars
30
Forks
4
Language
Python
License
—
Category
Last pushed
Jul 07, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/cswangjiawei/pytorch-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 和...
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