jiesutd / LatticeLSTM

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

代码跑完之后的.model怎么查看 #117

Closed Ilikemuchmuchmoney closed 3 years ago

Ilikemuchmuchmoney commented 3 years ago

How to view the .model files

jiesutd commented 3 years ago

它是一个model file,你想查看什么?

Ilikemuchmuchmoney commented 3 years ago

我想抽取一段文本(和你这个类似的文本)中的实体,怎么使用.model文件来抽取实体?

jiesutd commented 3 years ago

如果你说的是decode新的文本的话,可以看这个被注释掉的command 8-12行 https://github.com/jiesutd/LatticeLSTM/blob/24d17f4270f11d2f75046789d8b67eaa2b907dce/run_demo.sh#L8

Ilikemuchmuchmoney commented 3 years ago

非常非常感谢