PyTeaser icon indicating copy to clipboard operation
PyTeaser copied to clipboard

Summarizes news articles

Results 13 PyTeaser issues
Sort by recently updated
recently updated
newest added

Could you please cite the research paper that you have used for creating pyTeaser and assigning importance to the sentences for creating the summary.

I wonder why you didn't harness nltk, which is widely used in text based analysis.

> ``` > s_iter = [''.join(map(str,y)).lstrip() for y in s_iter] > ``` > > E UnicodeEncodeError: 'ascii' codec can't encode character u'\u2014' in position 85: ordinal not in range(128)