oss2019 / crispy-ai

An intelligent bot that listens and summarises lectures to deliver content that is crisp and to-the-point
MIT License
7 stars 14 forks source link

Text Summarization #48

Closed vahini01 closed 5 years ago

vahini01 commented 5 years ago

Given text url ,this python file summarizes into important points using python NLTK library.

pep8speaks commented 5 years ago

Hello @vah-ini! Thanks for updating this PR.

Line 4:1: E302 expected 2 blank lines, found 1 Line 33:5: E303 too many blank lines (2)

Comment last updated at 2019-07-08 09:04:34 UTC
svp19 commented 5 years ago

@vah-ini This is good. Can you enclose it [lines 21-58] in a function def summarize(text): that takes a string of text as argument and returns the summary. You can remove the scraping part. This way we can re-use this code everywhere in the project