mihi-tr / fuzzy-string

A clojure library for fuzzy matching of strings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A clojure library for fuzzy matching of strings.


Languages

Language:Clojure 100.0%