项目作者: InsaneLife
项目描述 :
Chinese named entity recognition
高级语言: Python
项目地址: git://github.com/InsaneLife/ChineseNER.git
NER
中文命名实体识别
底层编码器
TODO:
- BiRNN + CRF
- Linguistic Features
- POS Tags
- Dependency Labels
- NER Labels
- Chunking Labels
- Brown Clustering Labels
- Attention
- Bert
Data
MSRA NER微软亚洲研究院数据集。
environment
tensorflow = 1.8
python = 3.5
cuda = 9.0
reference
- Bidirectional LSTM-CRF Models for Sequence Tagging
- Neural Sequence Labeling with Linguistic Features