Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 515 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 515 Bytes

News article summarization

The goal of this project is to create accurate and readable summarizations from news articles.

Description

This project uses Python 3 and the NLTK(Natural Language Toolkit) library to produce extractive summaries.

Link to NLTK: NLTK

Using text-sum

Call the main method with the filename of an article to be summarized as a parameter. The articles are expected to be text file format. You can use an example article provided, or one of your own.