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
Hi master. firstly im very grateful for that python implementation.. But i didnt understand how Summary Level ROUGE-L works via code?
Sentence level type of rouge, we can use more than a sentence for candidate summary.. After that we compute lcs reference summary - Candidate Sentence_1 and Candidate Sentence_2 respectively.
when i try to use it on command prompt, how i do write it?
or how should the structure of my candidate sentences be (in local.txt file)?
Just one line, or each line for each sentence?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I don't understand you completely but I guess you just want to know format of reference summarization for ROUGE-L summary level? Because it's the same for all summaries. Its just text document. You don't need to place every sentence at separate line but you can if you want. Sumy uses PlainTestParser to parse reference sentences so it should be fine to use a text in any format :)
Hi master. firstly im very grateful for that python implementation.. But i didnt understand how Summary Level ROUGE-L works via code?
Sentence level type of rouge, we can use more than a sentence for candidate summary.. After that we compute lcs reference summary - Candidate Sentence_1 and Candidate Sentence_2 respectively.
when i try to use it on command prompt, how i do write it?
or how should the structure of my candidate sentences be (in local.txt file)?
Just one line, or each line for each sentence?
Thanks.
The text was updated successfully, but these errors were encountered: