I'm not familiar with the Python version of this; I gather from the readme that there are several different method calls that do different things with matching. I've found:
ratio
partialRatio
various tokenX methods
weightedRatio
various extractX methods
I generated the javadoc, but that didn't explain what these different methods do. I think the fuzzy matching could be very useful in what I'm doing, but just using ratio is a bit limiting, and I don't know what the other ones do. Is there documentation of what these things mean and do somewhere?
I'm not familiar with the Python version of this; I gather from the readme that there are several different method calls that do different things with matching. I've found:
ratio
partialRatio
various tokenX methods
weightedRatio
various extractX methods
I generated the javadoc, but that didn't explain what these different methods do. I think the fuzzy matching could be very useful in what I'm doing, but just using ratio is a bit limiting, and I don't know what the other ones do. Is there documentation of what these things mean and do somewhere?