Determined22 / zh-NER-TF

A very simple BiLSTM-CRF model for Chinese Named Entity Recognition 中文命名实体识别 (TensorFlow)
2.33k stars 937 forks source link

What is the data set? #14

Closed Jingyilang closed 6 years ago

Jingyilang commented 6 years ago

Thanks for your code, it helps me l a lot. Can you tell me What is the data set in your code? Is it MSRA?

git-mengmeng commented 6 years ago

Hey,bro. Can you tell me how to run the main.py in the mode of test?

I just used the default data,but there were some errors in the console, like this Key bi-lstm/bidirectional_rnn/bw/lstm_cell/bias not found in checkpoint

my tensorflow is 1.6

Determined22 commented 6 years ago

It looks like a portion of MSRA corpus. I present the statistics of the dataset in the README.md, FYR.