jiesutd / LatticeLSTM

Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
1.8k stars 453 forks source link

如何预测新的数据集? #69

Closed jc-ryan closed 5 years ago

jc-ryan commented 5 years ago

请问一下您的代码里有用来加载模型以预测新的测试集的那部分代码吗,我找了很久没有找到,是需要自己写吗?

jiesutd commented 5 years ago

You can see this demo: https://github.com/jiesutd/LatticeLSTM/blob/24d17f4270f11d2f75046789d8b67eaa2b907dce/run_demo.sh#L8

jc-ryan commented 5 years ago

You can see this demo:

https://github.com/jiesutd/LatticeLSTM/blob/24d17f4270f11d2f75046789d8b67eaa2b907dce/run_demo.sh#L8

哦哦,谢谢