mbuczko/fuzzy-matcher

Approximate String Matching using Levenshtein Distance algorithm

Leiningen/Boot

[mbuczko/fuzzy-matcher "0.0.1"]

Clojure CLI/deps.edn

mbuczko/fuzzy-matcher {:mvn/version "0.0.1"}

Gradle

implementation("mbuczko:fuzzy-matcher:0.0.1")

Maven

<dependency>
  <groupId>mbuczko</groupId>
  <artifactId>fuzzy-matcher</artifactId>
  <version>0.0.1</version>
</dependency>