Home
Softono
Information-Extraction-Chinese

Information-Extraction-Chinese

Open source Python
2.3K
Stars
800
Forks
120
Issues
87
Watchers
2 years
Last Commit

About Information-Extraction-Chinese

Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取

Platforms

Web Self-hosted

Languages

Python

Links

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