ランキングに戻る
crownpku/Information-Extraction-Chinese
PythonChinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
nlpchinese-nlpinformation-extractionrelation-extractionnamed-entity-recognition
主要指標
スター成長
スター
2.3k
フォーク
799
週間成長
—
Issue
119
1k2k
2017年8月2019年1月2020年7月2022年1月2023年7月2025年1月2026年7月
成果物PyPI
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
関連リポジトリ