BlackSourceLabs / BlackNectar-Service

REST API for BlackNectar
Apache License 2.0
5 stars 1 forks source link

Add Fuzzy Matching Algorithms #41

Open SirWellington opened 7 years ago

SirWellington commented 7 years ago

Use fuzzy string matching algorithms like Jaro-Winkler and levenhstein distances to match EBT stores with Google Places and EBT stores.

SirWellington commented 7 years ago

Been a while since I've had to write these algorithms. Gonna start off with the Jaro Winkler first.

SirWellington commented 7 years ago

Here's the Jaro-Winkler Algorithm explanation: https://en.wikipedia.org/wiki/Jaro%E2%80%93Winkler_distance