You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.
ref_texts = {'A': "Poor nations pressurise developed countries into granting trade subsidies.",
'B': "Developed countries should be pressurized. Business exemptions to poor nations.",
'C': "World's poor decide to urge developed nations for business concessions."}
summary_text = "Poor nations demand trade subsidies from developed nations."
However, when providing pyrouge with this input, lines in the created HTML files look like this:
If I understand it correctly, each line should contain one sentence. Therefore, the input has to be modified accordingly (e.g. by instead providing ["Poor nations pressurise developed countries into granting trade subsidies .".split()]).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the README, the following example is given:
However, when providing pyrouge with this input, lines in the created HTML files look like this:
If I understand it correctly, each line should contain one sentence. Therefore, the input has to be modified accordingly (e.g. by instead providing
["Poor nations pressurise developed countries into granting trade subsidies .".split()]
).The text was updated successfully, but these errors were encountered: