bheinzerling/pyrouge
A Python wrapper for the ROUGE summarization evaluation package
This tool helps researchers and developers working on text summarization evaluate the quality of their automatically generated summaries. It takes your plain text summaries and corresponding 'gold standard' reference summaries, then processes them to produce standardized ROUGE scores. Anyone building or comparing different text summarization models would use this to quantify performance.
249 stars. No commits in the last 6 months.
Use this if you need to quickly and easily calculate ROUGE scores for your text summaries against reference summaries without dealing with manual file formatting or complex configuration.
Not ideal if you need a summarization tool itself, rather than an evaluation tool for existing summaries.
Stars
249
Forks
72
Language
Python
License
MIT
Category
Last pushed
Feb 10, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/bheinzerling/pyrouge"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kenlimmj/rouge
A Javascript implementation of the Recall-Oriented Understudy for Gisting Evaluation (ROUGE)...
uoneway/KoBertSum
KoBertSum은 BertSum모델을 한국어 데이터에 적용할 수 있도록 수정한 한국어 요약 모델입니다.
udibr/headlines
Automatically generate headlines to short articles
xiongma/transformer-pointer-generator
A Abstractive Summarization Implementation with Transformer and Pointer-generator
pltrdy/files2rouge
Calculating ROUGE score between two files (line-by-line)