summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2024-11-20 16:03:54 +0100
committerKhem Raj <raj.khem@gmail.com>2024-11-20 09:32:08 -0800
commitc70d4bc096e6022855460de52a9981cc73b5d89b (patch)
tree44968163acd02fee43bc1b1e07470d0dfd0d9da3 /meta-python/recipes-devtools
parent02673cbf61cb737026674c697642b3dacb5bb6d0 (diff)
downloadmeta-openembedded-c70d4bc096e6022855460de52a9981cc73b5d89b.tar.gz
python3-rouge-score: add a recipe for version 0.1.2
This is a native python implementation of ROUGE, designed to replicate results from the original perl package. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb b/meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb
new file mode 100644
index 0000000000..722956a8e2
--- /dev/null
+++ b/meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Pure python implementation of ROUGE-1.5.5."
2DESCRIPTION = "This is a native python implementation of ROUGE, designed to \
3 replicate results from the original perl package."
4HOMEPAGE = "https://github.com/google-research/google-research/tree/master/rouge"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://README.md;beginline=91;endline=93;md5=e8937c2bcd7cf57f2d1bd5f1bf7efd23"
7
8RDEPENDS:${PN} = "\
9 python3-absl \
10 python3-nltk \
11 python3-numpy \
12 python3-six (>=1.14) \
13"
14
15inherit setuptools3 pypi
16
17PYPI_PACKAGE = "rouge_score"
18
19SRC_URI[sha256sum] = "c7d4da2683e68c9abf0135ef915d63a46643666f848e558a1b9f7ead17ff0f04"