jack,zheng

Results 3 issues of jack,zheng

1)去掉 python 脚本中的 unicode: 例如:process_anno_file.py ustr = unicode(token.decode('utf8')) # 去掉unicode 2)去掉python脚本中的decode("utf8"): 例如:sentence.py x.append(vob.GetWordIndex(str(t[0].encode("utf8")))) # 去掉.encode("utf8")

dilatedcnn_crf.py 和 bilstm_crf 两份文件一样???