NER LOC Save

中文命名实体识别& 中文命名实体检测 python实现 基于字+ 词位 分别使用tensorflow IDCNN+CRF 及 BiLSTM+CRF 搭配词性标注实现中文命名实体识别及命名实体检测

Project README

命名实体NER

NER

A simple IDCNN-CRF and BILSTM-CRF for Location of China
(but later the simple change  hospital of Network Sample NER)

USE:

train:

开启注释: 可使用模型选择:IDCNN or BILSTM

if __name__ == '__main__':
    main = Run('train', 'IDCNN')

执行文件:
python run.py

API service(use Flask):

  python api.py

references: http://www.cnblogs.com/Richer01/p/9985024.html https://github.com/zhangxiaolei0123/NERuselocal

Open Source Agenda is not affiliated with "NER LOC" Project. README Source: RicherDong/NER-LOC
Stars
63
Open Issues
2
Last Commit
5 years ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating