Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 493 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 493 Bytes

Summarization code for any text file

This repo uses GLOVE vector library to summarize texts using Cosine Similarity. Initially it was used for summarizing World Bank projects in a larger classification project for Independant Evaluation Group.

Code

The code that runs the model is in Summarization.py

Before Running the Program:

Please run "pip install -r requirements.txt" in your terminal first. This will load all the required libraries for the code including nltk libraries.