# Information-Extraction-Chinese **Repository Path**: smartocr/Information-Extraction-Chinese ## Basic Information - **Project Name**: Information-Extraction-Chinese - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)