Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crownpku/information-extraction-chinese

Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
https://github.com/crownpku/information-extraction-chinese

chinese-nlp information-extraction named-entity-recognition nlp relation-extraction

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/crownpku/Information-Extraction-Chinese/tree/master/RE_BGRU_2ATT)

Details in folder RE_BGRU_2ATT/

#### [Chinese Named Entity Recognition by IDCNN/biLSTM with CRF layer](https://github.com/crownpku/Information-Extraction-Chinese/tree/master/NER_IDCNN_CRF)

Details in folder NER_IDCNN_CRF/

#### [Chinese Word Segmentation by Iterated Dilated Convolutions](https://github.com/hankcs/ID-CNN-CWS)

Details at [https://github.com/hankcs/ID-CNN-CWS](https://github.com/hankcs/ID-CNN-CWS)

## Reference

* [thunlp/Tensorflow-NRE](https://github.com/thunlp/TensorFlow-NRE)

* [zjy-ucas/ChineseNER](https://github.com/zjy-ucas/ChineseNER)

* [koth/kcws](https://github.com/koth/kcws)