llcing/BiLSTM-CRF-ChineseNER.pytorch
PyTorch implement of BiLSTM-CRF for Chinese NER
This project helps you automatically identify and extract specific named entities like people, locations, or organizations from Chinese text. You provide raw Chinese text data, and it outputs the same text with key entities highlighted or categorized. It's designed for data analysts, linguists, or anyone working with large volumes of Chinese textual information who needs to structure unstructured text.
No commits in the last 6 months.
Use this if you need to automatically find and classify proper nouns and other key terms within large datasets of Chinese text.
Not ideal if your primary need is for entity recognition in languages other than Chinese, or if you require extremely fine-grained, highly nuanced entity extraction beyond standard categories.
Stars
60
Forks
17
Language
Python
License
—
Category
Last pushed
Feb 15, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/llcing/BiLSTM-CRF-ChineseNER.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