Fuzzy string matching using Python

preview_player
Показать описание
This video demonstrates the concept of fuzzy string matching using fuzzywuzzy in Python.

------------------------------------------------------------

More awesome topics covered here:

------------------------------------------------------------

#python #fuzzy #string-matching
Рекомендации по теме
Комментарии
Автор

This video actually made me super pumped to figure out fuzzy string matching! Great job, and great delivery overall!

prestonlambeth
Автор

Now i am sad that I didn't see this video before

Grat job

frantisekzapotocky
Автор

I love your way of explaining, thanks a lot <3

sebasgiraldomusica
Автор

Here you just told the way to input specific string as queries for finding 3 most similar strings in the read file. For example, for each item in one .xlsx file, we are required to find the 5 most similar items in an another .csv file. How would a code for this look like?

venkataakhileshreddy
Автор

Superb video, I'm really going to look more into this!! Thank you :)

lukeroberts
Автор

I want to match two datasets, how should I do that?
Data set 1 will be reference
Data set 2 would be have description which I need to match with the data set
I need to match and have the match percentage against them with the line in dataset 1

Please suggest

ridingdatatoGenAI
Автор

If we want match the data of two excel files ?

arunbhargava
Автор

Hi teacher
The fuzzy is similar to char or term???

dhuhakhalaf
Автор

How to Erase Scorer in This ?
I want only only text, no need Scorer also..

pruthviraj
Автор

can you use this technique on a database. As in the example you have used a txt file for comparison

OvaisDIYGarage
Автор

How do you match two dataframes with the same value

Dopeboyz
Автор

great video, what is the Linux distro you are using and what software did you use to record the video

vamsivegi
Автор

thanks nikhil bro. this is a good basic instructions for fuzzy wuzzy to get started
just try to reduce the number of filler words you use

mahanirvaantantra
Автор

Amazing, do you have more videos about it?

wduandy
Автор

This video makes me feel all fuzzy wuzzy

ravenprey
Автор

Thank for sharing the great video, How can i read the Khmer and another languages?

sonyrattsang
Автор

I will be very happy if i get this logic.

vinays
Автор

Nice video. Does this work for small groups of words like a phrase?

bsdguy
Автор

This is good fuzzy logic. I have a doubt . I have two excel sheet and 1 file with 2000 row with standard name and another this mix or large name Row(50k or 80k ) how to match by fuzzy match. I need 2000 row with score match
ex:- New York = York score 70% match
Germany = Berlin Germany = 50 % match

vinays
Автор

Hi can I use this login to find the matches in a html file stored as a string?

kmonish