ufal / neuralmonkey

An open-source tool for sequence learning in NLP built on TensorFlow.
BSD 3-Clause "New" or "Revised" License
410 stars 104 forks source link

Rouge score #712

Closed jlibovicky closed 6 years ago

jlibovicky commented 6 years ago

This PR adds a ROUGE score evaluator for text summarization.

It uses a third-party library (https://github.com/pltrdy/rouge) with Apache 2.0 licence.