summarize.py icon indicating copy to clipboard operation
summarize.py copied to clipboard

A python script for summarizing articles using nltk

Results 2 summarize.py issues
Sort by recently updated
recently updated
newest added

The code that caused this warning is on line 15 of the file tester.py. To get rid of this warning, change code that looks like this: BeautifulSoup(YOUR_MARKUP}) to this: BeautifulSoup(YOUR_MARKUP,...

i need to summarize the plain text which is saved in my local desk as text file. i think there is changes to be required. Please help if anyone knows.