Fuzzy String Matching in Python

  Рет қаралды 61,712

NeuralNine

NeuralNine

2 жыл бұрын

Today we look at a Python library that allows us to do fuzzy string matching.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine.com/books/
💻 The Algorithm Bible Book: www.neuralnine.com/books/
👕 Programming Merch: www.neuralnine.com/shop
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine.com/
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/NeuralNine
🎙 Discord: / discord
🎵 Outro Music From: www.bensound.com/

Пікірлер: 31
@daveys
@daveys Жыл бұрын
Brilliant tutorial! Really enjoyed working along in Jupyter notebook too. I’ve been needing to do a lot of fuzzy searching recently so this was a great demo of how the process works.
@Stewardwht
@Stewardwht 2 жыл бұрын
This is very useful stuff, keep up the good work. Appreciate you
@ericm8502
@ericm8502 2 жыл бұрын
These videos are awesome, great job!
@divinecaster
@divinecaster 2 жыл бұрын
I was actually looking for something like this, thanks
@swedishguyonyoutube4684
@swedishguyonyoutube4684 Жыл бұрын
Radical tutorial, bro!
@SMITDEDHIA96
@SMITDEDHIA96 6 ай бұрын
Super helpful. Thank you for this video!
@jacobli2676
@jacobli2676 2 жыл бұрын
Thanks for sharing, good job!
@malvibid
@malvibid 5 ай бұрын
This is so cool! 🤯
@david-komi8
@david-komi8 2 жыл бұрын
Interesting library to work. Maybe I could use it. Thank you 👍
@webslinger2011
@webslinger2011 2 жыл бұрын
This will very useful. Thanks!
@MohaMed-fr4lx
@MohaMed-fr4lx 2 жыл бұрын
I'm waiting for ur vids bro keep going
@user-fh6kh5ke9h
@user-fh6kh5ke9h 4 ай бұрын
As other has said, a great tutorial. Thank you!
@ccc_ccc789
@ccc_ccc789 2 ай бұрын
Thanks! This is really helpful for my work!
@HypnosisBear
@HypnosisBear 2 жыл бұрын
I've fallen in love with your channel name and logo! Man they are just perfect 👌👌
@obed818
@obed818 2 жыл бұрын
Imo just need to change the intro music iwd say
@conevca
@conevca 10 ай бұрын
It would seem that the partial_ratio deinition changed - fuzz.partial_ratio('Hello World', 'Hello Hello World World World') now returns 100, and not 64 like in the video.
@brentsimpson3791
@brentsimpson3791 2 жыл бұрын
Thank you, very useful information.
@thecomputerpal221
@thecomputerpal221 Жыл бұрын
Awesome video. Thank you
@amaansiddiqui2376
@amaansiddiqui2376 2 жыл бұрын
my mans uploading so quick, damn
@0Bariq0
@0Bariq0 4 ай бұрын
so basically the last matching method is the best one hahaha thanks for the tutorial
@virusalisatishkumar281
@virusalisatishkumar281 2 жыл бұрын
Thanks for sharing
@Maikiejjj
@Maikiejjj Жыл бұрын
Awesome tutorial, how would you do this if you have a few hundred/thousands of strings in json and want to compare duplicates with slightly different names?
@x13set
@x13set 2 жыл бұрын
Very nice Bro, this library is very impressive. I have a program that looks for a match of a specific text in another text and with this library it will help me to be more accurate.
@ankurmathur82
@ankurmathur82 2 ай бұрын
@NeuralNine , crisp & rich tutorial at the same time. Amazing .Thank you for this. In last extract example , how do I make sure I have extractions done only when all the 3 words are found. in your example that would mean all the three words/tokens 'science' 'data' & 'python' must be present. So in other words I do not want to match if anyone of the word is missing . [Hence 'Some Other DataScience ... ] should not come up in result.
@dieerdnuss1374
@dieerdnuss1374 2 жыл бұрын
I've build combinations of two strings in a list with itertools a = combinations(lines, 2). How can I compare these pairs of 2 strings with fuzzywuzzy?
@samueltks9196
@samueltks9196 3 ай бұрын
Hi this is so useful and precise! I would like to know if we could add a "score_cutoff" to the "process.extract"?
@stanTrX
@stanTrX Ай бұрын
Good. How to implement this two match two tables?
@thepresistence5935
@thepresistence5935 Жыл бұрын
What keyboard are you using ?
@richagoenka7030
@richagoenka7030 11 ай бұрын
why does fuzz.partial_ratio(paypal, trustpad-pancakeswap) gives result as 67??please help..
@basavarajkalur3570
@basavarajkalur3570 7 ай бұрын
cause it matches only some part of the string
@beeink5395
@beeink5395 Жыл бұрын
Try get_close_matches in python difflib.😊
How Fuzzy Text Search Works
18:36
Big Python
Рет қаралды 13 М.
Calculating Text Similarity in Python with NLP
17:55
NeuralNine
Рет қаралды 50 М.
3M❤️ #thankyou #shorts
00:16
ウエスP -Mr Uekusa- Wes-P
Рет қаралды 15 МЛН
That's how money comes into our family
00:14
Mamasoboliha
Рет қаралды 11 МЛН
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 116 МЛН
Fuzzy Logic - Computerphile
9:02
Computerphile
Рет қаралды 374 М.
What Is Fuzzy Logic? | Fuzzy Logic, Part 1
15:40
MATLAB
Рет қаралды 273 М.
Perform Fuzzy Lookups in Excel
6:36
Anthony Smoak
Рет қаралды 135 М.
The Truth About Learning Python in 2024
9:38
Internet Made Coder
Рет қаралды 149 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 276 М.
Large Scale Fuzzy Name Matching (Zhe Sun & Daniel van der Ende)
33:11
Опыт использования Мини ПК от TECNO
1:00
Андронет
Рет қаралды 787 М.
Todos os modelos de smartphone
0:20
Spider Slack
Рет қаралды 11 МЛН
Cheapest gaming phone? 🤭 #miniphone #smartphone #iphone #fy
0:19
Pockify™
Рет қаралды 2,1 МЛН
Красиво, но телефон жаль
0:32
Бесполезные Новости
Рет қаралды 830 М.