sumy icon indicating copy to clipboard operation
sumy copied to clipboard

Module for automatic summarization of text documents and HTML pages.

Results 28 sumy issues
Sort by recently updated
recently updated
newest added

I'm not sure if it's okay to mention this here but I made a HuggingFace space for sumy that I think makes it easy and quick to try out the...

Add support for Arabic

how could I extract a specific number of keywords instead of sentence with python API?

question

Not really an issue, just a question. So I'm summarising books by paragraphs, and I was thinking to get the main plot 'happening' it would be beneficial to prioratise sentences...

question

sumbasic failed on text: [common.txt](https://github.com/miso-belica/sumy/files/9075022/common.txt) ``` Traceback (most recent call last): File "summerisers.py", line 39, in summary = " ".join([obj._text for obj in s(parser.document, sentenceCntOut)]) File "C:\py38_64\lib\site-packages\sumy\summarizers\sum_basic.py", line 27, in...

bug

I use [NLTK](http://nltk.org/) to tokenize text into sentences & words. But that's big package. Maybe something smaller would be better. Something like https://bitbucket.org/trebor74hr/text-sentence/overview

enhancement

it seems to work fine with small text data however when i tried to use the same for document(approx 2000 lines) , it became way too slow.. and took around...

I'm working on replacing sumy in an existing project with a BERT based summarization model. Would you be interested in me making a PR which adds a BERTSummarizer class to...

In command `sumy_eval random modsum/some_name.2.txt --language=english --file=docs/text.txt --format=plaintext` How I can change different parameters of Rouge evaluation like `-a -c 95 -b 665 -m -n 4 -w 1.2`?

question

Good morning first of all I wanted to congratulate with you for this awesome repository, it really is very well made and the practical results are great, on top of...

question