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
In command sumy_eval random modsum/some_name.2.txt --language=english --file=docs/text.txt --format=plaintext How I can change different parameters of Rouge evaluation like -a -c 95 -b 665 -m -n 4 -w 1.2?
The text was updated successfully, but these errors were encountered:
Hi @jamal833, I am afraid you can't change them. I don't know where your args -a -c 95 -b 665 -m -n 4 -w 1.2 come from but feel free to define such functionality here and maybe create PR but I am afraid that because there are many evaluation methods this would lead to really many parameters. Maybe you can use the evaluation algorithms from Python script with your own tweaks.
@miso-belica How can i evaluate the quality of summary (i.e. Rouge score etc.) if i am using Sumy an Non CLI command(i.e. sumy_test.py and ren running the script)?
In command
sumy_eval random modsum/some_name.2.txt --language=english --file=docs/text.txt --format=plaintext
How I can change different parameters of Rouge evaluation like-a -c 95 -b 665 -m -n 4 -w 1.2
?The text was updated successfully, but these errors were encountered: