Back to rankings
crownpku/Information-Extraction-Chinese
PythonChinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
nlpchinese-nlpinformation-extractionrelation-extractionnamed-entity-recognition
Key Metrics
Star Growth
Stars
2.3k
Forks
799
Weekly Growth
—
Issues
119
1k2k
Aug 2017Jan 2019Jul 2020Jan 2022Jul 2023Jan 2025Jul 2026
ArtifactsPyPI
pip install information-extraction-chineseREADME
Information-Extraction-Chinese
Chinese information extraction, including named entity recognition, relation extraction and more, focused on state-of-art deep learning methods.
To make clear, this project has several sub-tasks with detailed separate README.md.
Chinese Relation Extraction by biGRU with Character and Sentence Attentions
Details in folder RE_BGRU_2ATT/
Chinese Named Entity Recognition by IDCNN/biLSTM with CRF layer
Details in folder NER_IDCNN_CRF/
Chinese Word Segmentation by Iterated Dilated Convolutions
Details at https://github.com/hankcs/ID-CNN-CWS
Reference
Related repositories