rockymadden / stringmetric   0.27.4

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.11 2.10

stringmetric-core 0.27.2


Group ID:
com.rockymadden.stringmetric
Artifact ID:
stringmetric-core_2.10
Version:
0.27.2
Release Date:
Jan 6, 2014
Licenses:
MIT
Files:

libraryDependencies += "com.rockymadden.stringmetric" %% "stringmetric-core" % "0.27.2"

Mill build tool

ivy"com.rockymadden.stringmetric::stringmetric-core:0.27.2"

Scala CLI

//> using dep "com.rockymadden.stringmetric::stringmetric-core:0.27.2"

Ammonite REPL

import $ivy.`com.rockymadden.stringmetric::stringmetric-core:0.27.2`

<dependency>
  <groupId>com.rockymadden.stringmetric</groupId>
  <artifactId>stringmetric-core_2.10</artifactId>
  <version>0.27.2</version>
</dependency>

compile group: 'com.rockymadden.stringmetric', name: 'stringmetric-core_2.10', version: '0.27.2'