Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 332 Bytes

File metadata and controls

8 lines (6 loc) · 332 Bytes

FuzzyWuzzyGo

A fuzzy match library exposed by rest endpoint written in GoLang

  • Load the postman collection.

  • Run the backend on system (go run main.go)

  • You could check fuzzy score between value sets provided in form data of api.

  • Returns - token sort ratio, token set ratio and partial ratio between both input strings.