CoderPat / structured-neural-summarization

A repository with the code for the paper with the same title
MIT License
74 stars 26 forks source link

Cannot find submodule `parsers.naturallanguage.gigaword` needed in `convert2graph` #15

Closed shandou closed 5 years ago

shandou commented 5 years ago

I am trying to run the script convert2graph.py, but was unable to find the required submodule for summary parsing. Could you kindly upload (or point me to the resources) this submodule?

Again, it is parsers.naturallanguage.gigaword. Thanks!

CoderPat commented 5 years ago

Should be fixed by the latest PR

shandou commented 5 years ago

Oh? You meant it is already fixed (or is it going to be fixed)? I still don't see that submodule, though. Would you mind pointing me to the correct location? Thanks 😃

CoderPat commented 5 years ago

The file should now be self-contained, so that module is no longer needed

shandou commented 5 years ago

Thank you very much 😃 Yes, I was able to run the graph converter and now the model is being trained on a small subset of the cnndm data. Appreciate your work!