Skip to content

Releases: tdebatty/java-string-similarity

v2.0.0

12 May 20:08
Compare
Choose a tag to compare
  • implementation of Ratcliff-Obershelp string distance
  • bump to Java 8

1.2.1

10 Apr 06:27
Compare
Choose a tag to compare

Re-release, because 1.2.0 messed up and didn't reach maven central...

Early termination

27 Jun 10:09
Compare
Choose a tag to compare

Levenshtein and WeightedLevenshtein now accept a limit parameter, to allow early termination

v1.1.0

14 Mar 07:39
Compare
Choose a tag to compare

WeightedLevenshtein : add possibility to give different weights for characters insertion/removal thanks to PR from ewanmellor

v1.0.1

24 Nov 12:45
Compare
Choose a tag to compare

Make ShingleBased class public (see issue #39 by @wagjo)

v1.0.0

06 Sep 11:10
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag v1.0.0

v0.24

31 May 21:57
Compare
Choose a tag to compare
  • removed unused sparse vector classes
  • slightly improved Jaccard index computation

v0.23

02 Feb 06:13
Compare
Choose a tag to compare
  • add QGram.distance(profile1, profile2), to compute distance between precomputed profiles.

v0.22

20 Jan 19:34
Compare
Choose a tag to compare

Handle null and empty strings

v0.21

14 Dec 13:59
Compare
Choose a tag to compare
  • Fix issue #27 (ngram distance with String size < n)