seatgeek / fuzzywuzzy

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

Add details of R port (`levitate`) to README #315

Closed lewinfox closed 11 months ago

lewinfox commented 3 years ago

levitate is a reimplementation / reworking of fuzzywuzzy in pure R with no Python dependencies. It offers the same core functionality (ratios, token-based comparison etc.) but with a slightly different API.

Unsure if you'd consider this a port or "work inspired by" but I thought it might be worth adding. Not quite at feature parity yet but it's a work in progress.

Thanks for an awesome library!