xueyouluo / NER-Deep-Learning

Using BiLSTM-CRF model for Chinese NER
15 stars 7 forks source link

Question about data #1

Open Jingyilang opened 6 years ago

Jingyilang commented 6 years ago

Hi, thranks for your code first. Could you tell where is the "example" data set from? is it People's Daily98?

xueyouluo commented 6 years ago

No, it is not People 98. I copied from this project https://github.com/zjy-ucas/ChineseNER. I think it maybe bakeoff2006 data. You can use People's Daily data and Boson NLP data, just convert them to the format as the example data.