Skip to content

Releases: tdebatty/java-string-similarity

v0.20

12 Dec 08:53

Choose a tag to compare

  • Performance improvements: remove unnecessary calls to HashMap.containsKey()
  • Added Sift4 algorithm

v0.19

20 Oct 09:38

Choose a tag to compare

  • cleaned profile based similarities
  • fix bug in ngram similarity

v0.18

08 Sep 09:47

Choose a tag to compare

  • added Optimal String Alignment

v0.17

23 Aug 17:58

Choose a tag to compare

Avoid division by 0 when one of the strings has length 0

v0.16

13 Aug 10:33

Choose a tag to compare

  • classes marked as Immutable

v0.15

09 Aug 10:21

Choose a tag to compare

  • fixes int multiplication overflow (with large strings)

v0.14

03 Aug 15:22

Choose a tag to compare

Cosine similarity returns 0 if one of the strings is shorter than k (the size of shingles), instead of NaN

Added MetricLCS

06 Oct 12:33

Choose a tag to compare

v0.13

[maven-release-plugin] copy for tag v0.13

v0.12

24 Jun 07:07

Choose a tag to compare

[maven-release-plugin] copy for tag v0.12

StringProfile and StringSet

14 Jun 09:05

Choose a tag to compare

Added StringProfile and StringSet