: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).
stringmetric-core 0.28.0
Group ID:
com.github.halfmatthalfcat
Artifact ID:
stringmetric-core_2.12
Version:
0.28.0
Release Date:
Mar 27, 2018
Licenses:
Files:
Full Scala Version:
2.12.4
Developers:
libraryDependencies += "com.github.halfmatthalfcat" %% "stringmetric-core" % "0.28.0"
ivy"com.github.halfmatthalfcat::stringmetric-core:0.28.0"
//> using dep "com.github.halfmatthalfcat::stringmetric-core:0.28.0"
import $ivy.`com.github.halfmatthalfcat::stringmetric-core:0.28.0`
<dependency> <groupId>com.github.halfmatthalfcat</groupId> <artifactId>stringmetric-core_2.12</artifactId> <version>0.28.0</version> </dependency>
compile group: 'com.github.halfmatthalfcat', name: 'stringmetric-core_2.12', version: '0.28.0'