Description Usage Arguments Value
View source: R/multi_rouge_n.R
Takes a candidate summary, more than one reference summary, and a single n value. Returns a ROUGE score for the given N.
1 | multi_rouge_n(candidate, references, n)
|
candidate |
the candidate (usually machine generated) summary |
references |
a character vector of reference (usually human written) summaries |
n |
the number of grams to be considered. eg. n = 2 considers bigrams, generating a ROUGE-2 score. |
The ROUGE-N score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.