搜索资源列表
ChineseNER-master
- Pyhton实现biLSTM+CRF算法,应用于中文命名实体识别(Pyhton implementation of biLSTM+CRF algorithm, applied to Chinese named entity recognition)
RerankNER-master
- 这份代码是基于深度神经网络的英文命名实体识别,主要算法是LSTM+CRF(This code is based on deep neural network English named entity recognition LSTM+CRF)
main
- NLP-NER的一个简单Demo。模型基于LSTM-CRF(A Demon for Chinese-NER from https://github.com/zjy-ucas/ChineseNER)
NER-Deep-Learning-master
- 利用LSTM和条件随机场进行命名实体识别(Named entity recognition with LSTM and CRF)
data
- 训练NER的语料文件,已全文标注,四个字段(Training NER's corpus file, full text annotation, four fields)
zh-NER-TF-master
- 基于bi-lstm-crf的中文命名实体识别(bi-lstm-crf NER of chinese)