No summary produced
Opened this issue · 2 comments
Hi
i have run the code in the prescribed manner. The generated summary file is empty and there is no errors raised. Can advise? thanks
Hi
i have run the code in the prescribed manner. The generated summary file is empty and there is no errors raised. Can advise? thanks
I come into the same problem,have you solved it?
I faced the same issue but that was happening because I didn't change the default values given on the readme page,
java -jar PKUSUMSUM.jar –T 1 –input ./article.txt –output ./summay.txt –L 1 –n 100 –m 2 –stop n (notice '-L 1', while it should be '-L 2' for English). So if your input is in English, value for -L in the above command should be 2.
It worked for me after I changed it, hopefully it will work for you too.