Liking cljdoc? Tell your friends :D

fuzzy-string

A Clojure library for fuzzy string matching

It implements the following matching algorithms

  • dice
  • levenshtein

Usage

add the following to your lein project:

  [fuzzy-string "0.1.2-SNAPSHOT"]

then

  (use 'fuzzy-string.core)
  (dice "Hair" "Wear")
  (levenshtein "Hair" "Wear")

License

Copyright © 2013 Michael Bauer

Distributed under the Eclipse Public License, the same as Clojure.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close