Description Usage Arguments Value
Takes a candidate summary and reference summary, returning the associated ROUGE-S recall, precision, and F values.
1 |
candidate |
the candidate (usually machine generated) summary |
reference |
the reference (usually human written) summary |
k |
the maximum skip distance, default 1 |
beta |
a measure of the importance of precision in relation to recall in the F-measure, default 1—implying equal importance. |
a dataframe, consisting of a single observation and three variables: recall, precision, and f_measure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.