vishnu45 / NLP-Extractive-NEWS-summarization-using-MMR

A simple python implementation of the Maximal Marginal Relevance (MMR) baseline system for text summarization.
67 stars 40 forks source link

Is ir possible to run both LexRank and MMR on custom data? #2

Closed JoaoLages closed 5 years ago

vishnu45 commented 5 years ago

Right now the scripts are written only considering the human summaries from DUC2004 dataset. You would have to modify the project to accommodate your custom data sets.