All Versions
11
Latest Version
Avg Release Cycle
125 days
Latest Release
1445 days ago

Changelog History
Page 1

  • v2.0.0 Changes

    May 12, 2020
    • implementation of Ratcliff-Obershelp string distance
    • โฌ†๏ธ bump to Java 8
  • v1.2.1 Changes

    April 10, 2019

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

  • v1.2.0 Changes

    June 27, 2018

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

  • v1.1.0 Changes

    March 14, 2018

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

  • v1.0.1 Changes

    November 24, 2017

    ๐Ÿ‘€ Make ShingleBased class public (see issue #39 by @wagjo)

  • v1.0.0

    September 06, 2017
  • v0.24 Changes

    May 31, 2017
    • โœ‚ removed unused sparse vector classes
    • slightly improved Jaccard index computation
  • v0.23 Changes

    February 02, 2017
    • โž• add QGram.distance(profile1, profile2), to compute distance between precomputed profiles.
  • v0.22 Changes

    January 20, 2017

    ๐Ÿ– Handle null and empty strings

  • v0.21 Changes

    December 14, 2016
    • ๐Ÿ›  Fix issue #27 (ngram distance with String size < n)