-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Description
Hi, can you add fuzzy-match?
https://github.com/vindarel/fuzzy-match
From one string input and a list of candidates, it returns the ones that apply, best first.
It uses one string metrics, and crafts the results further.
(fuzzy-match:fuzzy-match "ofo" '("baaarfoo" "foo!" "ufo" "mmh"))
;; ("foo!" "baaarfoo")
thanks