Skip to content
/ AnyROUGE Public

A python wrapper for the original Perl version ROUGE score evaluator.

Notifications You must be signed in to change notification settings

yszh8/AnyROUGE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnyROUGE

A python wrapper for the original Perl version ROUGE score evaluator.

Dependency

pyrouge nltk

Usage

python AnyROUGE.py (the file path is hard-coded in the python file)

Setup ini

  • create a file ~/.pyrouge/settings.ini
  • Write the absolute path of the ROUGE155 to this file, e.g.
[pyrouge settings]
home_dir=PATH_TO_FOLDER/ThirdParty/ROUGE/ROUGE-1.5.5/

About

A python wrapper for the original Perl version ROUGE score evaluator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages