Skip to main content

Chinese Text Summary Evaluation Utilities

Project description

lawrouge

“法摘”中英文摘要评价:做最好的 Python 中英文摘要评价组件

“lawrouge” (Law-rouge) Chinese and English text summary evaluation metric: built to be the best Python Multilingual Text Summary Evaluation module.

完整文档见 README.md

GitHub: https://github.com/ShenDezhou/lawrouge

特点

  • 支持中英文摘要测评模式

    • 中文模式

    • 英文模式

    • THU 授权协议

在线演示: ShenDezhou

安装说明

代码对 Python 2/3 均兼容

  • 全自动安装: easy_install lawrouge 或者 pip install lawrouge / pip3 install lawrouge

  • 半自动安装:先下载 https://pypi.python.org/pypi/lawrouge/ ,解压后运行 python setup.py install

  • 手动安装:将 lawrouge 目录放置于当前目录或者 site-packages 目录

  • 通过 import lawrouge 来引用

使用说明

  • 支持英文文本摘要测评, lawrouge.Rouge(isChinese=False) 方法接受语言参数: isChinese是否为中文

代码示例:

`python rouge = lawrouge.Rouge() scores = rouge.get_scores(["他是清华大学计算机科学与技术系"], ["计算机科学与技术专业"], avg=2) print(scores) `

版本说明

  • 1.2.0: 修复英文摘要测评计算方法中的缺陷。

  • 1.3.1: 修复英文摘要测评使用方法中的缺陷。

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lawrouge-1.3.1.tar.gz (7.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page