-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gensim not offering summarization anymore #1
Comments
Hey Calin, Try accessing this notebook, I agree that Gensim have removed the summarisation module, but we can use the LDA model provided by them, and the usage of tokenizer and corpora goes without saying, Thank you for going through my repository tho <3 |
Please note that this approach is a simplified example and might not always yield perfect results. It combines topic modeling with sentence ranking to perform extractive summarization using Gensim. The quality of the summary will depend on factors like the choice of topics, the number of sentences selected, and the specific characteristics of the input text. |
Hi @Tuhin-SnapD thanks for the reply! I've decided not to use Gensim as I believe there might be 'better' extractive summarization methods currently available for use. I wanted to ask you as well if you're aware of any cutting-edge or state-of-the-art models that do extractive summarization and whether you are familiar with using them? |
Try Pegasus or transformer based models🤝 |
Hi, thanks for this amazing content in this repo. I've tried implementing Gensim, but it seems that they have removed the summarization module. As such, the code in the Gensim notebook is not valid anymore :(
The text was updated successfully, but these errors were encountered: