Skip to content

mihi-tr/fuzzy-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published