# NER-LOC **Repository Path**: sofiaxue/NER-LOC ## Basic Information - **Project Name**: NER-LOC - **Description**: 中文命名实体识别& 中文命名实体检测 python实现 基于字+ 词位 分别使用tensorflow IDCNN+CRF 及 BiLSTM+CRF 搭配词性标注实现中文命名实体识别及命名实体检测 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2019-07-22 - **Last Updated**: 2025-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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