Automatic Text Summarization with Gensim & Python

preview_player
Показать описание
In this tutorial we will be learning how to summarize a text/document with Gensim in python.We will see how to locate the position of the extracted summary.
Check out the Free Course on- Learn Julia Fundamentals

If you liked the video don't forget to leave a like or subscribe.
If you need any help just message me in the comments, you never know it might help someone else too.
J-Secur1ty JCharisTech

==Get The Data Science Prime App==

==Need Your Dataset Cleaned check out this gig==

Follow
Рекомендации по теме
Комментарии
Автор

I installed gensium 3.8.3 (had to downgrade), summarization does not work in 4.0.1. Another error is that when trying to summarize the text with the code "summarize(my_text)" I get the error: NameError: name 'summarize' is not defined . You have to import from gensim.summarization import summarize. Thanks!

karakol