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