ChineseNER icon indicating copy to clipboard operation
ChineseNER copied to clipboard

中文命名实体识别,实体抽取,tensorflow,pytorch,BiLSTM+CRF

Results 26 ChineseNER issues
Sort by recently updated
recently updated
newest added

File "E:\appsnew\codes\gitspace\ChineseNER\tensorflowVersion\utils.py", line 12, in calculate if id2tag[y[i][j]][0]=='B': IndexError: string index out of range 这个问题怎么解决

'ascii' codec can't decode byte 0x80 in position 1016: ordinal not in range(128) 请问这是什么原因?有解决办法吗?

这个的关系抽取部分咋哪里呢?

有没有小伙伴有pytorch版本模型测试部分的代码呀?已经运行了train.py保存了模型,但是本入门小白不知道要怎么测试这个模型……

![QQ图片20191020153613](https://user-images.githubusercontent.com/54341336/67156315-65f48380-f34f-11e9-908e-c6ca4b83e228.jpg) 这是我运行过程出现的问题,不懂是出错的原因

![image](https://user-images.githubusercontent.com/11782606/65142413-3b0fca80-da45-11e9-998a-cfe3d52d9dba.png) with tf.Session() as sess: sess.run(tf.global_variables_initializer()) saver = tf.train.Saver() train(model, sess, saver, epochs, batch_size, data_train, data_test, id2word, id2tag)

这个问题如何解决呢?有没有小伙伴知道