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 ex_fuzzywuzzy port #306

Closed csuriano23 closed 2 years ago

csuriano23 commented 3 years ago

Description

We used fuzzywuzzy for a string matching analysis in a company project and the results were really good, but since our core backend stack is in Elixir we wrote a porting of the library. If you wish, please add this to the list.

State of the art

Almost all of the interfaces are already ported and we hope to publish the package soon. A couple of interfaces that we don't use are currently not-implemented, but we'd like to complete them (sooner or later).