Releases: tdebatty/java-string-similarity
Releases · tdebatty/java-string-similarity
v0.20
12 Dec 08:53
Compare
Sorry, something went wrong.
No results found
Performance improvements: remove unnecessary calls to HashMap.containsKey()
Added Sift4 algorithm
v0.19
20 Oct 09:38
Compare
Sorry, something went wrong.
No results found
cleaned profile based similarities
fix bug in ngram similarity
v0.18
08 Sep 09:47
Compare
Sorry, something went wrong.
No results found
added Optimal String Alignment
v0.17
23 Aug 17:58
Compare
Sorry, something went wrong.
No results found
Avoid division by 0 when one of the strings has length 0
v0.16
13 Aug 10:33
Compare
Sorry, something went wrong.
No results found
classes marked as Immutable
v0.15
09 Aug 10:21
Compare
Sorry, something went wrong.
No results found
fixes int multiplication overflow (with large strings)
v0.14
03 Aug 15:22
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.13
[maven-release-plugin] copy for tag v0.13
v0.12
24 Jun 07:07
Compare
Sorry, something went wrong.
No results found
[maven-release-plugin] copy for tag v0.12
StringProfile and StringSet
14 Jun 09:05
Compare
Sorry, something went wrong.
No results found
Added StringProfile and StringSet