A Clojure library for fuzzy string matching
It implements the following matching algorithms
- dice
- levenshtein
- nilsimsa hashes (fuzzy-string.nilsimsa)
add the following to your lein project:
then
(use 'fuzzy-string.core)
(dice "Hair" "Wear")
(levenshtein "Hair" "Wear")
Copyright © 2013-2015 Michael Bauer
Distributed under the Eclipse Public License, the same as Clojure.