python fuzzywuzzy's process.extract(): how does it work?
问题 I am trying to understand how the python module fuzzywuzzy's function process.extract() work? I mainly read about the fuzzywuzzy package here: http://chairnerd.seatgeek.com/fuzzywuzzy-fuzzy-string-matching-in-python/, which is a great post explanining different scenarios when trying to do fuzzy matching. They discussed several scenarios for Partial String Similarity: 1) Out Of Order 2) Token Sort 3) Token Set And then, from this post: https://pathindependence.wordpress.com/2015/10/31/tutorial