clj-fuzzy

A handy collection of algorithms dealing with fuzzy strings and phonetics.

Leiningen/Boot

[clj-fuzzy "0.4.1"]

Clojure CLI/deps.edn

clj-fuzzy/clj-fuzzy {:mvn/version "0.4.1"}

Gradle

implementation("clj-fuzzy:clj-fuzzy:0.4.1")

Maven

<dependency>
  <groupId>clj-fuzzy</groupId>
  <artifactId>clj-fuzzy</artifactId>
  <version>0.4.1</version>
</dependency>