moneyballau / stringmetric   0.1.1

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

stringmetric 0.1.1


Group ID:
au.com.moneyball
Artifact ID:
stringmetric_2.12
Version:
0.1.1
Release Date:
Jan 17, 2020
Licenses:
MIT
Files:

libraryDependencies += "au.com.moneyball" %% "stringmetric" % "0.1.1"

Mill build tool

ivy"au.com.moneyball::stringmetric:0.1.1"

Scala CLI

//> using dep "au.com.moneyball::stringmetric:0.1.1"

Ammonite REPL

import $ivy.`au.com.moneyball::stringmetric:0.1.1`

<dependency>
  <groupId>au.com.moneyball</groupId>
  <artifactId>stringmetric_2.12</artifactId>
  <version>0.1.1</version>
</dependency>

compile group: 'au.com.moneyball', name: 'stringmetric_2.12', version: '0.1.1'