Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 667 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 667 Bytes

fuzzy-string

travis-ci status

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:

Clojars 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.