Metadata-Version: 2.1
Name: rouge-score
Version: 0.0.1
Summary: Pure python implementation of ROUGE-1.5.5.
Home-page: https://github.com/google-research/google-research/tree/master/rouge
Author: Peter J. Liu
Author-email: peterjliu@gmail.com
License: UNKNOWN
Description: # Python ROUGE Implementation by Google Research
        
        This is a package to reproduce ROUGE-1.5.5 perl functionality in pure python.
        Tests are provided to ensure agreement with original perl script output.
        It is written by members of the Google Brain Team of Google Research.
        
        The original source is at this [repository](https://github.com/google-research/google-research/tree/master/rouge).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
