LorrinWWW / two-are-better-than-one

Code associated with the paper **Two are Better Than One: Joint Entity and Relation Extraction with Table-Sequence Encoders**, at EMNLP 2020
196 stars 47 forks source link

ckpts #20

Closed zhouluo07 closed 2 years ago

zhouluo07 commented 2 years ago

Hello, I met this problem while running this code: "[Errno 2] No such file or directory: './ckpts/my_model.pt'". I don‘t know to solve it. Looking forward to hearing from you.

LorrinWWW commented 2 years ago

Thanks for reporting this. I will look into it. My first guess is that it's due to the missing of folder "./ckpts/". Could you execute "$ mkdir ./ckpts" and try again?

zhouluo07 commented 2 years ago

Thank you for your answer! I will add this folder to try again.

hhhhhh45 commented 2 years ago

Thank you for your answer! I will add this folder to try again.

Hello, I encountered "java.lang.ClassNotFoundException: edu.stanford.nlp.pipeline.StanfordCoreNLP text/*.split.txt " when I run run.zsh . I don`t know how to solve it. Have you encountered this problem?