Use THIS Algorithm To Find KEYWORDS in Text - A Short Python Project

preview_player
Показать описание
Here's a great short beginner project using the RAKE algorithm to extract keywords from review text that we scraped online. Rake stands forRapid Automatic Keyword Extraction which uses the frequency of words in the text to score up key phrases.

Support Me:

-------------------------------------
Disclaimer: These are affiliate links and as an Amazon Associate I earn from qualifying purchases
-------------------------------------
Рекомендации по теме
Комментарии
Автор

Thank you so much for the video! You are also correct in that this is great practice for a newbie like myself. I am a researcher, so I have a lot of text files in my PC. Thanks to your video, I was able to convert your extract_text() into a function that opens local files with little effort. And then I looked up how to format decimals in the print function, and it turns out getting an even cleaner output with two decimal points is as easy as -> print("{:.2f}".format(rating), keyword). So thanks again for providing the opportunity and motivation to practice and learn more!

duadox
Автор

Thanks for the video! I love python because of ease of use and a multitude of handy little libraries like that!

dimaua
Автор

I'm working on a project which includes scraping 200+ websites. You are great help on my way to complete project. God bless you sir and make all of us able to be more productive for the society.
Big love 💌and respect from Pakistan Sir.

usmanghani
Автор

Exactly what I was searching for a long time. Thank you very much!

konigdererste
Автор

Thanks for sharing your knowledge. Started coding Python a few weeks ago through tutorials, ChatGPT and YT-vids. Started working with real data for the 1st time trying to do some basic text data analysis, this seems like a simply module to use, appreciate it.

giantdutchviking
Автор

Hi Jhon, great video! I was wondering, once you extract the keywords from different web pages refeiring to similar topics, how would you compare them?

AndresPerez-owlo
Автор

Hey Watson. Great video, very much appreciated. By the way are you working as a python developer irl? (asking out of curoisity)

vbpsx
Автор

Your channel is so helpful thanks for making this content

hossamal-dinhassan
Автор

Hey can you please tell me how to install the library into vs code. I have already installed it using pip installer from the terminal but everytime I get the message that import rake_nltk could not be resolved. Thanks

aviator
Автор

Do you know the hostname it is trying to connect to when you import the nlk stopwords and punkt?

nicholasgabaldon
Автор

Can I use this as a better alternative for the Text Analysis function of Power BI ?

uxspuco
Автор

there’s always a guitar in the background of code tutorial videos

anthony
Автор

Hey John me again. It’s in my watch later already. Thanks ahead

wangdanny
Автор

Hi Rooney,
I need little help. Can we extract text from class instead of div using this method:
response.html.find('div.class_name', first=True).text

I tried, but now worked. Please help me.

Regards

sohanoor
Автор

how about removing ads on wordpress theme?

vntconcept
Автор

Pls I want to build an algorithm that can use key words to rate articles which I want to use

nbc
Автор

Thank you very much.
With your help I made a "keyword_searcher.py" with requests, bs4 rake_nltk and fake_useragent.
It's amazing how to search for keywords.

return_
Автор

Thank you very much. Amazing tutorial.

KhalilYasser
Автор

Hello John? Wassup? Nice video man! Let me ask you, in the URL you put the link from a website, but could I set a code in order to automatize the insertion of it using a database with the link and repeat the process for other websites? Another question, could I search for specific keywords in each website link, instead of all?

cicerocostahernandez
Автор

hey john can u tell me how can i scrape geo location of crimes in my region. please reply..

aniketbahukhandibtech-cse-