Shanza

Results 21 comments of Shanza

> pyrouge_set_rouge_path ~/pyrouge/rouge/tools/ROUGE-1.5.5/ When using this command I am getting this. Is it what suppose to be appear or something is wrong: 2020-01-18 21:08:10,347 [MainThread ] [INFO ] Set ROUGE...

set pyrouge_set_rouge_path ~/pyrouge/rouge/tools/ROUGE-1.5.5/ I used this command. now there is no error but nothing else is displaying either. when i run the last command you mention its displaying error: Ran...

https://stackoverflow.com/questions/45894212/installing-pyrouge-gets-error-in-ubuntu i used solution number 2 and i got Ok now. But how do i import the pyrouge now. Because i am getting this error: ModuleNotFoundError: No module named 'pyrouge.utils'

> > The tokenized stories directory /data/presum/data/preprocess contains 0 files, but it should contain the same number as /data/presum/data/raw_stories (which has 136008 files). Was there an error during tokenization? >...

Show me the instructions how you export corenlp library. On Sun, 23 Feb 2020, 8:52 PM HannahB, wrote: > The tokenized stories directory /data/presum/data/preprocess contains 0 > files, but it...

are the file in data folder have .story extension? if you are importing nlp library correctly the error should not generate. i would suggest you to use the same library...

@zBabar were you able to successfully run the model? I am getting a memory error while trying to train the model. Any idea how to solve that?

have you guys got any luck in solving the memory error? On which line are you all getting the memory error?

TangZwei can you explain prepro.py file to me. I mean why are we not simply extracting features only?

> I solved the problem by writing data into a `h5df` file instead of using `hickle`. so you are saying you just change the extension of the files that are...