rockymadden / stringmetric

: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).
https://rockymadden.com/stringmetric/
486 stars 81 forks source link

Release for Scala 2.12.x ? #31

Open ronanM opened 7 years ago

ronanM commented 7 years ago

Do you plan to release a version for Scala 2.12.x ?

firehooper commented 6 years ago

When you have a chance can you please do a release for https://github.com/rockymadden/stringmetric/pull/27 ? Thanks for compiling all these great string matching algorithms!

ndelaforge commented 6 years ago

This may help you.

GRBurst commented 6 years ago

@ndelaforge That fork is not available on maven using sbt. Using as suggested with

libraryDependencies += "com.rockymadden.stringmetric" %% "stringmetric-core" % "0.28.0-SNAPSHOT"

results in an error (could not resolve). It does not even work when adding sonatype as resolver.

Edit: Because of that I am using it with publish local, but I would prefer if it is available on maven :-)

ndelaforge commented 6 years ago

@GRBurst yes, I had an error with PGP publishSigned while pushing artifacts to sonatype. I have no time to investigate further for the moment. I'll sort that ASAP.

Cheers.