summaryrefslogtreecommitdiff
path: root/textproc/py-rouge-score/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-rouge-score/pkg-descr')
-rw-r--r--textproc/py-rouge-score/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/py-rouge-score/pkg-descr b/textproc/py-rouge-score/pkg-descr
new file mode 100644
index 000000000000..6a4548eefd84
--- /dev/null
+++ b/textproc/py-rouge-score/pkg-descr
@@ -0,0 +1,7 @@
+This package implements:
+* ROUGE-N (N-gram) scoring
+* ROUGE-L (Longest Common Subsequence) scoring
+* Text normalization
+* Bootstrap resampling for confidence interval calculation
+* Optional Porter stemming to remove plurals and word suffixes
+ such as (ing, ion, ment).