wilburOne / ZeroShotEvent

57 stars 10 forks source link

Question about python rsd2ltf.py #5

Open carrie0307 opened 4 years ago

carrie0307 commented 4 years ago

Hello, I encountered some trouble when running your code and would you please give me some suggestion?

When I run "java -jar removeXmlTag.jar [source_path] [source_without_tag_path]", I can only get 25 files named like "——————————.sgm" in source_without_tag_path ​(599 ACE05 .sgm documents have been puti in source_path); And when I run “python rsd2ltf.py [source_without_tag_path] [ltf_path] --extension .txt --seg_option nltk+linebreak”, I got "0 files processed".

Could you please tell me what mistakes I have in my operation? Thanks!

carrie0307 commented 4 years ago

thank you and I will have a try!

JinanZou commented 4 years ago

I have the same problem, how can I solve this, thanks~~

FantasyoO666 commented 2 years ago

Hello, I encountered some trouble when running your code and would you please give me some suggestion?

When I run "java -jar removeXmlTag.jar [source_path] [source_without_tag_path]", I can only get 25 files named like "——————————.sgm" in source_without_tag_path ​(599 ACE05 .sgm documents have been puti in source_path); And when I run “python rsd2ltf.py [source_without_tag_path] [ltf_path] --extension .txt --seg_option nltk+linebreak”, I got "0 files processed".

Could you please tell me what mistakes I have in my operation? Thanks!

Hello, I encountered some trouble when running your code and would you please give me some suggestion?

When I run "java -jar removeXmlTag.jar [source_path] [source_without_tag_path]", I can only get 25 files named like "——————————.sgm" in source_without_tag_path ​(599 ACE05 .sgm documents have been puti in source_path); And when I run “python rsd2ltf.py [source_without_tag_path] [ltf_path] --extension .txt --seg_option nltk+linebreak”, I got "0 files processed".

Could you please tell me what mistakes I have in my operation? Thanks!

I have the same problem,could you please tell me the mistakes,thansk!

FantasyoO666 commented 2 years ago

Hello, I encountered some trouble when running your code and would you please give me some suggestion? When I run "java -jar removeXmlTag.jar [source_path] [source_without_tag_path]", I can only get 25 files named like "——————————.sgm" in source_without_tag_path ​(599 ACE05 .sgm documents have been puti in source_path); And when I run “python rsd2ltf.py [source_without_tag_path] [ltf_path] --extension .txt --seg_option nltk+linebreak”, I got "0 files processed". Could you please tell me what mistakes I have in my operation? Thanks!

Hello, I encountered some trouble when running your code and would you please give me some suggestion? When I run "java -jar removeXmlTag.jar [source_path] [source_without_tag_path]", I can only get 25 files named like "——————————.sgm" in source_without_tag_path ​(599 ACE05 .sgm documents have been puti in source_path); And when I run “python rsd2ltf.py [source_without_tag_path] [ltf_path] --extension .txt --seg_option nltk+linebreak”, I got "0 files processed". Could you please tell me what mistakes I have in my operation? Thanks!

I have the same problem,could you please tell me the mistakes,thansk!

已经知道如何解决了,直接用作者的另一个仓库下https://github.com/wilburOne/ACE_ERE_Scripts的代码处理,会遇到一些问题,参考https://blog.csdn.net/weixin_43876778/article/details/112167119 解决nltk的文具即可。