mswellhao / PacSum

Unsupervised Extractive Summarization based on Position-Augmented Centrality
124 stars 27 forks source link

add requirements and gitignore file #14

Closed Zaker237 closed 3 years ago

Zaker237 commented 3 years ago

in the machine Learning pipeline, it is always recommended to add the requirements file to all project, in order to make it easier for the people who will try to run the code to project. I had to go through all the code files to install the packages needed to run the code because the file was not present and I thought it could be useful for those who like me would like to run the code from this project.