中文 命名实体识别(Named Entity Recognizer) 测试
下载页面
https://github.com/lancopku/Chinese-Literature-NER-RE-Dataset
下载链接:
wget "https://raw.githubusercontent.com/lancopku/Chinese-Literature-NER-RE-Dataset/master/ner/train.txt"
wget "https://raw.githubusercontent.com/lancopku/Chinese-Literature-NER-RE-Dataset/master/ner/test.txt"
运行 extract_txt.py
得到 ner.pkl
运行 train_crf_loss.py
训练(默认到./s2ss_ner_crf.ckpt
)
运行 test.py
查看测试结果
运行 test_crf.py
查看测试结果