Skip to content

Tag: fuzzy

How to check if strings are similar

I have the following strings First one under text is input string and the second is the one against which it is matched. Last is their fuzzywuzzy ratio. I’m matching it like this: If the country name is different it should return a lower score as opposed to when it is similar. Is there any way to do thi…