halfmatthalfcat / stringmetric   0.28.0

Website GitHub

:dart: String metrics and phonetic algorithms for Scala (e.g. Dice/Sorensen, Hamming, Jaccard, Jaro, Jaro-Winkler, Levenshtein, Metaphone, N-Gram, NYSIIS, Overlap, Ratcliff/Obershelp, Refined NYSIIS, Refined Soundex, Soundex, Weighted Levenshtein).

Scala versions: 2.12 2.11 2.10

stringmetric-cli 0.28.0


Group ID:
com.github.halfmatthalfcat
Artifact ID:
stringmetric-cli_2.12
Version:
0.28.0
Release Date:
Mar 27, 2018
Licenses:
MIT
Files:

libraryDependencies += "com.github.halfmatthalfcat" %% "stringmetric-cli" % "0.28.0"

Mill build tool

ivy"com.github.halfmatthalfcat::stringmetric-cli:0.28.0"

Scala CLI

//> using dep "com.github.halfmatthalfcat::stringmetric-cli:0.28.0"

Ammonite REPL

import $ivy.`com.github.halfmatthalfcat::stringmetric-cli:0.28.0`

<dependency>
  <groupId>com.github.halfmatthalfcat</groupId>
  <artifactId>stringmetric-cli_2.12</artifactId>
  <version>0.28.0</version>
</dependency>

compile group: 'com.github.halfmatthalfcat', name: 'stringmetric-cli_2.12', version: '0.28.0'