clj-fuzzy

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

Leiningen/Boot

[clj-fuzzy "0.3.3"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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