martinariel / fuzzywuzzy

https://github.com/seatgeek/fuzzywuzzy C++ Port
MIT License
4 stars 0 forks source link

Not getting the correct result from partial_ratio function #2

Open lokeshgovindu opened 7 years ago

lokeshgovindu commented 7 years ago

Got the following results:

FuzzyWuzzy::partial_ratio("atltab", "alttab") = [83.3333] FuzzyWuzzy::partial_ratio("atltab", "alttabalternative") = [36.3636] FuzzyWuzzy::partial_ratio("atltab", "alttabalternative.ahk") = [33.3333]

Could you please check If you find some time. I would like to use your fuzzywuzzy C++ in https://github.com/lokeshgovindu/AltTabAlternative.

Thanks in advance.

Thanks, Lokesh

martinariel commented 7 years ago

Lokesh,

Hi! I will try to find some time this week to solve it.

Regards, Martin

On Sun, Jul 23, 2017 at 11:35 Lokesh Govindu notifications@github.com wrote:

Got the following results:

FuzzyWuzzy::partial_ratio("atltab", "alttab") = [83.3333] FuzzyWuzzy::partial_ratio("atltab", "alttabalternative") = [36.3636] FuzzyWuzzy::partial_ratio("atltab", "alttabalternative.ahk") = [33.3333]

Could you please check If you find some time. I would like to use your fuzzywuzzy C++ in https://github.com/lokeshgovindu/AltTabAlternative.

Thanks in advance.

Thanks, Lokesh

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/martinariel/fuzzywuzzy/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AB0hseLrDVOLfuD_xwzdTi0f-yBJyAHdks5sQ1opgaJpZM4OgeFF .

lokeshgovindu commented 7 years ago

Thank you.