Releases: tdebatty/java-string-similarity
Releases · tdebatty/java-string-similarity
v2.0.0
12 May 20:08
Compare
Sorry, something went wrong.
No results found
implementation of Ratcliff-Obershelp string distance
bump to Java 8
1.2.1
10 Apr 06:27
Compare
Sorry, something went wrong.
No results found
Re-release, because 1.2.0 messed up and didn't reach maven central...
Early termination
27 Jun 10:09
Compare
Sorry, something went wrong.
No results found
Levenshtein and WeightedLevenshtein now accept a limit parameter, to allow early termination
v1.1.0
14 Mar 07:39
Compare
Sorry, something went wrong.
No results found
WeightedLevenshtein : add possibility to give different weights for characters insertion/removal thanks to PR from ewanmellor
v1.0.1
24 Nov 12:45
Compare
Sorry, something went wrong.
No results found
Make ShingleBased class public (see issue #39 by @wagjo )
v1.0.0
06 Sep 11:10
Compare
Sorry, something went wrong.
No results found
[maven-release-plugin] copy for tag v1.0.0
v0.24
31 May 21:57
Compare
Sorry, something went wrong.
No results found
removed unused sparse vector classes
slightly improved Jaccard index computation
v0.23
02 Feb 06:13
Compare
Sorry, something went wrong.
No results found
add QGram.distance(profile1, profile2), to compute distance between precomputed profiles.
v0.22
20 Jan 19:34
Compare
Sorry, something went wrong.
No results found
Handle null and empty strings
v0.21
14 Dec 13:59
Compare
Sorry, something went wrong.
No results found
Fix issue #27 (ngram distance with String size < n)