seatgeek / fuzzywuzzy

Fuzzy String Matching in Python
http://chairnerd.seatgeek.com/fuzzywuzzy-fuzzy-string-matching-in-python/
GNU General Public License v2.0
9.21k stars 874 forks source link

`token_sort_ratio` and `token_set_ratio` implementation in elasticsearch #242

Open thomas-chauvet opened 5 years ago

thomas-chauvet commented 5 years ago

Hello,

I am using fuzzywuzzy(thanks for the library!) and I would like to go further by applying fuzzywuzzy methods such as token_sort_ratio and token_set_ratio directly in elasticsearch.

Apparently, we can implement custom scoring method.

I am quite new to elastic search, do you know if it seems feasible ? How to start ? Is there some similar resources ?

Thanks !