胭脂
完整的Python库,用于ROUGE指标 。
免责声明
此实现独立于“官方” ROUGE脚本(又名ROUGE-155 )。 结果可能是slighlty不同,看。
快速开始
克隆并安装
git clone https://github.com/pltrdy/rouge
cd rouge
python setup.py install
# or
pip install -U .
或从点子:
pip install rouge
从外壳使用它(JSON输出)
$rouge -h
usage: rouge [-h] [-f] [-a] hypothesis reference
Rouge Metric Calculator
positional arguments:
hypothesis Text of file path
reference Text or file
2022-02-24 15:28:27
18KB
Python
1